~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: 2011-03-11 10:58:18 UTC
  • mfrom: (5609.2.18 2.3.2-dev)
  • mto: This revision was merged to the branch mainline in revision 5714.
  • Revision ID: v.ladeuil+lp@free.fr-20110311105818-ofadsi2uro16m37y
Merge 2.3 into trunk including fix for bug #437003

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
.. toctree::
6
6
   :maxdepth: 1
7
7
 
8
 
bzr 2.3.1
 
8
bzr 2.3.2
9
9
#########
10
10
 
11
 
:2.3.1: NOT RELEASED YET
 
11
:2.3.2: NOT RELEASED YET
12
12
 
13
13
External Compatibility Breaks
14
14
*****************************
32
32
.. Fixes for situations where bzr would previously crash or give incorrect
33
33
   or undesirable results.
34
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
 
 
59
 
 
60
bzr 2.3.1
 
61
#########
 
62
 
 
63
:2.3.1: 2011-03-10
 
64
 
 
65
This is a bugfix release. Upgrading is recommended for all users of earlier
 
66
2.3 releases.
 
67
 
 
68
Bug Fixes
 
69
*********
 
70
 
 
71
.. Fixes for situations where bzr would previously crash or give incorrect
 
72
   or undesirable results.
 
73
 
35
74
* Correctly resolve text conflicts for files in subdirs.
36
75
  (Vincent Ladeuil, #715058)
37
76
 
43
82
  counter when commands finished before we logged the total transferred.
44
83
  (John Arbash Meinel, #713258)
45
84
 
46
 
Documentation
47
 
*************
48
 
 
49
 
.. Improved or updated documentation.
50
 
 
51
 
API Changes
52
 
***********
53
 
 
54
 
.. Changes that may require updates in plugins or other code that uses
55
 
   bzrlib.
56
 
 
57
 
Internals
58
 
*********
59
 
 
60
 
.. Major internal changes, unlikely to be visible to users or plugin 
61
 
   developers, but interesting for bzr developers.
62
 
 
63
 
Testing
64
 
*******
65
 
 
66
 
.. Fixes and changes that are only relevant to bzr's test framework and 
67
 
   suite.  This can include new facilities for writing tests, fixes to 
68
 
   spurious test failures and changes to the way things should be tested.
69
 
 
70
 
 
71
85
bzr 2.3.0
72
86
#########
73
87