Rev 5949: release-notes about bug #597686 in http://bazaar.launchpad.net/~jameinel/bzr/integration

John Arbash Meinel john at arbash-meinel.com
Wed Jun 1 09:02:58 UTC 2011


At http://bazaar.launchpad.net/~jameinel/bzr/integration

------------------------------------------------------------
revno: 5949
revision-id: john at arbash-meinel.com-20110601090255-ucvp83wrycoaakep
parent: john at arbash-meinel.com-20110601085917-fgsyq3nnut6navd4
fixes bug(s): https://launchpad.net/bugs/597686
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: integration
timestamp: Wed 2011-06-01 11:02:55 +0200
message:
  release-notes about bug #597686
-------------- next part --------------
=== modified file 'doc/en/release-notes/bzr-2.4.txt'
--- a/doc/en/release-notes/bzr-2.4.txt	2011-06-01 03:27:06 +0000
+++ b/doc/en/release-notes/bzr-2.4.txt	2011-06-01 09:02:55 +0000
@@ -39,6 +39,11 @@
 * Fix a race condition for ``server_started`` hooks leading to a spurious
   test failure. (Vincent Ladeuil, #789167)
 
+* Handle files that get created but don't get used during TreeTransform.
+  ``open()`` can create a file, and still raise an exception before it
+  returns. So anything we might have created, make sure we destroy during
+  ``finalize()``. (Martin [gz], #597686)
+
 * ``pack_repo`` now uses ``Transport.move`` instead of
   ``Transport.rename``, deleting any existing targets even on SFTP.
   (Martin von Gagern, #421776)



More information about the bazaar-commits mailing list