Rev 3320: put NEWS entry in the right place in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/safer-lock-decorator

John Arbash Meinel john at arbash-meinel.com
Mon Jun 16 18:14:35 BST 2008


At http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/safer-lock-decorator

------------------------------------------------------------
revno: 3320
revision-id: john at arbash-meinel.com-20080616171410-b13qfkdypb3af28q
parent: john at arbash-meinel.com-20080616171149-q4cryeayazevsjlk
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: safer-lock-decorator
timestamp: Mon 2008-06-16 12:14:10 -0500
message:
  put NEWS entry in the right place
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2008-06-16 17:11:49 +0000
+++ b/NEWS	2008-06-16 17:14:10 +0000
@@ -16,6 +16,12 @@
 
   BUGFIXES:
 
+    * ``needs_read_lock`` and ``needs_write_lock`` now suppress an error during
+      ``unlock`` if there was an error in the original function. This helps
+      most when there is a failure with a smart server action, since often the
+      connection closes and we cannot unlock.
+      (Andrew Bennetts, John Arbash Meinel, #125784)
+
     * Raise the correct exception when doing ``-rbefore:0`` or ``-c0``.
       (John Arbash Meinel, #239933)
 
@@ -679,12 +685,6 @@
     * Merges that add files to deleted root directories complete.  They
       do create conflicts.  (Aaron Bentley, #210092)
 
-    * ``needs_read_lock`` and ``needs_write_lock`` now suppress an error during
-      ``unlock`` if there was an error in the original function. This helps
-      most when there is a failure with a smart server action, since often the
-      connection closes and we cannot unlock.
-      (Andrew Bennetts, John Arbash Meinel, #125784)
-
     * vsftp's return ``550 RNFR command failed.`` supported.
       (Marcus Trautwig, #129786)
 



More information about the bazaar-commits mailing list