~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Shannon Weyrick
  • Date: 2011-11-04 13:40:04 UTC
  • mfrom: (6238 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6256.
  • Revision ID: weyrick@mozek.us-20111104134004-033t2wqhc3ydzm0a
Merge

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.3
 
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
.. Fixes for situations where bzr would previously crash or give incorrect
 
33
   or undesirable results.
 
34
 
 
35
* During merges, when two entries end up using the same path for two
 
36
  different file-ids (the same file being 'bzr added' in two different
 
37
  branches) , 'duplicate' conflicts are created instead of 'content'
 
38
  ones. This was previously leading to a 'Malformed tramsform' exception.
 
39
  (Vincent Ladeuil, #880701)
 
40
 
 
41
* 'Malformed transform' exceptions are now recognized as internal errors
 
42
  instead of user errors and report a traceback. This will reduce user
 
43
  confusion as there is generally nothing users can do about them.
 
44
  (Vincent Ladeuil, #880701)
 
45
 
 
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
 
8
71
bzr 2.4.2
9
72
#########
10
73
 
11
 
:2.4.2: NOT RELEASED YET
 
74
:2.4.2: 2011-10-27
 
75
 
 
76
This is a bugfix release. Most of the bugs dealt with portability
 
77
issues. Upgrading is recommended for all users of earlier 2.4 releases.
12
78
 
13
79
External Compatibility Breaks
14
80
*****************************
15
81
 
16
 
.. These may require users to change the way they use Bazaar.
 
82
None.
17
83
 
18
84
New Features
19
85
************
20
86
 
21
 
.. New commands, options, etc that users may wish to try out.
 
87
None.
22
88
 
23
89
Improvements
24
90
************
25
91
 
26
 
.. Improvements to existing commands, especially improved performance 
27
 
   or memory usage, or better results.
28
 
 
29
92
* Fixed a bug where ``bzr tags -r x..y`` loaded the branch history once for
30
93
  every revision in the range; it's now much faster. (Vincent Ladeuil, #857335)
31
94
 
32
95
Bug Fixes
33
96
*********
34
97
 
 
98
* Fixed an infinite loop when creating a repo at the root of the filesystem, 
 
99
  i.e. "/", due to posixpath.normpath() not collapsing 2 leading slashes into 
 
100
  one, thus respecting the POSIX standard, but making relpath() loop infinitely.
 
101
  (Florian Vichot, #861008)
 
102
 
35
103
* Fixed loading of external merge tools from config to properly decode
36
104
  command-lines which contain embedded quotes. (Gordon Tyler, #828803)
37
105
 
 
106
* Include declaration of 'changed' to avoid an UnboundLocalError in dirstate
 
107
  pyrex code with new Cython versions. (Denys Duchier, #837221)
 
108
 
38
109
* Prevent several kinds of OverflowError and other fallout from failing to fit
39
110
  stat fields into four bytes in dirstate pack_stat implementations.
40
111
  (Martin Packman, #683191 #706957)
41
112
 
 
113
* Return early from create_delta_index_from_delta given tiny inputs. This
 
114
  avoids raising a spurious MemoryError on certain platforms such as AIX.
 
115
  (John Arbash Meinel, #856731)
 
116
 
 
117
  
42
118
Documentation
43
119
*************
44
120
 
45
 
.. Improved or updated documentation.
 
121
* Corrected documentation for ``bzr serve`` in the Admin Guide.
 
122
  (Morten Bøgeskov, Martin Pool, #832576)
46
123
 
47
124
API Changes
48
125
***********
49
126
 
50
 
.. Changes that may require updates in plugins or other code that uses
51
 
   bzrlib.
 
127
None.
52
128
 
53
129
Internals
54
130
*********
55
131
 
56
 
.. Major internal changes, unlikely to be visible to users or plugin 
57
 
   developers, but interesting for bzr developers.
 
132
No changes.
58
133
 
59
134
Testing
60
135
*******
61
136
 
62
 
.. Fixes and changes that are only relevant to bzr's test framework and 
63
 
   suite.  This can include new facilities for writing tests, fixes to 
64
 
   spurious test failures and changes to the way things should be tested.
 
137
* Accept both old and new style testtools output in selftest tests.
 
138
  (Jelmer Vernooij, Martin Packman, #815423)
 
139
 
 
140
* Fix the race for TestingThreadingTCPServer in
 
141
  test_server_crash_while_responding. (Vincent Ladeuil, #869366)
 
142
 
 
143
* Really corrupt the pack file without depending on a special length or value.
 
144
  (Vincent Ladeuil, #807032)
65
145
 
66
146
 
67
147
bzr 2.4.1