~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.3.txt

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
bzr 2.3.0
9
9
#########
10
10
 
11
 
:2.3.0: NOT RELEASED YET
12
 
 
13
 
External Compatibility Breaks
14
 
*****************************
15
 
 
16
 
.. These may require users to change the way they use Bazaar.
17
 
 
18
 
New Features
19
 
************
20
 
 
21
 
.. New commands, options, etc that users may wish to try out.
22
 
 
23
 
Improvements
24
 
************
25
 
 
26
 
.. Improvements to existing commands, especially improved performance 
27
 
   or memory usage, or better results.
28
 
 
29
 
Bug Fixes
30
 
*********
31
 
 
32
 
.. Fixes for situations where bzr would previously crash or give incorrect
33
 
   or undesirable results.
34
 
 
35
 
Documentation
36
 
*************
37
 
 
38
 
.. Improved or updated documentation.
39
 
 
40
 
API Changes
41
 
***********
42
 
 
43
 
.. Changes that may require updates in plugins or other code that uses
44
 
   bzrlib.
45
 
 
46
 
Internals
47
 
*********
48
 
 
49
 
.. Major internal changes, unlikely to be visible to users or plugin 
50
 
   developers, but interesting for bzr developers.
51
 
 
52
 
Testing
53
 
*******
54
 
 
55
 
.. Fixes and changes that are only relevant to bzr's test framework and 
56
 
   suite.  This can include new facilities for writing tests, fixes to 
57
 
   spurious test failures and changes to the way things should be tested.
58
 
 
 
11
:2.3.0: 2011-02-03
 
12
 
 
13
This release marks the start of another long-term-stable series. From here, we
 
14
will only make bugfix releases on the 2.3 series (2.3.1, etc, and support it
 
15
until August 2012), while 2.4 will become our new development series. The 2.1
 
16
and 2.2 series will also continue to get bugfixes. (Currently 2.0 is planned
 
17
to be EOLed circa September 2011 and will receive only critical bugfixes.)
 
18
 
 
19
This is a bugfix and polish release over the 2.2 series, with a large number
 
20
of bugs fixed (>130), and some performance improvements. Some features have
 
21
been enhanced including commits on stacked branches, upgrades of related
 
22
branches, shortcut URL schemes for ubuntu and debian on launchpad and better
 
23
conflict resolution.
 
24
 
 
25
Only bugfixes from other stables series have been included since 2.3b5 so all
 
26
known fixed bugs are included here.
 
27
 
 
28
Users are encouraged to upgrade from the other stable series.
59
29
 
60
30
bzr 2.3b5
61
31
#########