Rev 6026: release-notes entry for fixing bug #609187 in http://bazaar.launchpad.net/~jameinel/bzr/integration
John Arbash Meinel
john at arbash-meinel.com
Wed Jul 13 14:26:35 UTC 2011
At http://bazaar.launchpad.net/~jameinel/bzr/integration
------------------------------------------------------------
revno: 6026
revision-id: john at arbash-meinel.com-20110713142603-te4c417d52ewglh9
parent: john at arbash-meinel.com-20110713142255-2k6t81lwhckvvat0
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: integration
timestamp: Wed 2011-07-13 16:26:03 +0200
message:
release-notes entry for fixing bug #609187
-------------- next part --------------
=== modified file 'doc/en/release-notes/bzr-2.5.txt'
--- a/doc/en/release-notes/bzr-2.5.txt 2011-07-12 14:30:06 +0000
+++ b/doc/en/release-notes/bzr-2.5.txt 2011-07-13 14:26:03 +0000
@@ -20,15 +20,21 @@
.. New commands, options, etc that users may wish to try out.
+* Accessing a packaging branch on Launchpad (eg, ``lp:ubuntu/bzr``) now
+ checks to see if the most recent published source package version for
+ that project is present in the branch tags. This should help developers
+ trust whether the packaging branch is up-to-date and can be used for new
+ changes. (John Arbash Meinel, #609187)
+
+* Add a config option gpg_signature_key for setting which GPG key
+ should be used to sign commits. Also default to using the gpg user
+ identity which matches user_email() as set by whoami.
+
* bzr log -m now matches message, author, committer and bugs instead
of just matching the message. --message keeps its original meaning,
while --match-message, --match-author, --match-committer and
--match-bugs match each of those fields.
-* Add a config option gpg_signature_key for setting which GPG key
- should be used to sign commits. Also default to using the gpg user
- identity which matches user_email() as set by whoami.
-
Improvements
************
More information about the bazaar-commits
mailing list