26
26
.. Improvements to existing commands, especially improved performance
27
27
or memory usage, or better results.
29
* Colocated branches can now be addressed using the 'co:NAME' rather than
30
the more complex 'file://.,branch=NAME'. (Jelmer Vernooij, #833665)
35
.. Fixes for situations where bzr would previously crash or give incorrect
36
or undesirable results.
41
.. Improved or updated documentation.
43
* Force format registration to avoid generate_docs.py traceback when the
44
registry is empty. (Vincent Ladeuil, #956860)
49
.. Changes that may require updates in plugins or other code that uses
55
.. Major internal changes, unlikely to be visible to users or plugin
56
developers, but interesting for bzr developers.
61
.. Fixes and changes that are only relevant to bzr's test framework and
62
suite. This can include new facilities for writing tests, fixes to
63
spurious test failures and changes to the way things should be tested.
71
This is the first beta for the 2.6 series, leading up to a 2.6.0 release in
74
This release includes ssl certificates verification from the urllib-based
75
http implementation turned on by default, fixes some UI issues around
76
colocated branches, documentation fixes and more.
78
This release includes all bugs fixed in previous series known at the time of
81
Beta releases are suitable for everyday use but may cause some
82
incompatibilities with plugins. Some plugins may need small updates to work
85
External Compatibility Breaks
86
*****************************
29
93
* Access to HTTPS URLs now uses the urrllib implementation by default.
30
94
For the old pycurl-based implementation, specify ``https+pycurl://`` as
31
95
the URL scheme when accessing a HTTPS location.
56
.. Fixes for situations where bzr would previously crash or give incorrect
57
or undesirable results.
59
120
* Fix ``bzr config`` display for ``RegistryOption`` values.
60
121
(Vincent Ladeuil, #930182)
123
* Option values set on locked branches should be saved only when the branch
124
is finally unlocked. (Vincent Ladeuil, #948339)
65
129
.. Improved or updated documentation.
131
* Document "bzr lp-propose", "bzr register-branch" and
132
the other Launchpad plugin commands in bzr(1).
133
(Jelmer Vernooij, #843801, #163995)
135
* Generate ``ENVIRONMENT`` section in bzr(1) from known environment variable
136
list rather than hardcoding. (Jelmer Vernooij, #197618)
138
* Prevent lines of command descriptions starting with a dot to
139
accidentally be interpreted as a roff macro in bzr(1).
140
(Jelmer Vernooij, #711079)
67
142
* Properly format apostrophes in manual page. (Jelmer Vernooij, #234771)
72
.. Changes that may require updates in plugins or other code that uses
75
147
* ``GPGStrategy.do_verifications`` has been deprecated.
91
163
* New convenience API method ``WorkingTree.get_config_stack``.
166
* Remove deprecated ``Branch.set_revision_history`` and
167
``Branch.revision_history`` methods and the ``set_rh``
168
hook on ``Branch``. (Jelmer Vernooij)
95
171
``branch.PullResult.__int__`` deprecated in 2.3.0,
96
172
``branch.PushResult.__int__`` deprecated in 2.3.0,
126
.. Major internal changes, unlikely to be visible to users or plugin
127
developers, but interesting for bzr developers.
129
202
* ``Tree.path2id`` now once again accepts a list of path elements
130
203
in addition to a path. (Jelmer Vernooij)
134
207
conf.get(option, expand=False) or conf.get_user_option(option,
135
208
expand=False). (Vincent Ladeuil)
140
.. Fixes and changes that are only relevant to bzr's test framework and
141
suite. This can include new facilities for writing tests, fixes to
142
spurious test failures and changes to the way things should be tested.
145
211
vim: tw=74 ft=rst ff=unix