~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2011-10-06 15:18:26 UTC
  • mfrom: (6200 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6201.
  • Revision ID: v.ladeuil+lp@free.fr-20111006151826-0ce4nmxwivs6p4x9
Merge trunk resolving 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 
 
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