~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-07-15 09:22:16 UTC
  • mfrom: (6015.3.3 2.4)
  • mto: This revision was merged to the branch mainline in revision 6027.
  • Revision ID: v.ladeuil+lp@free.fr-20110715092216-etx2q5k3knsuaq6w
Merge 2.4 into trunk

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.5
 
9
#########
 
10
 
 
11
:2.3.5: 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
 
 
59
 
8
60
bzr 2.3.4
9
61
#########
10
62
 
11
63
:Codename: One and counting
12
 
:2.3.4: NOT RELEASED YET
 
64
:2.3.4: 2011-07-14
 
65
 
 
66
This is a bugfix release. Upgrading is recommended for all users of earlier
 
67
2.3 releases.
 
68
 
 
69
This mainly fixes bug #786980 which blocked the SRU process for Ubuntu Natty.
13
70
 
14
71
External Compatibility Breaks
15
72
*****************************
33
90
.. Fixes for situations where bzr would previously crash or give incorrect
34
91
   or undesirable results.
35
92
 
 
93
* Accept some differences for ``bound_location`` from the config files that
 
94
  were leading to a 'ReadOnlyError: A write attempt was made in a read only
 
95
  transaction' error.  (Vincent Ladeuil, #786980)
 
96
 
36
97
* Don't fail with traceback if `bzr serve` is running as a service on Windows,
37
98
  and there is no USERNAME, nor BZR_EMAIL or other whoami-related environment
38
99
  variables set. (Alexander Belchenko, Bug #660174)
44
105
 
45
106
* Updated the "Using stacked branches" section of the user guide to
46
107
  describe committing to stacked branches and expanded its discussion of
47
 
  pushing a stcked branch.  (Andrew Bennetts)
 
108
  pushing a stacked branch.  (Andrew Bennetts)
48
109
 
49
110
API Changes
50
111
***********