~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-22 02:49:17 UTC
  • mfrom: (2671.3.10 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070822024917-nw7dh478y4d8cjeg
(robertc) Add two new transport methods to help pack repositories, get_recommended_page_size and open_write_stream. (Robert Collins).

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
    * ``bzrlib.pack.ContainerWriter`` now tracks how many records have been
65
65
      added via a public attribute records_written. (Robert Collins)
66
66
 
 
67
    * New method ``bzrlib.transport.Transport.get_recommended_page_size``.
 
68
      This provides a hint to users of transports as to the reasonable
 
69
      minimum data to read. In principle this can take latency and
 
70
      bandwidth into account on a per-connection basis, but for now it
 
71
      just has hard coded values based on the url. (e.g. http:// has a large
 
72
      page size, file:// has a small one.) (Robert Collins)
 
73
 
 
74
    * New method on ``bzrlib.transport.Transport`` ``open_write_stream`` allows
 
75
      incremental addition of data to a file without requiring that all the
 
76
      data be buffered in memory. (Robert Collins)
 
77
 
67
78
 
68
79
bzr 0.90 2007-08-??
69
80
===================