~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2011-12-01 23:10:02 UTC
  • mto: This revision was merged to the branch mainline in revision 6338.
  • Revision ID: jelmer@samba.org-20111201231002-6u7hjlzddpjybfn3
Deprecate ``RevisionSpec.wants_revision_history`` and remove any uses of it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
.. Fixes for situations where bzr would previously crash or give incorrect
33
33
   or undesirable results.
34
34
 
35
 
* Cope with Unix filesystems, such as smbfs, where chmod gives 'permission
36
 
  denied'.  (Martin Pool, #606537)
37
 
 
38
 
* When the ``limbo`` or ``pending-deletion`` directories exist, typically
39
 
  because of an interrupted tree update, but are empty, bzr no longer
40
 
  errors out, because there is nothing for the user to clean up.  Also,
41
 
  errors in creation of these directories are no longer squelched.
42
 
  (Martin Pool, #427773)
43
 
 
44
35
* During merges, when two entries end up using the same path for two
45
36
  different file-ids (the same file being 'bzr added' in two different
46
37
  branches) , 'duplicate' conflicts are created instead of 'content'
52
43
  confusion as there is generally nothing users can do about them.
53
44
  (Vincent Ladeuil, #880701)
54
45
 
55
 
* Prevent a traceback being printed to stderr when logging has problems and
56
 
  accept utf-8 byte string without breaking. (Martin Packman, #714449)
57
 
 
58
46
Documentation
59
47
*************
60
48