~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2011-11-15 15:27:38 UTC
  • mto: This revision was merged to the branch mainline in revision 6262.
  • Revision ID: jelmer@samba.org-20111115152738-3j971lto8xs4swg3
Support verifying remote signatures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
.. Fixes for situations where bzr would previously crash or give incorrect
33
33
   or undesirable results.
34
34
 
 
35
* Support verifying signatures on remote repositories.
 
36
  (Jelmer Vernooij, #889694)
 
37
 
35
38
Documentation
36
39
*************
37
40
 
43
46
.. Changes that may require updates in plugins or other code that uses
44
47
   bzrlib.
45
48
 
 
49
* ``Repository.verify_revision`` has been renamed to
 
50
  ``Repository.verify_revision_signature``. (Jelmer Vernooij)
 
51
 
46
52
Internals
47
53
*********
48
54