~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Merge bzr.dev.

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)
77
81
* The BZR_COLUMNS environment variable can be set to 0 to indicate no
78
82
  limitation on the width of the terminal.  (Neil Martinsen-Burrell, #675652)
79
83
 
 
84
* Unshelving changes that occur in a now-unversioned directory now restore
 
85
  the directory properly rather than crashing.
 
86
  (John Arbash Meinel, #389674)
 
87
 
80
88
* You are now able to commit directly to a stacked branch. Any needed
81
89
  parent inventories will be filled in as part of the commit process.
82
90
  (John Arbash Meinel, #375013)