1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
bzr-0.0.1 NOT RELEASED YET
ENHANCEMENTS:
* More information from info command.
* Can now say "bzr help COMMAND" for more detailed help.
* Less file flushing and faster performance when writing logs and
committing to stores.
* More useful verbose output from some commands.
BUG FIXES:
* Fix inverted display of 'R' and 'M' during 'commit -v'.
PORTABILITY:
* Include a subset of ElementTree-1.2.20040618 to make
installation easier.
* Fix time.localtime call to work with Python 2.3 (the minimum
supported).
bzr-0.0.0.69 2005-03-22
ENHANCEMENTS:
* First public release.
* Storage of local versions: init, add, remove, rm, info, log,
diff, status, etc.
|