Rev 3941: (mbp) reorder things into the right part of NEWS in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Thu Jan 15 09:11:43 GMT 2009


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 3941
revision-id: pqm at pqm.ubuntu.com-20090115091140-d5esfq1fsbizvdem
parent: pqm at pqm.ubuntu.com-20090115073416-vnzvkab4dfesetj0
parent: mbp at sourcefrog.net-20090115075305-lu6m9n2gzl432lh0
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Thu 2009-01-15 09:11:40 +0000
message:
  (mbp) reorder things into the right part of NEWS
modified:
  NEWS                           NEWS-20050323055033-4e00b5db738777ff
    ------------------------------------------------------------
    revno: 3939.1.1
    revision-id: mbp at sourcefrog.net-20090115075305-lu6m9n2gzl432lh0
    parent: pqm at pqm.ubuntu.com-20090115062848-vl9tlzwnawaqht01
    committer: Martin Pool <mbp at sourcefrog.net>
    branch nick: doc
    timestamp: Thu 2009-01-15 18:53:05 +1100
    message:
      Corrections to NEWS
    modified:
      NEWS                           NEWS-20050323055033-4e00b5db738777ff
=== modified file 'NEWS'
--- a/NEWS	2009-01-15 07:34:16 +0000
+++ b/NEWS	2009-01-15 09:11:40 +0000
@@ -31,6 +31,15 @@
 
   BUG FIXES:
 
+    * Fix a problem with CIFS client/server lag on Windows colliding with
+      an invariant-per-process algorithm for generating AtomicFile names
+      (Adrian Wilkins, #304023)
+
+    * Many socket operations now handle EINTR by retrying the operation.
+      Previously EINTR was treated as an unrecoverable failure.  There is
+      a new ``until_no_eintr`` helper function in ``bzrlib.osutils``.
+      (Andrew Bennetts)
+
   DOCUMENTATION:
 
   API CHANGES:
@@ -103,10 +112,6 @@
 
   BUG FIXES:
   
-    * Fix a problem with CIFS client/server lag on Windows colliding with
-      an invariant-per-process algorithm for generating AtomicFile names
-      (Adrian Wilkins, #304023)
-
     * Allow BzrDir implementation to implement backing up of 
       control directory. (#139691)
 
@@ -149,11 +154,6 @@
       in the appropriate sections.
       (Vincent Ladeuil, #103029)
 
-    * Many socket operations now handle EINTR by retrying the operation.
-      Previously EINTR was treated as an unrecoverable failure.  There is
-      a new ``until_no_eintr`` helper function in ``bzrlib.osutils``.
-      (Andrew Bennetts)
-
     * Opening a stacked branch now properly shares the connection, rather
       than opening a new connection for the stacked-on branch.
       (John Arbash meinel)




More information about the bazaar-commits mailing list