~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2006-08-08 23:48:44 UTC
  • mfrom: (1910 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1912.
  • Revision ID: john@arbash-meinel.com-20060808234844-602f87fbb7bbd2fe
[merge] bzr.dev 1910

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
     branch is as much as 4x faster.
123
123
     (Michael Ellerman, Johan Rydberg, John Arbash Meinel, #46768)
124
124
 
 
125
   * Performance improvements for sftp. Branching and pulling are now up to
 
126
     2x faster. Utilize paramiko.readv() support for async requests if it
 
127
     is available (paramiko > 1.6) (John Arbash Meinel)
 
128
 
125
129
  BUG FIXES:
126
130
 
127
131
    * Fix shadowed definition of TestLocationConfig that caused some 
198
202
    * ``bzr status foo`` when foo was unversioned used to cause a full delta
199
203
      to be generated (John Arbash Meinel, #53638)
200
204
 
 
205
    * When reading revision properties, an empty value should be considered
 
206
      the empty string, not None (John Arbash Meinel, #47782)
 
207
 
 
208
    * ``bzr diff --diff-options`` can now handle binary files being changed.
 
209
      Also, the output is consistent when --diff-options is not supplied.
 
210
      (John Arbash Meinel, #54651, #52930)
 
211
 
 
212
    * Use the right suffixes for loading plugins (John Arbash Meinel, #51810)
 
213
 
201
214
  INTERNALS:
202
215
 
203
216
    * Combine the ignore rules into a single regex rather than looping over
241
254
    * 'EmptyTree' is now deprecated, please use repository.revision_tree(None)
242
255
      instead. (Robert Collins)
243
256
 
 
257
    * "RevisionTree" is now in bzrlib/revisiontree.py. (Robert Collins)
 
258
 
244
259
bzr 0.8.2  2006-05-17
245
260
  
246
261
  BUG FIXES: