~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Martin Pool
  • Date: 2010-06-02 05:03:31 UTC
  • mto: This revision was merged to the branch mainline in revision 5279.
  • Revision ID: mbp@canonical.com-20100602050331-n2p1qt8hfsahspnv
Correct more sloppy use of the term 'Linux'

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
*************************
2
 
What's New in Bazaar 2.4?
3
 
*************************
4
 
 
5
 
Bazaar 2.4 is still under development, and will be released in August 2011.
6
 
This document accumulates a high level summary of what's changed.  See the
7
 
:doc:`../release-notes/index` for a full list.
8
 
 
9
 
Users are encouraged to upgrade from the other stable series.  This
10
 
document outlines the improvements in Bazaar 2.4 vs Bazaar 2.3. As well as
11
 
summarizing improvements made to the core product, it highlights
12
 
enhancements within the broader Bazaar world of potential interest to
13
 
those upgrading.
14
 
 
15
 
Bazaar 2.4.0 is fully compatible both locally and on the network with 2.0,
16
 
2.1, 2.2 and 2.3, and can read and write repositories generated by all
17
 
previous versions.
18
 
 
19
 
External Merge Tools
20
 
********************
21
 
 
22
 
External merge tool configuration has been added to ``bzr`` core. The name
23
 
and commandline of one or more external merge tools can be defined in
24
 
bazaar.conf. See the help topic ``configuration`` for more details.
25
 
 
26
 
Tagged Revisions are Copied
27
 
***************************
28
 
 
29
 
When tags are copied from a branch, the associated revisions are now copied
30
 
too.  Previously operations like branching, merging or pulling might have
31
 
copied new tags visible in ``bzr tags``, but not copied the revisions.  Now
32
 
revisions from tags will always be present, so that operations like ``bzr
33
 
log -r tag:foo`` will always work.
34
 
 
35
 
Further information
36
 
*******************
37
 
 
38
 
For more detailed information on the changes made, see the the
39
 
:doc:`../release-notes/index` for:
40
 
 
41
 
* the interim bzr `milestones <https://launchpad.net/bzr/2.4>`_
42
 
* the plugins you use.
43
 
 
44
 
For a summary of changes made in earlier releases, see:
45
 
 
46
 
* :doc:`whats-new-in-2.1`
47
 
* :doc:`whats-new-in-2.2`
48
 
* :doc:`whats-new-in-2.3`