~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-0.8.txt

  • Committer: Andrew Bennetts
  • Date: 2011-02-07 04:14:29 UTC
  • mfrom: (5535.4.26 fetch-all-tags-309682)
  • mto: This revision was merged to the branch mainline in revision 5648.
  • Revision ID: andrew.bennetts@canonical.com-20110207041429-3kc1blj34rvvxod9
Merge fetch-all-tags-309682.

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
Improvements
116
116
************
117
117
 
118
 
* sftp paths can now be relative, or local, according to the lftp
 
118
* SFTP paths can now be relative, or local, according to the lftp
119
119
  convention. Paths now take the form::
120
120
 
121
121
      sftp://user:pass@host:port/~/relative/path
123
123
      sftp://user:pass@host:port/absolute/path
124
124
 
125
125
* The FTP transport now tries to reconnect after a temporary
126
 
  failure. ftp put is made atomic. (Matthieu Moy)
 
126
  failure. FTP put is made atomic. (Matthieu Moy)
127
127
 
128
128
* The FTP transport now maintains a pool of connections, and
129
129
  reuses them to avoid multiple connections to the same host (like
130
 
  sftp did). (Daniel Silverstone)
 
130
  SFTP did). (Daniel Silverstone)
131
131
 
132
132
* The ``bzr_man.py`` file has been removed. To create the man page now,
133
133
  use ``./generate_docs.py man``. The new program can also create other files.