~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-12-02 01:57:00 UTC
  • mfrom: (3876.1.2 303538_max_readv)
  • Revision ID: pqm@pqm.ubuntu.com-20081202015700-3mc9dola31w7h5h4
(jam) Fix bug #303538 by capping readv sections to 100MB

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    * Give proper error message for diff with non-existent dotted revno.
24
24
      (Marius Kruger, #301969)
25
25
 
 
26
    * ``Transport.readv()`` defaults to not reading more than 100MB in a
 
27
      single array. Further ``RemoteTransport.readv`` sets this to 5MB to
 
28
      work better with how it splits its requests.
 
29
      (John Arbash Meinel, #303538)
 
30
 
26
31
  DOCUMENTATION:
27
32
 
28
33
  API CHANGES: