5
.. contents:: List of Releases
11
:Codename: Suggestions welcome
12
:2.2.5: NOT RELEASED YET
11
:2.2.3: NOT RELEASED YET
14
13
Compatibility Breaks
15
14
********************
16
* Launchpad has announced that the ``edge.launchpad.net`` instance is
17
deprecated and may be shut down in the future
18
<http://blog.launchpad.net/general/edge-is-deprecated>. Bazaar has therefore
19
been updated in this release to talk to the main (``launchpad.net``) servers,
20
rather than the ``edge`` ones. (Vincent Ladeuil, #583667)
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
28
* Avoid UnicodeDecodeError in ``bzr add`` with multiple files under a non-ascii
119
29
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
31
* Don't probe for a repository from within ``NotBranchError.__repr__``,
125
32
because this can cause knock-on errors at awkward times.
126
33
(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
35
* ``https`` access works again with recent versions of python2.7.
133
36
(Vincent Ladeuil, #693880)