~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Benoît Pierre
  • Date: 2008-12-02 21:21:45 UTC
  • mfrom: (3878 +trunk)
  • mto: (4056.1.1 trunk2)
  • mto: This revision was merged to the branch mainline in revision 4058.
  • Revision ID: benoit.pierre@gmail.com-20081202212145-e2lr5ec5vyu0xp13
Merge with upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
      PyErr_NoMemory() before returning NULL in PatienceSequenceMatcher_new.
21
21
      (Andrew Bennetts, #303206)
22
22
 
 
23
    * Give proper error message for diff with non-existent dotted revno.
 
24
      (Marius Kruger, #301969)
 
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
 
23
31
  DOCUMENTATION:
24
32
 
25
33
  API CHANGES: