~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Merge bzr.dev to resolve conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
.. toctree::
6
6
   :maxdepth: 1
7
7
 
 
8
bzr 2.4b4
 
9
#########
 
10
 
 
11
:2.4b4: 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.4b3
9
61
#########
10
62
 
11
 
:2.4b3: NOT RELEASED YET
 
63
:2.4b3: 2011-05-26
 
64
 
 
65
This is the third beta of the 2.4 series, leading to a 2.4.0 release in
 
66
August 2011. Beta releases are suitable for everyday use but may cause some
 
67
incompatibilities with plugins.
 
68
 
 
69
This release includes all bug fixed in previous series known at the time of
 
70
this release.
 
71
 
12
72
 
13
73
External Compatibility Breaks
14
74
*****************************
163
223
.. Major internal changes, unlikely to be visible to users or plugin 
164
224
   developers, but interesting for bzr developers.
165
225
 
 
226
* Removed ``bzrlib.branch._run_with_write_locked_target`` as
 
227
  ``bzrlib.cleanup`` provides the same functionality in a more general
 
228
  way.  (Andrew Bennetts)
 
229
 
166
230
Testing
167
231
*******
168
232
 
177
241
  restoring the wt_scenarios helper that was accidentally deleted.
178
242
  (Vincent Ladeuil, #783472)
179
243
 
 
244
* Removed ``test_breakin`` tests that were excessively prone to hanging,
 
245
  did not work on Wine, and partly already disabled.
 
246
  (Martin Pool, #408814, #746985)
 
247
 
 
248
* Windows locations are different and should be tested accordingly.
 
249
  (Vincent Ladeuil, #788131)
 
250
 
180
251
bzr 2.4b2
181
252
#########
182
253