~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(gz) Fix compatibility with Cython 0.15 or later and development versions
 (Martin Packman)

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
* Include declaration of 'changed' to avoid an UnboundLocalError in dirstate
 
39
  pyrex code with new Cython versions. (Denys Duchier, #837221)
 
40
 
38
41
* Prevent several kinds of OverflowError and other fallout from failing to fit
39
42
  stat fields into four bytes in dirstate pack_stat implementations.
40
43
  (Martin Packman, #683191 #706957)