~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-05-22 12:53:10 UTC
  • mfrom: (3408.6.3 eric)
  • Revision ID: pqm@pqm.ubuntu.com-20080522125310-lneifpa40hzg4lu2
Fix MemoryError during large fetches over HTTP. (Eric Holmberg)

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
      attribute '_remote_is_at_least_1_2' attribute errors.
50
50
      (Andrew Bennetts, #220806)
51
51
      
 
52
    * Fix MemoryError during large fetches over HTTP by limiting the amount of
 
53
      data we try to read per ``recv`` call.  The problem was observed with
 
54
      Windows and a proxy, but might affect other environments as well.
 
55
      (Eric Holmberg, #215426)
 
56
 
52
57
    * Issue a warning and ignore passwords declared in authentication.conf when
53
58
      used for an ssh scheme (sftp or bzr+ssh).
54
59
      (Vincent Ladeuil, #203186)