~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.5.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-07-18 18:33:35 UTC
  • mfrom: (6024.3.7 2.5-up-to-date-609187)
  • Revision ID: pqm@pqm.ubuntu.com-20110718183335-rall83p4yxjdd900
(jameinel) Bug #609187: warn the user if a package-import branch doesn't
 have the most recent source package. (John A Meinel)

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
.. New commands, options, etc that users may wish to try out.
22
22
 
 
23
* Accessing a packaging branch on Launchpad (eg, ``lp:ubuntu/bzr``) now
 
24
  checks to see if the most recent published source package version for
 
25
  that project is present in the branch tags. This should help developers
 
26
  trust whether the packaging branch is up-to-date and can be used for new
 
27
  changes. (John Arbash Meinel, #609187)
 
28
 
 
29
* Add a config option gpg_signature_key for setting which GPG key
 
30
  should be used to sign commits. Also default to using the gpg user
 
31
  identity which matches user_email() as set by whoami.
 
32
 
23
33
* bzr log -m now matches message, author, committer and bugs instead
24
34
  of just matching the message.  --message keeps its original meaning,
25
35
  while --match-message, --match-author, --match-committer and
26
36
  --match-bugs match each of those fields.
27
37
 
28
 
* Add a config option gpg_signature_key for setting which GPG key
29
 
  should be used to sign commits. Also default to using the gpg user
30
 
  identity which matches user_email() as set by whoami.
31
 
 
32
38
Improvements
33
39
************
34
40