~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2012-06-18 11:43:07 UTC
  • mfrom: (6437.54.10 2.5)
  • mto: This revision was merged to the branch mainline in revision 6525.
  • Revision ID: jelmer@samba.org-20120618114307-zeazlym311p38m98
MergeĀ 2.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
.. toctree::
6
6
   :maxdepth: 1
7
7
 
8
 
bzr 2.5.1
 
8
bzr 2.5.2
9
9
#########
10
10
 
11
 
:2.5.1: NOT RELEASED YET
 
11
:2.5.2: NOT RELEASED YET
12
12
 
13
13
External Compatibility Breaks
14
14
*****************************
26
26
.. Improvements to existing commands, especially improved performance 
27
27
   or memory usage, or better results.
28
28
 
29
 
* ``bzr branches`` will now also list sibling branches when
30
 
  the current location is a lightweight checkout of a branch in
31
 
  a shared repository. (Jelmer Vernooij)
32
 
 
33
29
Bug Fixes
34
30
*********
35
31
 
36
32
.. Fixes for situations where bzr would previously crash or give incorrect
37
33
   or undesirable results.
38
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
 
 
60
bzr 2.5.1
 
61
#########
 
62
 
 
63
:2.5.1: 2012-05-22
 
64
 
 
65
This is a bugfix release. Most of the bugs dealt with https and colocated
 
66
branches glitches. Upgrading is recommended for all users of earlier 2.5
 
67
releases.
 
68
 
 
69
External Compatibility Breaks
 
70
*****************************
 
71
 
 
72
None.
 
73
 
 
74
New Features
 
75
************
 
76
 
 
77
None.
 
78
 
 
79
Improvements
 
80
************
 
81
 
 
82
* ``bzr rmbranch`` now supports removing colocated branches.
 
83
  (Jelmer Vernooij, #920653)
 
84
 
 
85
* ``bzr rmbranch`` no longer removes active branches unless ``--force``
 
86
  is specified. (Jelmer Vernooij, #922953)
 
87
 
 
88
Bug Fixes
 
89
*********
 
90
 
39
91
* Connecting with HTTPS via HTTP now correctly uses the host name of the
40
92
  destination rather than the proxy when checking certificates.
41
93
  (Martin Packman, #944696)
43
95
* Fixed merge tool availability checking and invocation to search the
44
96
  Windows App Path registry in addition to the PATH. (Gordon Tyler, #939605)
45
97
 
 
98
* Fixed problem with getting errors about failing to open /dev/tty when using
 
99
  Bazaar Explorer to sign commits. (Mark Grandi, #847388)
 
100
 
 
101
* Fix UnicodeEncodeError when translated progress task messages contain
 
102
  non-ascii text. (Martin Packman, #966934)
 
103
 
46
104
* Make sure configuration options can provide their own help topic.
47
105
  (Jelmer Vernooij, #941672)
48
106
 
58
116
API Changes
59
117
***********
60
118
 
61
 
.. Changes that may require updates in plugins or other code that uses
62
 
   bzrlib.
63
 
 
64
 
Internals
65
 
*********
66
 
 
67
 
.. Major internal changes, unlikely to be visible to users or plugin 
68
 
   developers, but interesting for bzr developers.
 
119
None.
69
120
 
70
121
Testing
71
122
*******
72
123
 
73
 
.. Fixes and changes that are only relevant to bzr's test framework and 
74
 
   suite.  This can include new facilities for writing tests, fixes to 
75
 
   spurious test failures and changes to the way things should be tested.
76
 
 
77
124
* Add support for pyftpdlib >= 0.7.0 and drop support for previous pyftpdlib
78
125
  versions. (Vincent Ladeuil, #956027)
79
126
 
 
127
* Run smoketest for setup.py isolated in a tempdir. (Martin Packman, #140874)
 
128
 
 
129
 
80
130
bzr 2.5.0
81
131
#########
82
132
 
174
224
  a control directory (but no branch or working tree).
175
225
  (Jelmer Vernooij, #913980)
176
226
 
177
 
* Checkouts of colocated branches are now always lightweight.
178
 
  (Jelmer Vernooij, #918828)
179
 
 
180
227
* Colocated branches can now have names including forward slashes, to
181
228
  allow for namespaces. (Jelmer Vernooij, #907980)
182
229
 
183
230
* New HPSS call for ``BzrDir.get_branches``. (Jelmer Vernooij, #894460)
184
231
 
 
232
* Checkouts of colocated branches are now always lightweight.
 
233
  (Jelmer Vernooij, #918828)
 
234
 
185
235
Bug Fixes
186
236
*********
187
237
 
1092
1142
  operations that use it, like merge, can now create trees without a root.
1093
1143
  (Aaron Bentley)
1094
1144
 
1095
 
* Fixed problem with getting errors about failing to open /dev/tty when using
1096
 
  Bazaar Explorer to sign commits. (Mark Grandi, #847388)
1097
 
 
1098
1145
Documentation
1099
1146
*************
1100
1147