~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-05-12 09:05:30 UTC
  • mfrom: (4350.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090512090530-v9355ohetp61ltc1
(vila) Fix unbalanced locks in tests,
        the check is now fatal (use -Dlock to turn it into a warning).

Show diffs side-by-side

added added

removed removed

Lines of Context:
167
167
 
168
168
* Updated the bundled ``ConfigObj`` library to 4.6.0 (Matt Nordhoff)
169
169
 
 
170
Testing
 
171
*******
 
172
 
 
173
* ``bzr selftest`` will now fail if lock/unlock are not correctly balanced in
 
174
  tests. Using ``-Dlock`` will turn the related failures into warnings.
 
175
  (Vincent Ladeuil, Robert Collins)
170
176
 
171
177
bzr 1.14
172
178
###########