~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Patch Queue Manager
  • Date: 2012-03-12 12:35:59 UTC
  • mfrom: (6491.1.7 repo-verify-signatures)
  • Revision ID: pqm@pqm.ubuntu.com-20120312123559-g4tqzz3790kszu03
(jelmer) Various fixes for 'bzr verify-signatures'. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
* ``bzr rmbranch`` no longer removes active branches unless ``--force``
44
44
  is specified. (Jelmer Vernooij, #922953)
45
45
 
 
46
* ``bzr verify-signatures`` now shows a progress bar.
 
47
  (Jelmer Vernooij)
 
48
 
46
49
* Two new command hooks, ``pre_command`` and ``post_command``,
47
50
  provide notification before and after a command has been run.
48
51
  (Brian de Alwis, Jelmer Vernooij)
67
70
.. Changes that may require updates in plugins or other code that uses
68
71
   bzrlib.
69
72
 
 
73
* ``GPGStrategy.do_verifications`` has been deprecated.
 
74
  (Jelmer Vernooij)
 
75
 
70
76
* File ids in the ``Tree`` API can now be bytestring as previously,
71
77
  or tuples of bytestrings.
72
78
  (Jelmer Vernooij)
74
80
* ``mail_client`` now accepts a configuration stack object rather than
75
81
  an old style Config object. (Jelmer Vernooij)
76
82
 
 
83
* New method ``Repository.verify_revision_signatures``.
 
84
  (Jelmer Vernooij)
 
85
 
77
86
* New configuration option class ``RegistryOption`` which is backed
78
87
  onto a registry. (Jelmer Vernooij)
79
88