5
.. contents:: List of Releases
11
:Codename: Suggestions welcome
12
:2.2.5: NOT RELEASED YET
23
* Correctly handle ``bzr log`` and `get_known_graph_ancestry` on a
24
doubly-stacked branch.
25
(James Westby, Martin Pool, #715000)
48
This is a bugfix release. Only one bug has been fixed, a regression from 2.2.3
49
involving only certain operations with launchpad. Upgrading is recommended for
50
all users on earlier 2.2 releases.
55
* Fix communications with the Launchpad web service when using
56
launchpadlib >= 1.5.5. This was a latent bug in bzr's communication
57
with Launchpad's production instance, which only became a problem when
58
the default instance was switched from edge to production in bzr 2.2.3.
59
(Max Bowsher, #707075)
67
This is a bugfix release. Upgrading is recommended for all users
68
on earlier 2.2 releases.
73
* Launchpad has announced that the ``edge.launchpad.net`` instance is
74
deprecated and may be shut down in the future
75
<http://blog.launchpad.net/general/edge-is-deprecated>. Bazaar has therefore
76
been updated in this release to talk to the main (``launchpad.net``) servers,
77
rather than the ``edge`` ones. (Vincent Ladeuil, #583667)
84
This is a bugfix release. Only one bug has been fixed, a regression from 2.2.3
85
involving only certain operations with launchpad. Upgrading is recommended for
86
all users on earlier 2.2 releases.
91
* Fix communications with the Launchpad web service when using
92
launchpadlib >= 1.5.5. This was a latent bug in bzr's communication
93
with Launchpad's production instance, which only became a problem when
94
the default instance was switched from edge to production in bzr 2.2.3.
95
(Max Bowsher, #707075)
103
This is a bugfix release. Upgrading is recommended for all users
104
on earlier 2.2 releases.
109
* Launchpad has announced that the ``edge.launchpad.net`` instance is
110
deprecated and may be shut down in the future
111
<http://blog.launchpad.net/general/edge-is-deprecated>. Bazaar has therefore
112
been updated in this release to talk to the main (``launchpad.net``) servers,
113
rather than the ``edge`` ones. (Vincent Ladeuil, #583667)
118
* Avoid UnicodeDecodeError in ``bzr add`` with multiple files under a non-ascii
119
path on windows from symlink support addition. (Martin [gz], #686611)
121
* Correctly resolve content (and path) conflicts for files in subdirs.
122
(Vincent Ladeuil, #660935)
124
* Don't probe for a repository from within ``NotBranchError.__repr__``,
125
because this can cause knock-on errors at awkward times.
126
(Andrew Bennetts, #687653)
128
* Fix a crash during ``RepositoryPackCollection.pack`` caused by a
129
concurrent repository pack operation. This was particularly affecting
130
``bzr-svn`` users. (Andrew Bennetts, #701940)
132
* ``https`` access works again with recent versions of python2.7.
133
(Vincent Ladeuil, #693880)
135
* RevisionTree.is_executable no longer returns None for directories and
136
symlinks. Instead, it returns False, like other Trees and methods.
137
(Aaron Bentley, #681885)
145
This is a bugfix release. None of these bugfixes are critical, but upgrading
146
is recommended for all users on earlier 2.2 releases.
11
:2.2.2: NOT RELEASED YET
151
* ``bzr resolve --take-other <file>`` will not crash anymore if ``<file>``
152
is involved in a text conflict (but the conflict is still not
153
resolved). (Vincent Ladeuil, #646961)
155
* Commit in a bound branch or heavyweight checkout now propagates tags
156
(e.g. from a merge) to the master branch (and informs the user if there
157
is a conflict). (Andrew Bennetts, #603395)
159
* Correctly set the Content-Type header when HTTP POSTing to comply
160
with stricter web frameworks. (Vincent Ladeuil, #665100)
162
* ``NotBranchError`` no longer allows errors from calling
163
``bzrdir.open_repository()`` to propagate. This is unhelpful at best,
164
and at worst can trigger infinite loops in callers. (Andrew Bennetts)
22
* Using bzr with `lp:` urls behind an http proxy should work.
23
(Robert Collins, #558343)
40
* Add ``tests/ssl_certs/ca.crt`` to the required test files list. Test
41
involving the pycurl https test server fail otherwise when running
42
selftest from an installed version. (Vincent Ladeuil, #651706)
44
* Fix tests that failed when run under ``LANG=C``.
45
(Andrew Bennetts, #632387)
166
47
* Skip tests that needs a bzr source tree when there isn't one. This is
167
48
needed to succesfully run the test suite for installed versions.
168
49
(Vincent Ladeuil, #644855).
171
52
root. Including the one that wasn't present in 2.1.
172
53
(Vincent Ladeuil, #646133)
174
* Using bzr with `lp:` URLs behind an HTTP proxy should work.
175
(Robert Collins, #558343)
177
* Windows installers no longer requires the Microsoft vcredist to be
179
(Martin [gz], Gary van der Merwe, #632465)
181
* Close leaked socket to SSH subprocesses, which caused dput sftp uploads
182
to hang. (Max Bowsher, #659590)
187
* Add ``tests/ssl_certs/ca.crt`` to the required test files list. Test
188
involving the pycurl https test server fail otherwise when running
189
selftest from an installed version. (Vincent Ladeuil, #651706)
191
* Fix tests that failed when run under ``LANG=C``.
192
(Andrew Bennetts, #632387)