~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Vincent Ladeuil
  • Date: 2007-11-30 17:48:41 UTC
  • mfrom: (3052.3.4 172701)
  • mto: This revision was merged to the branch mainline in revision 3060.
  • Revision ID: v.ladeuil+lp@free.fr-20071130174841-6yitg1imn504sttr
Fix bug #172701 by catching the pycurl ShortReadvError and allowing readv to issue several get requests

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
     installer write to the registry (HKLM\SOFTWARE\Bazaar) useful info 
102
102
     about paths and bzr version. (Alexander Belchenko, #129298)
103
103
 
 
104
  INTERNALS:
 
105
 
 
106
    * New -Dhttp debug option reports http connections, requests and responses.
 
107
      (Vincent Ladeuil)
 
108
 
104
109
  DOCUMENTATION:
105
110
 
106
111
  BUG FIXES:
207
212
   * Revert doesn't crash when restoring a single file from a deleted
208
213
     directory. (Aaron Bentley)
209
214
 
 
215
   * Catch ShortReadvErrors while using pycurl. Also make readv more robust by
 
216
     allowing multiple GET requests to be issued if too many ranges are
 
217
     required.
 
218
     (Vincent Ladeuil, #172701)
 
219
 
210
220
   * Stderr output via logging mechanism now goes through encoded wrapper
211
221
     and no more uses utf-8, but terminal encoding instead. So all unicode
212
222
     strings now should be readable in non-utf-8 terminal.