8
8
development series. The 2.0 and 2.1 series will also continue to get
9
9
bugfixes. (Currently 2.0 is planned to be supported for another 6 months.)
11
The main changes in 2.2 are: **better local and network performance**,
12
**reduced memory usage**, and several user-interface improvements.
14
11
Users are encouraged to upgrade from the other stable series. This
15
12
document outlines the improvements in Bazaar 2.2 vs Bazaar 2.1. As well as
16
13
summarizing improvements made to the core product, it highlights
22
19
Over 120 bugs have been fixed in total. See the
23
20
:doc:`../release-notes/index` for a full list.
25
Bazaar 2.2.1 includes all the fixes from 2.1.3 and 2.0.6 (that
26
weren't included in 2.2.0).
28
See the :doc:`../release-notes/index` for details.
30
Bazaar 2.2.2 focused on fixes to improve our Ubuntu release workflow (which
31
should also help all other distributions).
33
See the :doc:`../release-notes/index` for details.
35
Bazaar 2.2.3 focused on fixes related to interactions with the launchpad
36
server and python-2.7 compatibility.
38
Bazaar 2.2.4 fixed a regression for some interactions with the launchpad
41
Bazaar 2.2.5 fixed a regression in some rare conflict resolutions and warns
42
when branching an out-of-date ubuntu packaging branch.
44
See the :doc:`../release-notes/index` for details.
46
Bazaar 2.2 is fully compatible both locally and on the network with 2.0
22
Bazaar 2.2.0 is fully compatible both locally and on the network with 2.0
47
23
and 2.1, and can read and write repositories generated by all previous
225
201
* Improved performance of qlog, and treewidget-based dialogs (qcommit,
226
202
qadd, qrevert etc.)
228
* qpush, qmerge, etc.: when there are uncommitted changes in the working
204
* qpush, qmerge, etc.: When there are uncommitted changes in the working
229
205
tree, user has the option to commit, or revert.
231
* qcommit: user can update bound branch/checkout if it is not up to date.
233
* Better support of Mac OS X: dialog windows no more start in background.
235
* qlog: Context menu actions for tag and revert will now show a branch
207
* qcommit: user can update bound branch/chgeckout if it is not up to date.
209
* Fixed bug with Mac OS X support when windows start in background.
210
(Thanks to Luis Arias)
212
* qlog: Context menu actions for tag, and revert will now show a branch
236
213
menu if more than one branch is open.
238
215
* qlog: more context menu actions for update, cherry-pick, and reverse
218
* Language of GUI can be set in DEFAULT section of bazaar.conf as
219
``language = code``. Language codes are the same as for LANG environment
220
variable. Environment variable LANGUAGE still preferred over settings
241
223
* Language of GUI can be set in DEFAULT section of bazaar.conf
242
as ``language = code``. Language codes are the same
243
as for ``LANG`` environment variable.
244
Environment variable ``LANGUAGE`` still preferred over settings
224
as ``language = code``. Language codes are the same as for LANG environment
225
variable. Environment variable LANGUAGE still preferred over settings
226
in bazaar.conf. (Alexander Belchenko)
228
* New Thai and Hungarian translations.
248
231
Platform-specific changes