~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2012-08-01 09:27:40 UTC
  • mfrom: (6437.63.4 2.5)
  • mto: This revision was merged to the branch mainline in revision 6549.
  • Revision ID: v.ladeuil+lp@free.fr-20120801092740-rhcwpdylg14ojvrq
Merge 2.5 including fix for bug #957049

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.0
 
8
bzr 2.5.2
9
9
#########
10
10
 
11
 
:Codename: Phillip
12
 
:2.5.0: NOT RELEASED YET
 
11
:2.5.2: NOT RELEASED YET
13
12
 
14
13
External Compatibility Breaks
15
14
*****************************
27
26
.. Improvements to existing commands, especially improved performance 
28
27
   or memory usage, or better results.
29
28
 
30
 
* The names of colocated branches are used as branch nicks if no nick is
31
 
  specified. (Aaron Bentley)
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
 
39
 
* Show locks in ``bzr info`` on control directories without a
40
 
  repository. (Jelmer Vernooij, #936767)
 
35
* ``bzr config`` properly handles aliases and references in the
 
36
  ``--directory`` parameter (Vincent Ladeuil, Wouter van Heyst, #947049)
41
37
 
42
 
* Disable ssl certificate verification on osx and windows until a native
43
 
  access to the the root certificates is provided there.
44
 
  (Vincent Ladeuil, #929179)
 
38
* Revert use of --no-tty when gpg signing commits. (Jelmer Vernooij, #1014570)
45
39
 
46
40
Documentation
47
41
*************
67
61
   suite.  This can include new facilities for writing tests, fixes to 
68
62
   spurious test failures and changes to the way things should be tested.
69
63
 
 
64
 
 
65
bzr 2.5.1
 
66
#########
 
67
 
 
68
:2.5.1: 2012-05-22
 
69
 
 
70
This is a bugfix release. Most of the bugs dealt with https and colocated
 
71
branches glitches. Upgrading is recommended for all users of earlier 2.5
 
72
releases.
 
73
 
 
74
External Compatibility Breaks
 
75
*****************************
 
76
 
 
77
None.
 
78
 
 
79
New Features
 
80
************
 
81
 
 
82
None.
 
83
 
 
84
Improvements
 
85
************
 
86
 
 
87
* ``bzr rmbranch`` now supports removing colocated branches.
 
88
  (Jelmer Vernooij, #920653)
 
89
 
 
90
* ``bzr rmbranch`` no longer removes active branches unless ``--force``
 
91
  is specified. (Jelmer Vernooij, #922953)
 
92
 
 
93
Bug Fixes
 
94
*********
 
95
 
 
96
* Connecting with HTTPS via HTTP now correctly uses the host name of the
 
97
  destination rather than the proxy when checking certificates.
 
98
  (Martin Packman, #944696)
 
99
 
 
100
* Fixed merge tool availability checking and invocation to search the
 
101
  Windows App Path registry in addition to the PATH. (Gordon Tyler, #939605)
 
102
 
 
103
* Fixed problem with getting errors about failing to open /dev/tty when using
 
104
  Bazaar Explorer to sign commits. (Mark Grandi, #847388)
 
105
 
 
106
* Fix UnicodeEncodeError when translated progress task messages contain
 
107
  non-ascii text. (Martin Packman, #966934)
 
108
 
 
109
* Make sure configuration options can provide their own help topic.
 
110
  (Jelmer Vernooij, #941672)
 
111
 
 
112
Documentation
 
113
*************
 
114
 
 
115
* The alpha-quality texinfo sphinx builder has been deprecated. Sphinx >=
 
116
  1.1.2 now provides a better one. Most of the documentation can now be
 
117
  generated to the texinfo format with ``make texinfo-sphinx``. This will
 
118
  generate both the ``.texi`` files and the ``.info`` ones.
 
119
  (Vincent Ladeuil, #940164)
 
120
 
 
121
API Changes
 
122
***********
 
123
 
 
124
None.
 
125
 
 
126
Testing
 
127
*******
 
128
 
 
129
* Add support for pyftpdlib >= 0.7.0 and drop support for previous pyftpdlib
 
130
  versions. (Vincent Ladeuil, #956027)
 
131
 
 
132
* Run smoketest for setup.py isolated in a tempdir. (Martin Packman, #140874)
 
133
 
 
134
 
 
135
bzr 2.5.0
 
136
#########
 
137
 
 
138
:Codename: Phillip
 
139
:2.5.0: 2012-02-24
 
140
 
 
141
This release marks the start of a new long-term-stable series. From here, we
 
142
will only make bugfix releases on the 2.5 series (2.5.1, etc, and support it
 
143
until April 2017), while 2.6 will become our new development series.
 
144
 
 
145
This is a bugfix and polish release over the 2.4 series, with a large number
 
146
of bugs fixed (~170 for the 2.5 series alone). The 2.5 series provides a
 
147
faster smart protocol implementation for many operations, basic support for
 
148
colocated branches. We have started translating bzr with the 2.5 series:
 
149
https://translations.launchpad.net/bzr, more than 20 languages have already
 
150
been registered but these are the early days, contributions welcome.
 
151
 
 
152
Only a few bugfixes have been included since 2.5b6 so all known fixed bugs
 
153
are included here.
 
154
 
 
155
Users are encouraged to upgrade from the other stable series.
 
156
 
 
157
 
 
158
External Compatibility Breaks
 
159
*****************************
 
160
 
 
161
None.
 
162
 
 
163
New Features
 
164
************
 
165
 
 
166
None.
 
167
 
 
168
Improvements
 
169
************
 
170
 
 
171
* The names of colocated branches are used as branch nicks if no nick is
 
172
  specified. (Aaron Bentley)
 
173
 
 
174
Bug Fixes
 
175
*********
 
176
 
 
177
* Show locks in ``bzr info`` on control directories without a
 
178
  repository. (Jelmer Vernooij, #936767)
 
179
 
 
180
* Disable ssl certificate verification on osx and windows until a native
 
181
  access to the the root certificates is provided there.
 
182
  (Vincent Ladeuil, #929179)
 
183
 
 
184
Testing
 
185
*******
 
186
 
70
187
* Stop depending on the particular CPython ordering of dictionary keys
71
188
  when testing the result of BzrDir.get_branches.
72
189
  (Wouter van Heyst)
112
229
  a control directory (but no branch or working tree).
113
230
  (Jelmer Vernooij, #913980)
114
231
 
115
 
* Checkouts of colocated branches are now always lightweight.
116
 
  (Jelmer Vernooij, #918828)
117
 
 
118
232
* Colocated branches can now have names including forward slashes, to
119
233
  allow for namespaces. (Jelmer Vernooij, #907980)
120
234
 
121
235
* New HPSS call for ``BzrDir.get_branches``. (Jelmer Vernooij, #894460)
122
236
 
123
 
* Two new command hooks, ``pre_command`` and ``post_command``,
124
 
  provide notification before and after a command has been run.
125
 
  (Brian de Alwis, Jelmer Vernooij)
 
237
* Checkouts of colocated branches are now always lightweight.
 
238
  (Jelmer Vernooij, #918828)
126
239
 
127
240
Bug Fixes
128
241
*********