~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2007-09-12 04:21:51 UTC
  • mto: This revision was merged to the branch mainline in revision 2817.
  • Revision ID: robertc@robertcollins.net-20070912042151-o2k78pnf1hdwd2xt
Review feedback.

Show diffs side-by-side

added added

removed removed

Lines of Context:
199
199
     allows the avoidance of double-sha1 calculations during commit.
200
200
     (Robert Collins)
201
201
 
202
 
   * The ``VersionedFile`` interface no longer protects against misuse when
203
 
     lines that are not lines, or are not strings are supplied. This saves
204
 
     nearly 30% of the minimum cost to store a version of a file.
205
 
     (Robert Collins)
 
202
   * The ``VersionedFile`` interface now allows content checks to be bypassed
 
203
     by supplying check_content=False.  This saves nearly 30% of the minimum
 
204
     cost to store a version of a file. (Robert Collins)
206
205
 
207
206
   * ``Transport.should_cache`` has been removed.  It was not called in the
208
207
     previous release.  (Martin Pool)