~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: Vincent Ladeuil
  • Date: 2010-10-07 06:08:01 UTC
  • mto: This revision was merged to the branch mainline in revision 5491.
  • Revision ID: v.ladeuil+lp@free.fr-20101007060801-wfdhizfhfmctl8qa
Fix some typos and propose a release planning.

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
78
81
  (John Arbash Meinel, #562429)
79
82
 
80
83
 
81
 
Command impprovements
82
 
*********************
 
84
Command improvements
 
85
********************
83
86
 
84
87
* Added ``bzr remove-branch`` command that can remove a local or remote 
85
88
  branch. (Jelmer Vernooij, #276295)
201
204
* Improved performance of qlog, and treewidget-based dialogs (qcommit,
202
205
  qadd, qrevert etc.)
203
206
 
204
 
* qpush, qmerge, etc.: When there are uncommitted changes in the working
 
207
* qpush, qmerge, etc.: when there are uncommitted changes in the working
205
208
  tree, user has the option to commit, or revert.
206
209
 
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
 
210
* qcommit: user can update bound branch/checkout if it is not up to date.
 
211
 
 
212
* Better support of Mac OS X: dialog windows no more start in background.
 
213
 
 
214
* qlog: Context menu actions for tag and revert will now show a branch
213
215
  menu if more than one branch is open.
214
216
 
215
217
* qlog: more context menu actions for update, cherry-pick, and reverse
216
218
  cherry-pick.
217
219
 
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
 
220
* Language of GUI can be set in DEFAULT section of bazaar.conf 
 
221
  as ``language = code``. Language codes are the same 
 
222
  as for ``LANG`` environment variable. 
 
223
  Environment variable ``LANGUAGE`` still preferred over settings 
221
224
  in bazaar.conf.
222
225
 
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
226
 
231
227
Platform-specific changes
232
228
*************************