~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
*****************************
57
57
   spurious test failures and changes to the way things should be tested.
58
58
 
59
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
 
 
91
* Connecting with HTTPS via HTTP now correctly uses the host name of the
 
92
  destination rather than the proxy when checking certificates.
 
93
  (Martin Packman, #944696)
 
94
 
 
95
* Fixed merge tool availability checking and invocation to search the
 
96
  Windows App Path registry in addition to the PATH. (Gordon Tyler, #939605)
 
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
 
 
104
* Make sure configuration options can provide their own help topic.
 
105
  (Jelmer Vernooij, #941672)
 
106
 
 
107
Documentation
 
108
*************
 
109
 
 
110
* The alpha-quality texinfo sphinx builder has been deprecated. Sphinx >=
 
111
  1.1.2 now provides a better one. Most of the documentation can now be
 
112
  generated to the texinfo format with ``make texinfo-sphinx``. This will
 
113
  generate both the ``.texi`` files and the ``.info`` ones.
 
114
  (Vincent Ladeuil, #940164)
 
115
 
 
116
API Changes
 
117
***********
 
118
 
 
119
None.
 
120
 
 
121
Testing
 
122
*******
 
123
 
 
124
* Add support for pyftpdlib >= 0.7.0 and drop support for previous pyftpdlib
 
125
  versions. (Vincent Ladeuil, #956027)
 
126
 
 
127
* Run smoketest for setup.py isolated in a tempdir. (Martin Packman, #140874)
 
128
 
 
129
 
60
130
bzr 2.5.0
61
131
#########
62
132
 
154
224
  a control directory (but no branch or working tree).
155
225
  (Jelmer Vernooij, #913980)
156
226
 
157
 
* Checkouts of colocated branches are now always lightweight.
158
 
  (Jelmer Vernooij, #918828)
159
 
 
160
227
* Colocated branches can now have names including forward slashes, to
161
228
  allow for namespaces. (Jelmer Vernooij, #907980)
162
229
 
163
230
* New HPSS call for ``BzrDir.get_branches``. (Jelmer Vernooij, #894460)
164
231
 
 
232
* Checkouts of colocated branches are now always lightweight.
 
233
  (Jelmer Vernooij, #918828)
 
234
 
165
235
Bug Fixes
166
236
*********
167
237