~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Merge more bzr.dev, addressing some bugs. [still broken]

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
     stack to the log, which can be useful for gathering debug details.
62
62
     (Robert Collins)
63
63
 
 
64
    * ``bzrlib.pack.ContainerWriter`` now tracks how many records have been
 
65
      added via a public attribute records_written. (Robert Collins)
 
66
 
64
67
    * New method ``bzrlib.transport.Transport.get_recommended_page_size``.
65
68
      This provides a hint to users of transports as to the reasonable
66
69
      minimum data to read. In principle this can take latency and
68
71
      just has hard coded values based on the url. (e.g. http:// has a large
69
72
      page size, file:// has a small one.) (Robert Collins)
70
73
 
71
 
    * New methods on ``bzrlib.transport.Transport`` ``open_file_stream`` and
72
 
      ``close_file_stream`` allow incremental addition of data to a file
73
 
      without requiring that all the data be buffered in memory.
74
 
      (Robert Collins)
75
 
 
76
 
    * Add a new method ``bzrlib.repository.Repository.reconcile_actions``
77
 
      allowing conditional test cases on the sorts of things reconcile
78
 
      will actually perform. (Robert Collins)
 
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)
79
77
 
80
78
 
81
79
bzr 0.90 2007-08-??