~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Matthieu Moy
  • Date: 2006-01-31 13:22:51 UTC
  • mto: (1185.50.62 bzr-jam-integration)
  • mto: This revision was merged to the branch mainline in revision 1554.
  • Revision ID: Matthieu.Moy@imag.fr-20060131132251-22fb294ef6a8e1b1
Credit myself in NEWS. Mentionned FTP connections reuse.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
  IMPROVEMENTS:
4
4
 
5
 
    * The ftp transport now tries to reconnect after a temporary
6
 
      failure. ftp put is made atomic.
 
5
    * The FTP transport now tries to reconnect after a temporary
 
6
      failure. ftp put is made atomic. (Matthieu Moy)
 
7
 
 
8
    * The FTP transport now maintains a pool of connections, and
 
9
      reuses them to avoid multiple connections to the same host (like
 
10
      sftp did). (Daniel Silverstone)
7
11
 
8
12
  INTERNALS:
9
13