~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-08-05 16:51:01 UTC
  • mfrom: (5906.1.10 custom-verifier)
  • Revision ID: pqm@pqm.ubuntu.com-20110805165101-e89g9pgybm7db15a
(jelmer) Allow other kinds of file "verifiers" than SHA1. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
  have been added that only support opening from a path or a URL,
98
98
  unlike ``get_transport``. (Jelmer Vernooij)
99
99
 
 
100
* New method ``Tree.get_file_verifier`` which allows tree implementations
 
101
  to return non-sha1 checksums to verify files.
 
102
  (Jelmer Vernooij, #720831)
 
103
 
 
104
* New method ``InterTree.file_content_matches`` which checks that
 
105
  two files in different trees have the same contents.
 
106
  (Jelmer Vernooij)
 
107
 
100
108
* Remove ``AtomicFile.closed`` which has been deprecated in bzr 0.10.
101
109
  (Vincent Ladeuil)
102
110