~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2008-11-07 05:39:09 UTC
  • mto: (3815.3.2 1.9)
  • mto: This revision was merged to the branch mainline in revision 3827.
  • Revision ID: mbp@sourcefrog.net-20081107053909-kwq9p72djtac71dm
merge fix for out-of-order SFTP readv

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
   * Fix SSL/https on Python2.6.  (Vincent Ladeuil, #293054)
21
21
 
 
22
    * ``SFTPTransport.readv()`` had a bug when requests were out-of-order.
 
23
      This only triggers some-of-the-time on Knit format repositories.
 
24
      (John Arbash Meinel, #293746)
 
25
 
22
26
 
23
27
Bzr 1.9rc1 2008-10-31
24
28
---------------------