~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Martin Packman
  • Date: 2011-10-06 16:41:45 UTC
  • mfrom: (6015.33.10 2.4)
  • mto: This revision was merged to the branch mainline in revision 6202.
  • Revision ID: martin.packman@canonical.com-20111006164145-o98oqn32440extgt
Merge 2.4 into 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
#########