~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-11-30 18:21:02 UTC
  • mfrom: (3059.1.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20071130182102-i0t564k01anm7uk2
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.