~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Vincent Ladeuil
  • Date: 2009-10-06 15:58:12 UTC
  • mfrom: (4725.3.3 443041-ftp-append-bytes)
  • mto: This revision was merged to the branch mainline in revision 4729.
  • Revision ID: v.ladeuil+lp@free.fr-20091006155812-mie06vdxp373lqxd
Fix gssapi ftp client mode handling

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
  with some combinations of remote and local formats.  This was causing
105
105
  "unknown object type identifier 60" errors.  (Andrew Bennetts, #427736)
106
106
 
 
107
* ftp transports were built differently when the kerberos python module was
 
108
  present leading to obscure failures related to ASCII/BINARY modes.
 
109
  (Vincent Ladeuil, #443041)
 
110
 
107
111
* Network streams now decode adjacent records of the same type into a
108
112
  single stream, reducing layering churn. (Robert Collins)
109
113