~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
IN DEVELOPMENT
2
2
 
 
3
  IMPROVEMENTS:
 
4
 
 
5
    * ``pull`` and ``merge`` are much faster at installing bundle format 4.
 
6
      (Aaron Bentley)
 
7
 
 
8
    * ``pull -v`` no longer includes deltas, making it much faster.
 
9
      (Aaron Bentley)
 
10
 
 
11
bzr 0.90rc1 2007-08-14
 
12
 
 
13
  BUGFIXES:
 
14
 
 
15
bzr 0.90rc1 2007-08-14
 
16
 
3
17
  BUGFIXES:
4
18
 
5
19
    * ``bzr init`` should connect to the remote location one time only.  We
88
102
      (Ian Clatworthy)
89
103
 
90
104
    * New bundle and merge directive formats are faster to generate, and
91
 
      more robust against email mangling.  New `send` command replaces
92
 
      `bundle-revisions` and `merge-directive`.  (Aaron Bentley)
93
105
 
94
106
    * Annotate merge now works when there are local changes. (Aaron Bentley)
95
107
 
115
127
 
116
128
    * Log errors from the smart server in the trace file, to make debugging 
117
129
      test failures (and live failures!) easier.  (Andrew Bennetts)
118
 
      
 
130
 
119
131
    * The HTML version of the man page has been superceded by a more
120
132
      comprehensive manual called the Bazaar User Reference. This manual
121
133
      is completed generated from the online help topics. As part of this
261
273
    * The SSH_AUTH_SOCK environment variable is now reset to avoid 
262
274
      interaction with any running ssh agents.  (Jelmer Vernooij, #125955)
263
275
 
 
276
    * run_bzr_subprocess handles parameters the same way as run_bzr:
 
277
      either a string or a list of strings should be passed as the first
 
278
      parameter.  Varargs-style parameters are deprecated. (Aaron Bentley)
 
279
 
264
280
 
265
281
bzr 0.18  2007-07-17
266
282