Rev 4090: Updates to NEWS for the various tweaks. in http://bzr.arbash-meinel.com/branches/bzr/jam-integration

John Arbash Meinel john at arbash-meinel.com
Fri Mar 6 20:49:12 GMT 2009


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

------------------------------------------------------------
revno: 4090
revision-id: john at arbash-meinel.com-20090306204902-c3ttkto3tzqrs9li
parent: john at arbash-meinel.com-20090306204556-rvxi33g6nhvfhqob
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: jam-integration
timestamp: Fri 2009-03-06 14:49:02 -0600
message:
  Updates to NEWS for the various tweaks.
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2009-03-06 06:48:25 +0000
+++ b/NEWS	2009-03-06 20:49:02 +0000
@@ -111,6 +111,12 @@
       for branches. This is now fixed and a test added to prevent it
       reoccuring. (Robert Collins, Andrew Bennetts)
 
+    * Restore the progress bar on Windows. We were disabling it when TERM
+      wasn't set, but Windows doesn't set TERM. (Alexander Belchenko)
+
+    * ``setup.py build_ext`` now gives a proper error when an extension
+      fails to build. (John Arbash Meinel)
+
     * Under rare circumstances (aka nobody reported a bug about it), the ftp
       transport could revert to ascii mode. It now stays in binary mode except
       when needed.
@@ -188,6 +194,12 @@
     * ``bzrlib.tests.run_suite`` accepts a runner_class parameter
       supporting the use of different runners. (Robert Collins)
 
+    * Change how file_ids and revision_ids are interned as part of
+      inventory deserialization. Now we use the real ``intern()``, rather
+      than our own workaround that would also cache a Unicode copy of the
+      string, and never emptied the cache. This should slightly reduce
+      memory consumption. (John Arbash Meinel)
+
     * New branch method ``create_clone_on_transport`` that returns a
       branch object. (Robert Collins)
 



More information about the bazaar-commits mailing list