Rev 3600: NEWS entries for the various bugfixes merged in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/win32_enotdir

John Arbash Meinel john at arbash-meinel.com
Wed Aug 13 18:31:52 BST 2008


At http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/win32_enotdir

------------------------------------------------------------
revno: 3600
revision-id: john at arbash-meinel.com-20080813173115-mj34cv2uoxrnw32n
parent: john at arbash-meinel.com-20080813172516-mlg6z6anklyrq21j
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: win32_enotdir
timestamp: Wed 2008-08-13 12:31:15 -0500
message:
  NEWS entries for the various bugfixes merged
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2008-08-08 06:17:19 +0000
+++ b/NEWS	2008-08-13 17:31:15 +0000
@@ -16,6 +16,19 @@
     * ``bzr upgrade`` on remote branches accessed via bzr:// and
       bzr+ssh:// now works.  (Andrew Bennetts)
 
+    * Change the ``get_format_description()`` strings for
+      ``RepositoryFormatKnitPack5`` et al to be single line messages.
+      (Aaron Bentley)
+
+    * Fix for a regression on Win32 where we would try to call
+      ``os.listdir()`` on a file and not catch the exception properly.
+      (Windows raises a different exception.) This would manifest in
+      places like ``bzr rm file`` or ``bzr switch``.
+      (Mark Hammond, John Arbash Meinel)
+
+    * ``Inventory.copy()`` was failing to set the revision property for
+      the root entry. (Jelmer Vernooij)
+
     * sftp transport: added missing ``FileExists`` case to
       ``_translate_io_exception`` (Christophe Troestler, #123475)
 



More information about the bazaar-commits mailing list