~lifeless/bzr/bug-423818

« back to all changes in this revision

Viewing changes to NEWS

[merge] jam-integration

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
 
 
12
    * The bzr_man.py file has been removed. To create the man page now,
 
13
      use ./generate_docs.py man. The new program can also create other files.
 
14
      Run "python generate_docs.py --help" for usage information. (Hans
 
15
      Ulrich Niedermann & James Blackwell).
 
16
 
 
17
    * Man Page now gives full help (James Blackwell). Help also updated to 
 
18
      reflect user config now being stored in .bazaar (Hans Ulrich
 
19
      Niedermann)
 
20
 
3
21
  INTERNALS:
4
22
  
5
23
    * The internal storage of history, and logical branch identity have now
117
135
    * 'bzr add' now takes a --dry-run parameter which shows you what would be
118
136
      added, but doesn't actually add anything. (Michael Ellerman)
119
137
 
120
 
    * bzr add now lists how many files were ignored per glob.  add --verbose
 
138
    * 'bzr add' now lists how many files were ignored per glob.  add --verbose
121
139
      lists the specific files.  (Aaron Bentley)
122
140
 
 
141
    * 'bzr missing' now supports displaying changes in diverged trees and can
 
142
      be limited to show what either end of the comparison is missing.
 
143
      (Aaron Bently, with a little prompting from Daniel Silverstone)
 
144
 
123
145
  BUG FIXES:
124
146
 
125
147
    * SFTP can walk up to the root path without index errors. (Robert Collins)