~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.3.txt

(vila) Avoid PermissionDenied errors on Windows when breaking corrupted
 locks. (John A Meinel)

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
* Avoid leaking SSH subprocess communication socket into unrelated child
66
66
  processes, which could cause bzr to hang on exit. (Max Bowsher, #696285)
67
67
 
 
68
* ``bzr break-lock`` on a corrupted lock file works correctly, rather than
 
69
  raising a PermissionDenied error. We were accidentally holding open the
 
70
  file we were trying to delete. (John Arbash Meinel, #659978)
 
71
 
68
72
* ``bzr update`` in a checkout of a readonly branch works again, without
69
73
  trying to set the tags in the master branch. This had been broken by the
70
74
  bug fix for bug #603395.  (John Arbash Meinel, #701212)