~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2010-12-02 15:48:12 UTC
  • mto: This revision was merged to the branch mainline in revision 5556.
  • Revision ID: v.ladeuil+lp@free.fr-20101202154812-fxuav78fk7u24vh6
Tags: bzr-2.3b4
ReleaseĀ 2.3b4

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
bzr 2.3b4
9
9
#########
10
10
 
11
 
:2.3.b4: NOT RELEASED YET
 
11
:2.3.b4: 2010-12-03
 
12
 
 
13
This is the fourth beta of the 2.3 series, leading up to a 2.3.0 release in
 
14
February. Beta releases are suitable for everyday use but may cause some
 
15
incompatibilities with plugins.
 
16
 
 
17
2.3b4 includes bug fixes for the ``config`` command and conflict
 
18
resolution. More changes were made for the test scripts handling to make it
 
19
easier to add reproducing recipes to bugs.
 
20
 
 
21
It also includes bug fixes from the 2.2.2 release as well as the bug fixes
 
22
in the upcoming 2.0.7, 2.1.4 and 2.2.3 releases. This means that all known
 
23
fixed bugs at the time of this release are included.
 
24
 
12
25
 
13
26
External Compatibility Breaks
14
27
*****************************
15
28
 
16
29
.. These may require users to change the way they use Bazaar.
17
30
 
18
 
 
19
 
New Features
20
 
************
21
 
 
22
 
.. New commands, options, etc that users may wish to try out.
 
31
  (none)
23
32
 
24
33
Improvements
25
34
************
71
80
 
72
81
* Report error if non-ASCII command option given. (Rory Yorke, #140563)
73
82
 
74
 
Documentation
75
 
*************
76
 
 
77
 
.. Improved or updated documentation.
78
 
 
79
 
API Changes
80
 
***********
81
 
 
82
 
.. Changes that may require updates in plugins or other code that uses
83
 
   bzrlib.
 
83
* ``tools/check-newsbug.py`` is now based on ``lp:hydrazine`` and no longer
 
84
  crashes when encountering private bugs (they are just displayed as such).
 
85
  (Vincent Ladeuil, #354985)
84
86
 
85
87
Internals
86
88
*********
395
397
  (Andrew Bennetts, #632387)
396
398
 
397
399
* Skip tests that needs a bzr source tree when there isn't one. This is
398
 
  needed to succesfully run the test suite for installed versions.
 
400
  needed to successfully run the test suite for installed versions.
399
401
  (Vincent Ladeuil, #644855).
400
402
 
401
403
* Skip the tests that requires respecting the chmod bits when running as root.
471
473
* ``bzr remove`` now just backs up changed files instead of exiting,
472
474
  forcing you to choose to either keep or delete them. Bazaar will now delete
473
475
  the files if they can easily be recovered using revert, otherwise they
474
 
  will be backed up (adding an extention of the form .~#~).
 
476
  will be backed up (adding an extension of the form .~#~).
475
477
  (Marius Kruger, #400554)
476
478
 
477
479
* ``bzr revert`` and ``bzr status`` are up to 15% faster on large trees