~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2007-08-20 13:07:12 UTC
  • mfrom: (2732 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2733.
  • Revision ID: abentley@panoramicfeedback.com-20070820130712-buopmg528zcgwyxc
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
bzr 0.90rc1 2007-08-14
2
 
 
3
 
  BUGFIXES:
 
1
IN DEVELOPMENT
 
2
 
 
3
  CHANGES:
 
4
 
 
5
   * The default branch and repository format has changed to 
 
6
     ``dirstate-tags``, so tag commands are active by default.
 
7
     This format is compatible with Bazaar 0.15 and later.
 
8
     (Martin Pool)
 
9
 
 
10
  FEATURES:
 
11
 
 
12
    * New option ``--author`` in ``bzr commit`` to specify the author of the
 
13
      change, if it's different from the committer.  (Lukáš Lalinský)
 
14
 
 
15
  BUG FIXES:
 
16
 
 
17
    * Suppress warning "integer argument expected, got float" from Paramiko,
 
18
      which sometimes caused false test failures.  (Martin Pool)
 
19
 
 
20
    * Fix bug in bundle 4 that could cause attempts to write data to wrong
 
21
      versionedfile.  (Aaron Bentley)
 
22
 
 
23
    * Diffs generated using "diff -p" no longer break the patch parser.
 
24
      (Aaron Bentley)
 
25
 
 
26
    * get_transport treats an empty possible_transports list the same as a non-
 
27
      empty one.  (Aaron Bentley)
 
28
 
 
29
  IMPROVEMENTS:
 
30
 
 
31
    * ``pull`` and ``merge`` are much faster at installing bundle format 4.
 
32
      (Aaron Bentley)
 
33
 
 
34
    * ``pull -v`` no longer includes deltas, making it much faster.
 
35
      (Aaron Bentley)
 
36
 
 
37
  API BREAKS:
 
38
 
 
39
   * ``Branch.append_revision`` is removed altogether; please use 
 
40
     ``Branch.set_last_revision_info`` instead.  (Martin Pool)
 
41
 
 
42
    * ``Transport.should_cache`` has been removed.  It was not called in the
 
43
      previous release.  (Martin Pool)
 
44
 
 
45
  INTERNALS:
 
46
 
 
47
   * New trace function ``mutter_callsite`` will print out a subset of the
 
48
     stack to the log, which can be useful for gathering debug details.
 
49
     (Robert Collins)
4
50
 
5
51
bzr 0.90rc1 2007-08-14
6
52
 
92
138
      (Ian Clatworthy)
93
139
 
94
140
    * New bundle and merge directive formats are faster to generate, and
95
 
      more robust against email mangling.  New `send` command replaces
96
 
      `bundle-revisions` and `merge-directive`.  (Aaron Bentley)
97
141
 
98
142
    * Annotate merge now works when there are local changes. (Aaron Bentley)
99
143
 
119
163
 
120
164
    * Log errors from the smart server in the trace file, to make debugging 
121
165
      test failures (and live failures!) easier.  (Andrew Bennetts)
122
 
      
 
166
 
123
167
    * The HTML version of the man page has been superceded by a more
124
168
      comprehensive manual called the Bazaar User Reference. This manual
125
169
      is completed generated from the online help topics. As part of this
265
309
    * The SSH_AUTH_SOCK environment variable is now reset to avoid 
266
310
      interaction with any running ssh agents.  (Jelmer Vernooij, #125955)
267
311
 
 
312
    * run_bzr_subprocess handles parameters the same way as run_bzr:
 
313
      either a string or a list of strings should be passed as the first
 
314
      parameter.  Varargs-style parameters are deprecated. (Aaron Bentley)
 
315
 
268
316
 
269
317
bzr 0.18  2007-07-17
270
318