~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-11-28 15:18:59 UTC
  • mto: This revision was merged to the branch mainline in revision 6317.
  • Revision ID: jelmer@samba.org-20111128151859-dw4nua1xiobilw4r
Fix tests.

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
 
107
95
Bug Fixes
108
96
*********
109
97
 
110
 
* Fixed an infinite loop when creating a repo at the root of the filesystem,
111
 
  i.e. "/", due to posixpath.normpath() not collapsing 2 leading slashes into
 
98
* Fixed an infinite loop when creating a repo at the root of the filesystem, 
 
99
  i.e. "/", due to posixpath.normpath() not collapsing 2 leading slashes into 
112
100
  one, thus respecting the POSIX standard, but making relpath() loop infinitely.
113
101
  (Florian Vichot, #861008)
114
102
 
126
114
  avoids raising a spurious MemoryError on certain platforms such as AIX.
127
115
  (John Arbash Meinel, #856731)
128
116
 
 
117
  
129
118
Documentation
130
119
*************
131
120