~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Deprecate VersionedFile.join.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
      Repository.item_keys_introduced_by() no longer take read locks.
67
67
      (Aaron Bentley)
68
68
 
 
69
    * ``VersionedFile.join`` is deprecated. This method required local
 
70
      instances of both versioned file objects and was thus hostile to being
 
71
      used for streaming from a smart server. The new get_record_stream and
 
72
      insert_record_stream are meant to efficiently replace this method.
 
73
      (Robert Collins)
 
74
 
69
75
 
70
76
bzr 1.4rc2 2008-04-21
71
77
---------------------