Rev 4544: Move NEWS into the correct section. in http://bazaar.launchpad.net/~jameinel/bzr/1.18-lock-warnings

John Arbash Meinel john at arbash-meinel.com
Fri Aug 14 14:56:36 BST 2009


At http://bazaar.launchpad.net/~jameinel/bzr/1.18-lock-warnings

------------------------------------------------------------
revno: 4544
revision-id: john at arbash-meinel.com-20090814135624-zok9ksyvlkaxspa6
parent: john at arbash-meinel.com-20090814135530-x0dt4md2cnrp5l2u
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 1.18-lock-warnings
timestamp: Fri 2009-08-14 08:56:24 -0500
message:
  Move NEWS into the correct section.
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2009-08-14 13:55:30 +0000
+++ b/NEWS	2009-08-14 13:56:24 +0000
@@ -66,6 +66,13 @@
 Internals
 *********
 
+* ``-Dstrict_locks`` can now be used to check that read and write locks
+  are treated properly w.r.t. exclusivity. (We don't try to take an OS
+  read lock on a file that we already have an OS write lock on.) This is
+  now set by default for all tests, if you have a test which cannot be
+  fixed, you can use ``self.thisFailsStrictLockCheck()`` as a
+  compatibility knob. (John Arbash Meinel)
+
 * InterDifferingSerializer is now only used locally.  Other fetches that
   would have used InterDifferingSerializer now use the more network
   friendly StreamSource, which now automatically does the same
@@ -270,13 +277,6 @@
 * ``CHKMap.apply_delta`` now raises ``InconsistentDelta`` if a delta adds
   as new a key which was already mapped. (Robert Collins)
 
-* ``-Dstrict_locks`` can now be used to check that read and write locks
-  are treated properly w.r.t. exclusivity. (We don't try to take an OS
-  read lock on a file that we already have an OS write lock on.) This is
-  now set by default for all tests, if you have a test which cannot be
-  fixed, you can use ``self.thisFailsStrictLockCheck()`` as a
-  compatibility knob. (John Arbash Meinel)
-
 * Inventory delta application catches more cases of corruption and can
   prevent corrupt deltas from affecting consistency of data structures on
   disk. (Robert Collins)



More information about the bazaar-commits mailing list