Rev 4985: Remove some bugfixes that were already in 2.0.4 in http://bazaar.launchpad.net/~jameinel/bzr/2.1.0rc1-dev

John Arbash Meinel john at arbash-meinel.com
Thu Jan 21 21:10:17 GMT 2010


At http://bazaar.launchpad.net/~jameinel/bzr/2.1.0rc1-dev

------------------------------------------------------------
revno: 4985
revision-id: john at arbash-meinel.com-20100121210954-rrwx9mp9p147vke2
parent: john at arbash-meinel.com-20100121202340-enl6icid41xwym56
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.1.0rc1-dev
timestamp: Thu 2010-01-21 15:09:54 -0600
message:
  Remove some bugfixes that were already in 2.0.4
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2010-01-21 20:23:40 +0000
+++ b/NEWS	2010-01-21 21:09:54 +0000
@@ -80,17 +80,6 @@
   the timestamp of a file, if the revision it was introduced in is a
   ghost. (Jelmer Vernooij, #295611)
 
-* ``bzr export dir`` now requests all file content as a record stream,
-  rather than requsting the file content one file-at-a-time. This can make
-  exporting over the network significantly faster (54min => 9min in one
-  case). (John Arbash Meinel, #343218)
-
-* ``bzr serve`` no longer slowly leaks memory. The compiled
-  ``bzrlib.bencode.Encoder()`` class was using ``__del__`` to cleanup and
-  free resources, and it should have been using ``__dealloc__``.
-  This will likely have an impact on any other process that is serving for
-  an extended period of time.  (John Arbash Meinel, #494406)
-
 * ``bzr switch -b`` can now create branches that are located using directory
   services such as ``lp:``, even when the branch name doesn't contain a
   '/'.  (Neil Martinsen-Burrell, #495263)



More information about the bazaar-commits mailing list