5
5
.. contents:: List of Releases
9
bzr 2.1.0b3 (not released yet)
8
bzr 2.1.0b4 (not released yet)
10
9
##############################
11
:Codename: san francisco airport
22
* After renaming a file, the dirstate could accidentally reference
23
``source\\path`` rather than ``source/path`` on Windows. This might be a
24
source of some dirstate-related failures. (John Arbash Meinel)
26
* Lots of bugfixes for the test suite on Windows. We should once again
27
have a test suite with no failures on Windows. (Once all the patches
28
have landed, remove this line.) (John Arbash Meinel)
46
bzr 2.0.3 (not released yet)
47
############################
60
* Fix for shell completion and short options. (Benoît PIERRE)
62
* Improve "Binary files differ" hunk handling. (Aaron Bentley, #436325)
69
* Include Japanese translations for documentation (Inada Naoki)
85
:Codename: after sprint recovery
88
This release was pushed up from its normal release cycle due to a
89
regression in python 2.4 compatibility in 2.1.0b2. Since this regression
90
was caught before 2.1.0b2 was officially announced, the full changelog
91
includes both 2.1.0b3 and 2.1.0b2 changes.
93
Highlights of 2.1.0b3 are: new globbing code for all commands on Windows,
94
the test suite now conforms to python's trunk enhanced semantics (skip,
95
etc.), and ``bzr info -v`` will now report the correct branch and repo
96
formats for Remote objects.
102
* Users can define a shelve editor to provide shelf functionality at a
103
granularity finer than per-patch-hunk. (Aaron Bentley)
108
* Fix for shell completion and short options. (Benoît PIERRE)
24
110
* Hooks daughter classes should always call the base constructor.
25
111
(Alexander Belchenko, Vincent Ladeuil, #389648)
113
* Improve "Binary files differ" hunk handling. (Aaron Bentley, #436325)
27
115
* On Windows, do glob expansion at the command-line level (as is usually
28
116
done in bash, etc.) This means that *all* commands get glob expansion
29
117
(bzr status, bzr add, bzr mv, etc). It uses a custom command line
36
124
allow those because XML store silently translate it anyway. (The parser
37
125
auto-translates \r\n => \n in ways that are hard for us to catch.)
127
* Show correct branch and repository format descriptions in
128
``bzr info -v`` on a smart server location. (Andrew Bennetts, #196080)
39
130
* The fix for bug #186920 accidentally broke compatibility with python
40
131
2.4. (Vincent Ladeuil, #475585)
137
* Include Japanese translations for documentation (Inada Naoki)