~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-06-30 16:06:19 UTC
  • mfrom: (5971.1.80 bzr-gpgme)
  • Revision ID: pqm@pqm.ubuntu.com-20110630160619-3022zmfchft893nt
(jr) A new command ``bzr verify-signatures`` has been added to check that
 commits
 are correctly signed with trusted keys by GPG. This requires python-gpgme to
 be installed. ``bzr log`` has gained a ``--signatures`` option to list the
 validity of signatures for each commit. New config options
 ``acceptable_keys``
 and ``validate_signatures_in_log`` can be set to control options to these
 commands. (Jonathan Riddell)

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
* New command ``verify-signatures`` to check if all commits or specified commits
 
24
  have digital signatures from trusted keys.  Requires python-gpgme to be
 
25
  installed.
 
26
 
 
27
* New option ``--signatures`` for ``bzr log`` to display digital signature
 
28
  verification results for each commit.
 
29
 
 
30
* Config option acceptable_keys to list which GPG keys are verified as trusted.
 
31
 
 
32
* Config option validate_signatures_in_log to always show signatures in 
 
33
  ``bzr log``.
 
34
 
23
35
Improvements
24
36
************
25
37