Rev 5743: Some post-release tweaks. in file:///home/vila/src/bzr/releases/work/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Mon Mar 28 15:17:10 UTC 2011
At file:///home/vila/src/bzr/releases/work/
------------------------------------------------------------
revno: 5743
revision-id: v.ladeuil+lp at free.fr-20110328151709-ujbjuzr1f1zv55x9
parent: pqm at pqm.ubuntu.com-20110326154616-y6h2rjf9bs1wvvfs
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: work
timestamp: Mon 2011-03-28 17:17:09 +0200
message:
Some post-release tweaks.
-------------- next part --------------
=== modified file 'doc/developers/releasing.txt'
--- a/doc/developers/releasing.txt 2011-03-10 14:24:17 +0000
+++ b/doc/developers/releasing.txt 2011-03-28 15:17:09 +0000
@@ -366,8 +366,7 @@
#. Check that the documentation for this release is available in
<http://doc.bazaar.canonical.com>. It should be automatically build when the
branch is created, by a cron script ``update-bzr-docs`` on
- ``escudero``. As of today (2009-08-27) ``igc`` manually updates the
- pretty version of it.
+ ``escudero``.
Announcing the release
=== modified file 'doc/en/release-notes/bzr-2.4.txt'
--- a/doc/en/release-notes/bzr-2.4.txt 2011-03-24 11:41:42 +0000
+++ b/doc/en/release-notes/bzr-2.4.txt 2011-03-28 15:17:09 +0000
@@ -217,7 +217,7 @@
API Changes
***********
-* Added ``Branch.heads_to_fetch`` method. Implementions of the Branch API
+* Added ``Branch.heads_to_fetch`` method. Implementations of the Branch API
must now inherit or implement this method. (Andrew Bennetts, #721328)
* Added ``bzrlib.mergetools`` module with helper functions for working with
@@ -307,7 +307,7 @@
* ``CatchingExceptionThread`` (formerly ThreadWithException) has been moved
out of the ``bzrlib.tests`` hierarchy to make it clearer that it can be used
outside of tests. This class makes it easier to track exceptions in threads
- by cacthing them so they can be re-raised in the controlling thread. It's
+ by catching them so they can be re-raised in the controlling thread. It's
available in the ``bzrlib.cethread`` module. (Vincent Ladeuil)
* Correctly propogate malloc failures from diff-delta.c code as MemoryError
More information about the bazaar-commits
mailing list