~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

[merge] Matthieu Moy & Daniel Silverstone, ftp fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
bzr development version
2
2
 
 
3
  IMPROVEMENTS:
 
4
 
 
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)
 
11
 
3
12
  INTERNALS:
4
13
  
5
14
    * The internal storage of history, and logical branch identity have now
117
126
    * 'bzr add' now takes a --dry-run parameter which shows you what would be
118
127
      added, but doesn't actually add anything. (Michael Ellerman)
119
128
 
120
 
    * bzr add now lists how many files were ignored per glob.  add --verbose
 
129
    * 'bzr add' now lists how many files were ignored per glob.  add --verbose
121
130
      lists the specific files.  (Aaron Bentley)
122
131
 
 
132
    * 'bzr missing' now supports displaying changes in diverged trees and can
 
133
      be limited to show what either end of the comparison is missing.
 
134
      (Aaron Bently, with a little prompting from Daniel Silverstone)
 
135
 
123
136
  BUG FIXES:
124
137
 
125
138
    * SFTP can walk up to the root path without index errors. (Robert Collins)