~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: John Arbash Meinel
  • Date: 2013-05-23 10:04:17 UTC
  • mfrom: (6437.63.11 2.5)
  • mto: This revision was merged to the branch mainline in revision 6575.
  • Revision ID: john@arbash-meinel.com-20130523100417-i38zikta14q2xdyz
Merge lp:bzr/2.5 tip and move up the changelog items.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
* Cope with Unix filesystems, such as smbfs, where chmod gives 'permission
36
36
  denied'.  (Martin Pool, #606537)
37
37
 
 
38
* Fix a traceback when trying to checkout a tree that also has an entry
 
39
  with file-id `TREE_ROOT` somewhere other than at the root directory.
 
40
  (John Arbash Meinel, #830947)
 
41
 
38
42
* When the ``limbo`` or ``pending-deletion`` directories exist, typically
39
43
  because of an interrupted tree update, but are empty, bzr no longer
40
44
  errors out, because there is nothing for the user to clean up.  Also,
55
59
* Prevent a traceback being printed to stderr when logging has problems and
56
60
  accept utf-8 byte string without breaking. (Martin Packman, #714449)
57
61
 
 
62
* Some filesystems give ``EOPNOTSUPP`` when trying to call ``fdatasync``.
 
63
  This shouldn't be treated as a fatal error.
 
64
  (John Arbash Meinel, #1075108)
 
65
 
58
66
* Use ``encoding_type='exact'`` for ``bzr testament`` so that on Windows
59
67
  the sha hash of the long testament matches the sha hash in the short
60
68
  form. (John Arbash Meinel, #1010339)