~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2010-02-27 01:37:54 UTC
  • mto: This revision was merged to the branch mainline in revision 5064.
  • Revision ID: mbp@canonical.com-20100227013754-2z5alzyils3oh8lx
Handle 451 indicating directory not empty from ftp servers

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
  ``add``.
85
85
  (Parth Malwankar, #335033, #300001)
86
86
 
 
87
* Correctly interpret "451 Rename/move failure: Directory not empty" from
 
88
  ftp servers while trying to take a lock.
 
89
  (Martin Pool, #528722)
 
90
 
87
91
* Network transfer amounts and rates are now displayed in SI units according
88
92
  to the Ubuntu Units Policy <https://wiki.ubuntu.com/UnitsPolicy>.
89
93
  (Gordon Tyler, #514399)