~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-02-20 09:21:46 UTC
  • mfrom: (4005.3.9 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090220092146-07rzjym3j54khv2m
(robertc) Add network serialisation for VersionedFile record_streams.
        (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
      delta references. The method is ``scan_unvalidated_index``.
94
94
      (Andrew Bennetts, Robert Collins)
95
95
 
 
96
    * ``VersionedFiles`` record adapters have had their signature change
 
97
      from ``(record, record.get_bytes_as(record.storage_kind))`` to
 
98
      ``(record)`` reducing excess duplication and allowing adapters
 
99
      to access private data in record to obtain content more
 
100
      efficiently. (Robert Collins)
 
101
 
96
102
 
97
103
bzr 1.12 "1234567890" 2009-02-13
98
104
--------------------------------