~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/whats-new/whats-new-in-2.2.txt

  • Committer: Andrew Bennetts
  • Date: 2011-03-15 07:54:39 UTC
  • mfrom: (0.38.5 trunk)
  • mto: This revision was merged to the branch mainline in revision 5726.
  • Revision ID: andrew.bennetts@canonical.com-20110315075439-nzm293joz143cx0k
Merge bzr-changelog-merge plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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.)
10
10
 
 
11
The main changes in 2.2 are: **better local and network performance**,
 
12
**reduced memory usage**, and several user-interface improvements.
 
13
 
11
14
Users are encouraged to upgrade from the other stable series.  This
12
15
document outlines the improvements in Bazaar 2.2 vs Bazaar 2.1. As well as
13
16
summarizing improvements made to the core product, it highlights
19
22
Over 120 bugs have been fixed in total.  See the
20
23
:doc:`../release-notes/index` for a full list.
21
24
 
22
 
Bazaar 2.2.0 is fully compatible both locally and on the network with 2.0
 
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).
 
27
 
 
28
See the :doc:`../release-notes/index` for details.
 
29
 
 
30
Bazaar 2.2.2 focused on fixes to improve our Ubuntu release workflow (which
 
31
should also help all other distributions).
 
32
 
 
33
See the :doc:`../release-notes/index` for details.
 
34
 
 
35
Bazaar 2.2.3 focused on fixes related to interactions with the launchpad
 
36
server and python-2.7 compatibility.
 
37
 
 
38
Bazaar 2.2.4 fixed a regression for some interactions with the launchpad
 
39
server.
 
40
 
 
41
See the :doc:`../release-notes/index` for details.
 
42
 
 
43
Bazaar 2.2 is fully compatible both locally and on the network with 2.0
23
44
and 2.1, and can read and write repositories generated by all previous
24
45
versions.
25
46
 
78
99
  (John Arbash Meinel, #562429)
79
100
 
80
101
 
81
 
Command impprovements
82
 
*********************
 
102
Command improvements
 
103
********************
83
104
 
84
105
* Added ``bzr remove-branch`` command that can remove a local or remote 
85
106
  branch. (Jelmer Vernooij, #276295)
201
222
* Improved performance of qlog, and treewidget-based dialogs (qcommit,
202
223
  qadd, qrevert etc.)
203
224
 
204
 
* qpush, qmerge, etc.: When there are uncommitted changes in the working
 
225
* qpush, qmerge, etc.: when there are uncommitted changes in the working
205
226
  tree, user has the option to commit, or revert.
206
227
 
207
 
* qcommit: user can update bound branch/chgeckout if it is not up to date.
208
 
 
209
 
* Fixed bug with Mac OS X support when windows start in background.
210
 
  (Thanks to Luis Arias)
211
 
 
212
 
* qlog: Context menu actions for tag, and revert will now show a branch
 
228
* qcommit: user can update bound branch/checkout if it is not up to date.
 
229
 
 
230
* Better support of Mac OS X: dialog windows no more start in background.
 
231
 
 
232
* qlog: Context menu actions for tag and revert will now show a branch
213
233
  menu if more than one branch is open.
214
234
 
215
235
* qlog: more context menu actions for update, cherry-pick, and reverse
216
236
  cherry-pick.
217
237
 
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
 
238
* Language of GUI can be set in DEFAULT section of bazaar.conf 
 
239
  as ``language = code``. Language codes are the same 
 
240
  as for ``LANG`` environment variable. 
 
241
  Environment variable ``LANGUAGE`` still preferred over settings 
221
242
  in bazaar.conf.
222
243
 
223
 
* Language of GUI can be set in DEFAULT section of bazaar.conf 
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)
227
 
 
228
 
* New Thai and Hungarian translations.
229
 
 
230
244
 
231
245
Platform-specific changes
232
246
*************************