~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2005-10-17 11:41:07 UTC
  • mfrom: (1442.1.60)
  • Revision ID: robertc@robertcollins.net-20051017114107-f5586285d825c105
Merge in first part of GPG support.

This adds check_signatures config support, triams back the transport api
to be leaner and easier to hook in suffixes - non primary streams in the store
associated with the fileid that primary data is stored in, a gpg module which
will encapsulate all signing and checking operations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    * 'bzr check' now accepts -v for verbose reporting, and checks for
37
37
      ghosts in the branch.
38
38
 
 
39
    * New command 're-sign' which will regenerate the gpg signature for 
 
40
      a revision.
 
41
 
 
42
    * If you set check_signatures=require for a path in 
 
43
      ~/.bazaar/branches.conf then bzr will invoke your
 
44
      gpg_signing_command (defaults to gpg) and record a digital signature
 
45
      of your commit.
 
46
      
39
47
 
40
48
  TESTING:
41
49