~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Merge fix for overflow issues in pack_stat from 2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
* Fixed loading of external merge tools from config to properly decode
36
36
  command-lines which contain embedded quotes. (Gordon Tyler, #828803)
37
37
 
 
38
* Prevent several kinds of OverflowError and other fallout from failing to fit
 
39
  stat fields into four bytes in dirstate pack_stat implementations.
 
40
  (Martin Packman, #683191 #706957)
 
41
 
38
42
Documentation
39
43
*************
40
44