~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-10-06 17:37:41 UTC
  • mfrom: (4728.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20091006173741-37lpt4t94xmt9ckt
(vila) 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