~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Merge the fix for bug #819604 into trunk, resolve conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
Bug Fixes
33
33
*********
34
34
 
35
 
* Fixed an infinite loop when creating a repo at the root of the filesystem, 
36
 
  i.e. "/", due to posixpath.normpath() not collapsing 2 leading slashes into 
 
35
* Fixed an infinite loop when creating a repo at the root of the filesystem,
 
36
  i.e. "/", due to posixpath.normpath() not collapsing 2 leading slashes into
37
37
  one, thus respecting the POSIX standard, but making relpath() loop infinitely.
38
38
  (Florian Vichot, #861008)
39
39
 
50
50
* Return early from create_delta_index_from_delta given tiny inputs. This
51
51
  avoids raising a spurious MemoryError on certain platforms such as AIX.
52
52
  (John Arbash Meinel, #856731)
53
 
  
 
53
 
 
54
* Teach the bzr client how to reconnect if we get ``ConnectionReset``
 
55
  while making an RPC request. This doesn't handle all possible network
 
56
  disconnects, but it should at least handle when the server is asked to
 
57
  shutdown gracefully. (John Arbash Meinel, #819604)
 
58
 
54
59
Documentation
55
60
*************
56
61