~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(vila) Bzr config should save the changes explicitly when needed (Vincent
 Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
   suite.  This can include new facilities for writing tests, fixes to 
73
73
   spurious test failures and changes to the way things should be tested.
74
74
 
 
75
* Fix warnings on stderr caused by the atexit handler triggering for the
 
76
  wrong reason: the 'config' command should explicitly save the changes when
 
77
  modifying or removing an option and not rely on the atexit
 
78
  handler. (Vincent Ladeuil, #1331999)
 
79
 
75
80
* Handle (minor) incompatible change in python 2.7.6 leading to test
76
81
  failures. Only tests are affected. (Vincent Ladeuil, #1303879)
77
82