~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/whats-new/whats-new-in-2.4.txt

  • Committer: Jonathan Riddell
  • Date: 2011-06-22 16:04:52 UTC
  • mto: This revision was merged to the branch mainline in revision 6003.
  • Revision ID: jriddell@canonical.com-20110622160452-tpfi5ufpxjwak56c
add changes to whats-new-in-2.4.txt#

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
the tests that match any of the specified patterns will be excluded. Only
121
121
the last specified patetrn was previously taken into account.
122
122
 
 
123
Digital Signature Verification
 
124
******************************
 
125
 
 
126
A new command ``bzr verify-signatures`` has been added to check that commits
 
127
are correctly signed with trusted keys by GPG.  This requires python-gpgme to
 
128
be installed.  ``bzr log`` has gained a ``--signatures`` option to list the
 
129
validity of signatures for each commit.  New config options ``acceptable_keys``
 
130
and ``validate_signatures_in_log`` can be set to control options to these
 
131
commands.
 
132
 
123
133
Further information
124
134
*******************
125
135