~gagern/bzr/bug869912-log-root-dir

« back to all changes in this revision

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

  • Committer: Martin von Gagern
  • Date: 2011-10-07 14:27:28 UTC
  • mfrom: (6191.1.11 +trunk)
  • Revision ID: martin.vgagern@gmx.net-20111007142728-ns0y6ehlewt2f0gw
Merge from bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
* Fixed loading of external merge tools from config to properly decode
41
41
  command-lines which contain embedded quotes. (Gordon Tyler, #828803)
42
42
 
 
43
* Include declaration of 'changed' to avoid an UnboundLocalError in dirstate
 
44
  pyrex code with new Cython versions. (Denys Duchier, #837221)
 
45
 
43
46
* Prevent several kinds of OverflowError and other fallout from failing to fit
44
47
  stat fields into four bytes in dirstate pack_stat implementations.
45
48
  (Martin Packman, #683191 #706957)
72
75
   suite.  This can include new facilities for writing tests, fixes to 
73
76
   spurious test failures and changes to the way things should be tested.
74
77
 
 
78
* Really corrupt the pack file without depending on a special length or value.
 
79
  (Vincent Ladeuil, #807032)
 
80
 
75
81
 
76
82
bzr 2.4.1
77
83
#########