~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Patch Queue Manager
  • Date: 2011-10-06 08:09:14 UTC
  • mfrom: (6191.1.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20111006080914-364iz1580zxvpxtm
(vila) Merge 2.4 into trunk resolving conflicts (Vincent Ladeuil)

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 
 
37
  one, thus respecting the POSIX standard, but making relpath() loop infinitely.
 
38
  (Florian Vichot, #861008)
 
39
 
35
40
* Fixed loading of external merge tools from config to properly decode
36
41
  command-lines which contain embedded quotes. (Gordon Tyler, #828803)
37
42
 
39
44
  stat fields into four bytes in dirstate pack_stat implementations.
40
45
  (Martin Packman, #683191 #706957)
41
46
 
 
47
* Return early from create_delta_index_from_delta given tiny inputs. This
 
48
  avoids raising a spurious MemoryError on certain platforms such as AIX.
 
49
  (John Arbash Meinel, #856731)
 
50
  
42
51
Documentation
43
52
*************
44
53