~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2011-09-26 11:00:20 UTC
  • mfrom: (6167 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6169.
  • Revision ID: jelmer@samba.org-20110926110020-g86tgisgnuajlc2n
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
.. toctree::
6
6
   :maxdepth: 1
7
7
 
 
8
bzr 2.4.2
 
9
#########
 
10
 
 
11
:2.4.2: 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
* Fixed a bug where ``bzr tags -r x..y`` loaded the branch history once for
 
30
  every revision in the range; it's now much faster. (Vincent Ladeuil, #857335)
 
31
 
 
32
Bug Fixes
 
33
*********
 
34
 
 
35
* Fixed loading of external merge tools from config to properly decode
 
36
  command-lines which contain embedded quotes. (Gordon Tyler, #828803)
 
37
 
 
38
Documentation
 
39
*************
 
40
 
 
41
.. Improved or updated documentation.
 
42
 
 
43
API Changes
 
44
***********
 
45
 
 
46
.. Changes that may require updates in plugins or other code that uses
 
47
   bzrlib.
 
48
 
 
49
Internals
 
50
*********
 
51
 
 
52
.. Major internal changes, unlikely to be visible to users or plugin 
 
53
   developers, but interesting for bzr developers.
 
54
 
 
55
Testing
 
56
*******
 
57
 
 
58
.. Fixes and changes that are only relevant to bzr's test framework and 
 
59
   suite.  This can include new facilities for writing tests, fixes to 
 
60
   spurious test failures and changes to the way things should be tested.
 
61
 
 
62
 
8
63
bzr 2.4.1
9
64
#########
10
65
 
11
 
:2.4.1: NOT RELEASED YET
 
66
:2.4.1: 2011-09-08
 
67
 
 
68
This is a bugfix release. Upgrading is recommended for all users of earlier
 
69
2.4 releases.
 
70
 
 
71
It includes fixes from previous stable releases and address some issues with
 
72
the test suite.
 
73
 
12
74
 
13
75
External Compatibility Breaks
14
76
*****************************
38
100
* ``dirstate.fdatasync`` and ``repository.fdatasync`` can now properly be
39
101
  disabled. (Vincent Ladeuil, #824513)
40
102
 
 
103
* Disable ``os.fsync`` and ``os.fdatasync`` by default when running
 
104
  ``bzr selftest``. You can use ``--sync`` to re-enable them.
 
105
  (John Arbash Meinel, #837293)
 
106
 
41
107
* Fix i18n use when no environment variables are set. (Jelmer Vernooij, #810701)
42
108
 
43
109
* Avoid UnicodeDecode error when reporting EINVAL from transports.
70
136
   suite.  This can include new facilities for writing tests, fixes to 
71
137
   spurious test failures and changes to the way things should be tested.
72
138
 
 
139
* The test suite should now be able to run under weird environments where
 
140
  ``/etc/passwd`` doesn't contain the ``uid`` for the user running selftest
 
141
  or where ``fakeroot`` is used but ``/root`` is inacessible.
 
142
  (Vincent Ladeuil, #825027)
73
143
 
74
144
bzr 2.4.0
75
145
#########