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.
12
* New option ``--author`` in ``bzr commit`` to specify the author of the
13
change, if it's different from the committer. (Lukáš Lalinský)
17
* Suppress warning "integer argument expected, got float" from Paramiko,
18
which sometimes caused false test failures. (Martin Pool)
20
* Fix bug in bundle 4 that could cause attempts to write data to wrong
21
versionedfile. (Aaron Bentley)
23
* Diffs generated using "diff -p" no longer break the patch parser.
26
* get_transport treats an empty possible_transports list the same as a non-
27
empty one. (Aaron Bentley)
31
* ``pull`` and ``merge`` are much faster at installing bundle format 4.
34
* ``pull -v`` no longer includes deltas, making it much faster.
39
* ``Branch.append_revision`` is removed altogether; please use
40
``Branch.set_last_revision_info`` instead. (Martin Pool)
42
* ``Transport.should_cache`` has been removed. It was not called in the
43
previous release. (Martin Pool)
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.
5
51
bzr 0.90rc1 2007-08-14
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)
98
142
* Annotate merge now works when there are local changes. (Aaron Bentley)
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)
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)
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)
269
317
bzr 0.18 2007-07-17