~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-08-02 06:33:21 UTC
  • mfrom: (2661.2.3 pack)
  • Revision ID: pqm@pqm.ubuntu.com-20070802063321-lpx3oazcxyac24oa
(robertc) Add support to the bzrlib.pack interface for arbitrary-record access via a readv adapter for transports. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
    * Graph now has an is_ancestor method, various bits use it.
185
185
      (Aaron Bentley)
186
186
 
 
187
    * ``bzrlib.pack.ContainerWriter`` now returns an offset, length tuple to
 
188
      callers when inserting data, allowing generation of readv style access
 
189
      during pack creation, without needing a separate pass across the output
 
190
      pack to gather such details. (Robert Collins)
 
191
 
 
192
    * ``bzrlib.pack.make_readv_reader`` allows readv based access to pack
 
193
      files that are stored on a transport. (Robert Collins)
 
194
 
187
195
  TESTING:
188
196
 
189
197
    * Remove selftest ``--clean-output``, ``--numbered-dirs`` and