~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-09 13:52:06 UTC
  • mfrom: (6202.1.3 revno-revision)
  • Revision ID: pqm@pqm.ubuntu.com-20111009135206-t3utsln6mtzv9eut
(jelmer) Add a --revision argument to 'bzr revno'. (Jelmer Vernooij)

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
 
 
43
* Include declaration of 'changed' to avoid an UnboundLocalError in dirstate
 
44
  pyrex code with new Cython versions. (Denys Duchier, #837221)
 
45
 
38
46
* Prevent several kinds of OverflowError and other fallout from failing to fit
39
47
  stat fields into four bytes in dirstate pack_stat implementations.
40
48
  (Martin Packman, #683191 #706957)
43
51
  avoids raising a spurious MemoryError on certain platforms such as AIX.
44
52
  (John Arbash Meinel, #856731)
45
53
  
46
 
* Fixed an infinite loop when creating a repo at the root of the filesystem, 
47
 
  i.e. "/", due to posixpath.normpath() not collapsing 2 leading slashes into 
48
 
  one, thus respecting the POSIX standard, but making relpath() loop infinitely.
49
 
  (Florian Vichot, #861008)
50
 
 
51
54
Documentation
52
55
*************
53
56