1
*************************
2
What's New in Bazaar 2.4?
3
*************************
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.
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
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
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.
26
Tagged Revisions are Copied
27
***************************
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.
38
For more detailed information on the changes made, see the the
39
:doc:`../release-notes/index` for:
41
* the interim bzr `milestones <https://launchpad.net/bzr/2.4>`_
42
* the plugins you use.
44
For a summary of changes made in earlier releases, see:
46
* :doc:`whats-new-in-2.1`
47
* :doc:`whats-new-in-2.2`
48
* :doc:`whats-new-in-2.3`