Rev 2346: Clean up NEWS to fix what actually came after 0.15-rc1 was released. in http://bzr.arbash-meinel.com/branches/bzr/jam-integration

John Arbash Meinel john at arbash-meinel.com
Mon Mar 12 20:31:00 GMT 2007


At http://bzr.arbash-meinel.com/branches/bzr/jam-integration

------------------------------------------------------------
revno: 2346
revision-id: john at arbash-meinel.com-20070312202959-13znkfotwveqmm4r
parent: john at arbash-meinel.com-20070312173106-d0pbq1cct4sv55vp
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: jam-integration
timestamp: Mon 2007-03-12 15:29:59 -0500
message:
  Clean up NEWS to fix what actually came after 0.15-rc1 was released.
modified:
  NEWS                           NEWS-20050323055033-4e00b5db738777ff
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2007-03-11 21:12:06 +0000
+++ b/NEWS	2007-03-12 20:29:59 +0000
@@ -7,6 +7,21 @@
 
     * New ``submit:`` revision specifier makes it easy to diff against the
       common ancestor with the submit location (Aaron Bentley)
+
+    * Added support for Putty's SSH implementation. (Dmitry Vasiliev)
+
+  INTERNALS:
+
+    * Refactored SSH vendor registration into SSHVendorManager class.
+      (Dmitry Vasiliev)
+
+  BUGFIXES:
+
+    * New ``--numbered-dirs`` option to ``bzr selftest`` to use
+      numbered dirs for TestCaseInTempDir. This is default behavior
+      on Windows. Anyone can force named dirs on Windows
+      with ``--no-numbered-dirs``. (Alexander Belchenko)
+
  
 bzr 0.15rc1  2007-03-07
 
@@ -38,8 +53,6 @@
 
   IMPROVEMENTS:
 
-    * Added support for Putty's SSH implementation. (Dmitry Vasiliev)
-
     * Support for OS Windows 98. Also .bzr.log on any windows system
       saved in My Documents folder. (Alexander Belchenko)
 
@@ -115,9 +128,6 @@
 
   INTERNALS:
 
-    * Refactored SSH vendor registration into SSHVendorManager class.
-      (Dmitry Vasiliev)
-
     * Internally revision ids and file ids are now passed around as utf-8
       bytestrings, rather than treating them as Unicode strings. This has
       performance benefits for Knits, since we no longer need to decode the
@@ -229,11 +239,6 @@
     * New ``--first`` option to ``bzr selftest`` to run specified tests
       before the rest of the suite.  (Martin Pool)
 
-    * New ``--numbered-dirs`` option to ``bzr selftest`` to use
-      numbered dirs for TestCaseInTempDir. This is default behavior
-      on Windows. Anyone can force named dirs on Windows
-      with ``--no-numbered-dirs``. (Alexander Belchenko)
-      
 
 bzr 0.14  2007-01-23
 



More information about the bazaar-commits mailing list