~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Move the release-notes entry to 2.4 only.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
  had changed.  Bazaar was attempting to open and lock the master branch
59
59
  twice in this case.  (Andrew Bennetts, #733350)
60
60
 
61
 
* ``TreeTransform`` now calls ``_observed_sha1`` for content that it
62
 
  creates. This means that ``merge`` and ``checkout`` should be able to
63
 
  cache the sha values, and avoid re-reading the files on the next ``bzr
64
 
  status`` that gets run. Further, on Windows we now properly suppress
65
 
  ``st_dev`` and ``st_ino`` so that commit also avoids re-doing the work.
66
 
  (John Arbash Meinel, #740932)
67
 
 
68
61
* When reporting a crash without apport, don't print the full list of
69
62
  plugins because it's often too long.
70
63
  (Martin Pool, #716389)