~ubuntu-branches/debian/sid/bzr/sid

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij, Jelmer Vernooij, Max Bowsher
  • Date: 2011-07-14 15:35:42 UTC
  • mfrom: (1.5.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20110714153542-7m3m8jpt6c167g2a
Tags: 2.4.0~beta5-1
[ Jelmer Vernooij ]
* Fix typo in package description. Thanks Paul Stewart.
* Mark python-bzrlib as breaking with older versions of bzr that
  predate python-bzrlib. LP: #803362

[ Max Bowsher ]
* New upstream release.

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