~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Vincent Ladeuil
  • Date: 2009-05-12 08:08:54 UTC
  • mfrom: (4327.1.12 failing-lock-tests)
  • mto: This revision was merged to the branch mainline in revision 4354.
  • Revision ID: v.ladeuil+lp@free.fr-20090512080854-jrius5e8zdapzin9
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:
159
159
 
160
160
* Updated the bundled ``ConfigObj`` library to 4.6.0 (Matt Nordhoff)
161
161
 
 
162
Testing
 
163
*******
 
164
 
 
165
* ``bzr selftest`` will now fail if lock/unlock are not correctly balanced in
 
166
  tests. Using ``-Dlock`` will turn the related failures into warnings.
 
167
  (Vincent Ladeuil, Robert Collins)
162
168
 
163
169
bzr 1.14
164
170
###########