~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jonathan Riddell
  • Date: 2011-09-16 11:13:47 UTC
  • mto: This revision was merged to the branch mainline in revision 6144.
  • Revision ID: jriddell@canonical.com-20110916111347-fyjk426bkl0jrbfu
gettext() show_warning usage

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
Bug Fixes
 
30
*********
 
31
 
 
32
* Fixed loading of external merge tools from config to properly decode
 
33
  command-lines which contain embedded quotes. (Gordon Tyler, #828803)
 
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.4.1
9
61
#########
10
62
 
11
 
:2.4.1: NOT RELEASED YET
 
63
:2.4.1: 2011-09-08
 
64
 
 
65
This is a bugfix release. Upgrading is recommended for all users of earlier
 
66
2.4 releases.
 
67
 
 
68
It includes fixes from previous stable releases and address some issues with
 
69
the test suite.
 
70
 
12
71
 
13
72
External Compatibility Breaks
14
73
*****************************
32
91
.. Fixes for situations where bzr would previously crash or give incorrect
33
92
   or undesirable results.
34
93
 
 
94
* ``config.LocationMatcher`` properly excludes unrelated sections.
 
95
  (Vincent Ladeuil, #829237)
 
96
 
 
97
* ``dirstate.fdatasync`` and ``repository.fdatasync`` can now properly be
 
98
  disabled. (Vincent Ladeuil, #824513)
 
99
 
 
100
* Disable ``os.fsync`` and ``os.fdatasync`` by default when running
 
101
  ``bzr selftest``. You can use ``--sync`` to re-enable them.
 
102
  (John Arbash Meinel, #837293)
 
103
 
 
104
* Fix i18n use when no environment variables are set. (Jelmer Vernooij, #810701)
 
105
 
 
106
* Avoid UnicodeDecode error when reporting EINVAL from transports.
 
107
  (IWATA Hidetaka, #829237)
 
108
 
35
109
Documentation
36
110
*************
37
111
 
38
112
.. Improved or updated documentation.
39
113
 
 
114
* Corrected documentation for BZR_PROGRESS_BAR. 
 
115
  (Dennis Benzinger, #735417)
 
116
 
40
117
API Changes
41
118
***********
42
119
 
56
133
   suite.  This can include new facilities for writing tests, fixes to 
57
134
   spurious test failures and changes to the way things should be tested.
58
135
 
 
136
* The test suite should now be able to run under weird environments where
 
137
  ``/etc/passwd`` doesn't contain the ``uid`` for the user running selftest
 
138
  or where ``fakeroot`` is used but ``/root`` is inacessible.
 
139
  (Vincent Ladeuil, #825027)
59
140
 
60
141
bzr 2.4.0
61
142
#########