~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(jelmer) Support verifying signatures on remote repositories. (Jelmer
 Vernooij)

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