8
brz 3.0.0 is the first release of ``Breezy``, a fork of Bazaar. For more
9
information, see our release announcement on the Bazaar mailing list and
16
:3.0.1: NOT RELEASED YET
18
External Compatibility Breaks
19
*****************************
21
* The bzr command has been renamed to brz, to prevent
22
clashes with upstream Bazaar.
23
(Martin Packman, Jelmer Vernooij)
25
* The --prefix/-p argument for ``bzr diff`` now defaults to -p1 rather
26
than -p0. (Jelmer Vernooij, #1695126)
28
* The ``brz register-branch`` command from the Launchpad plugin has been
29
removed, because it has not worked for at least five years: it relies on
30
password authentication rather than SSO, the relevant systems no longer
31
have firewall-level access to the outside world, and in general the
32
Mirrored branch type is deprecated. Either just push the branch to
33
Launchpad or use code imports instead
34
(https://help.launchpad.net/VcsImports).
35
(Colin Watson, #254567, #483689)
37
* brz no longer supports building the C extensions using Pyrex.
38
Only Cython is supported. (Jelmer Vernooij)
40
* Support for HTTP support using "pycurl" and the associated
41
URL schemes "http+pycurl://" and "https+pycurl://" has been dropped.
42
(Jelmer Vernooij, #82086, #377389, #122258, #516222, #545776, #1696602)
44
* Support for medusa for FTP tests has been dropped, only
45
pyftpdlib is now supported. (Jelmer Vernooij)
47
* The deprecated ``brz get`` and ``brz clone`` commands have been
48
removed. (Jelmer Vernooij)
50
* The setting to ignore missing C extensions has been changed from
51
``ignore_missing_extensions=True`` to
52
``suppress_warnings=missing_extensions``. (Jelmer Vernooij)
57
* The 'bisect' plugin is now shipped with bzr. (Jelmer Vernooij)
59
* The 'fastimport' plugin is now bundled with Bazaar.
62
* The 'stats' plugin is now bundled with Bazaar.
65
* The 'upload' plugin is now bundled with Bazaar.
68
* The 'email' plugin is now bundled with Bazaar.
71
* The 'import' command is now bundled with brz.
72
Imported from bzrtools by Aaron Bentley. (Jelmer Vernooij, #773241)
74
* The 'fetch-ghosts' command is now bundled with brz.
75
Imported from bzrtools by Aaron Bentley. (Jelmer Vernooij)
80
* Doc generators now support the SOURCE_DATE_EPOCH environment
81
variable (https://reproducible-builds.org/specs/source-date-epoch/).
87
* Support Server Name Indication (SNI) when talking to https servers.
88
Cherry-picked from lp:~vila/bzr/1089352-sni-support
89
(Vincent Ladeuil, #1089352)
91
* The ``bisect`` command now works in non-``.bzr`` directories.
94
* When creating ``authentication.conf``, umask is now set so only the
95
current user can read the file. Breezy warns if the file is
96
accessible for other users when it starts.
97
(Joke de Buhr, Jelmer Vernooij, #475501)
102
* Various documents have been updated to explain that Breezy is a fork
108
* bzrlib has been renamed to breezy. (Martin Packman, Jelmer Vernooij)
110
* Signature of ``load_tests`` used by ``TestLoader`` changed to be
111
compatible with standard libarary unittest. (Martin Packman)
113
* All previously deprecated functionality has been removed.
116
* Renamed ``breezy.delta.report_delta`` parameter ``filter=`` to
117
``predicate=``. (Martin Packman)
119
* ``Branch.bzrdir``, ``Repository.bzrdir`` and ``WorkingTree.bzrdir``
120
have been renamed to ``Branch.controldir``, ``Repository.controldir``
121
and ``WorkingTree.controldir``, respectively.
122
(Jelmer Vernooij, #1695774)
124
* ``BzrBranch`` and the various bzr branch format implementations
125
have been moved to ``breezy.bzr``. (Jelmer Vernooij)
127
* ``MetaDirBranchFormatFactory`` has been removed.
128
Use lazy registration on ``breezy.branch.format_registry``
129
instead. (Jelmer Vernooij)
131
* ``breezy.bzrdir.format_registry`` has been removed; use
132
``breezy.controldir.format_registry`` instead.
135
* ``breezy.api`` has been removed. (Jelmer Vernooij, #742192)
137
* ``ControlDir.find_bzrdirs`` has been renamed to
138
``ControlDir.find_controldirs``. (Jelmer Vernooij)
143
.. Major internal changes, unlikely to be visible to users or plugin
144
developers, but interesting for brz developers.
149
* A test isolation issue in ``breezy.tests.test_ui`` was fixed,
150
which caused ``output_encoding = iso-8859-1`` to be added to the
151
users' bazaar.conf. (Jelmer Vernooij)
153
* Newer versions of ``pyftpdlib`` are now supported for running FTP tests.
157
vim: tw=74 ft=rst ff=unix