~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(jelmer) Add ``Repository.add_signature_text`` HPSS call. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
* Support verifying signatures on remote repositories.
74
74
  (Jelmer Vernooij, #889694)
75
75
 
 
76
* Fixed parsing of the timestamp given to ``commit --commit-time``. Now
 
77
  prohibits several invalid strings, reads the correct number of seconds,
 
78
  and gives a better error message if the time zone offset is not given.
 
79
  (Matt Giuca, #892657)
 
80
 
76
81
Documentation
77
82
*************
78
83
 
114
119
  ``VersionedFileRepository.get_serializer_format``,
115
120
  ``Repository.all_revision_ids``, ``Repository.start_write_group``,
116
121
  ``Repository.commit_write_group``, ``Repository.abort_write_group``
117
 
  and ``Repository.check_write_group``.
 
122
  ``Repository.check_write_group`` and
 
123
  ``Repository.add_signature_revision_text``.
118
124
  (Jelmer Vernooij)
119
125
 
120
126
* Custom HPSS error handlers can now be installed in the smart server client