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.0: NOT RELEASED YET
18
External Compatibility Breaks
19
*****************************
21
* The bzr command has been renamed to brz, to prevent clashes with upstream
23
(Martin Packman, Jelmer Vernooij)
25
* The --prefix/-p argument for ``brz 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)
54
* Remove format names as options to ``brz init`` and ``brz
55
init-repository``.. Now you must use ``brz init --format=...``.
56
This simplifies ``brz init --help``.
57
(Neil Martinsen-Burrell, #330494)
59
* ``python-gpg`` is now used for checking GPG signatures rather than
60
``python-gpgme``. (Jelmer Vernooij, #1702308)
62
* ``python-gpg`` is now used for signing commits, rather than shelling
63
out to the gnupg command. The ``gpg_signing_command`` option has been
64
removed. (Jelmer Vernooij, #847388)
66
* The ``bzr.transform.orphan_policy`` configuration option
67
has been renamed to ``transform.orphan_policy``.
70
* One-letter shortcuts for Ubuntu releases are no
71
longer supported after 'ubuntu:'. Bazaar's mapping for
72
one-letter distroseries had not been updated since natty.
78
* The 'bisect' plugin is now shipped with brz. (Jelmer Vernooij)
80
* The 'fastimport' plugin is now bundled with Breezy.
83
* The 'stats' plugin is now bundled with Breezy.
86
* The 'upload' plugin is now bundled with Breezy.
89
* The 'cvs' and 'mtn' plugins are now bundled with Breezy.
92
* The 'email' plugin is now bundled with Breezy.
95
* The 'import' command is now bundled with brz.
96
Imported from bzrtools by Aaron Bentley. (Jelmer Vernooij, #773241)
98
* The 'link-tree' command is now bundled with brz.
99
Imported from bzrtools by Aaron Bentley. (Jelmer Vernooij)
101
* The 'fetch-ghosts' command is now bundled with brz.
102
Imported from bzrtools by Aaron Bentley. (Jelmer Vernooij)
104
* The 'commitfromnews' plugin is now bundled and
105
can be enabled by setting ``commit.template_from_files = NEWS``.
108
* The 'darcs' plugin is now bundled.
111
* The functionality from ``bzr-guess`` is now merged into Breezy.
112
It will provide suggestions if the user typoes a command.
115
* Support the creation of colocated branches in ``brz fast-import``.
116
(Jelmer Vernooij, #1744626)
118
* New ``lp-logout`` command to unset launchpad username.
119
(Jelmer Vernooij, #349143)
124
* Doc generators now support the SOURCE_DATE_EPOCH environment
125
variable (https://reproducible-builds.org/specs/source-date-epoch/).
128
* The ``repodebug`` plugin is now bundled.
131
* New ``brz cp`` command which copies files (but does not currently track
132
history). (Jelmer Vernooij, start towards #269095)
134
* HPSS calls for ``RevisionTree.archive`` and
135
``RevisionTree.annotate_iter`` have been added. (Jelmer Vernooij,
141
* Support Server Name Indication (SNI) when talking to https servers.
142
Cherry-picked from lp:~vila/bzr/1089352-sni-support
143
(Vincent Ladeuil, #1089352)
145
* The ``bisect`` command now works in non-``.bzr`` directories.
148
* When creating ``authentication.conf``, umask is now set so only the
149
current user can read the file. Breezy warns if the file is
150
accessible for other users when it starts.
151
(Joke de Buhr, Jelmer Vernooij, #475501)
153
* Support ``brz commit -x`` in combination with iter_changes.
154
(Jelmer Vernooij, #796582, #403811, #694946, #268135, #299879)
156
* Print a proper error when encountering ghost revisions in
157
mainline in ``brz log``. (Jelmer Vernooij, #726466)
159
* Security fix: hostnames starting with a dash in bzr+ssh URLs
160
are now filtered out when using a subprocess SSH client.
162
Thanks to Augie Fackler for reporting.
163
(Jelmer Vernooij, #1710979)
165
* Mark all options as unicode. Allows using non-ASCII values in most
166
options. (Jelmer Vernooij, #563692)
168
* Support automatic rename tracking into new directories.
171
* Avoid writing directly to sys.stdout, but use self.outf in
172
Command implementations instead. (#268573, B. Clausius)
174
* It is now possible to version files with backslashes in their name
175
on platforms that support it. (Jelmer Vernooij, #81844)
177
* Support '0' markers in fastimport plugin. (Jelmer Vernooij, #1744615)
179
* Report correct path in output of ``brz add``.
180
(Brian de Alwis, Jelmer Vernooij, #1799482)
185
* Various documents have been updated to explain that Breezy is a fork
188
* Documentation translations into Japanese, Spanish and Russian have been
189
removed since there are no current translators to update them.
195
* bzrlib has been renamed to breezy. (Martin Packman, Jelmer Vernooij)
197
* Signature of ``load_tests`` used by ``TestLoader`` changed to be
198
compatible with standard libarary unittest. (Martin Packman)
200
* All previously deprecated functionality has been removed.
203
* ``CommitBuilder.record_entry_contents`` has been removed.
204
(Jelmer Vernooij, #731433, #604953)
206
* Renamed ``breezy.delta.report_delta`` parameter ``filter=`` to
207
``predicate=``. (Martin Packman)
209
* ``Branch.bzrdir``, ``Repository.bzrdir`` and ``WorkingTree.bzrdir``
210
have been renamed to ``Branch.controldir``, ``Repository.controldir``
211
and ``WorkingTree.controldir``, respectively.
212
(Jelmer Vernooij, #1695774)
214
* ``BzrBranch`` and the various bzr branch format implementations
215
have been moved to ``breezy.bzr``. (Jelmer Vernooij)
217
* ``MetaDirBranchFormatFactory`` has been removed.
218
Use lazy registration on ``breezy.branch.format_registry``
219
instead. (Jelmer Vernooij)
221
* ``breezy.bzrdir.format_registry`` has been removed; use
222
``breezy.controldir.format_registry`` instead.
225
* ``breezy.api`` has been removed. (Jelmer Vernooij, #742192)
227
* ``ControlDir.find_bzrdirs`` has been renamed to
228
``ControlDir.find_controldirs``. (Jelmer Vernooij)
230
* ``Repository.get_revisions`` no longer accepts ``None`` as
231
argument. (Jelmer Vernooij)
233
* A new ``Repository.iter_revisions`` method has been added.
236
* A new ``WorkingTreeFormat.supports_setting_file_ids`` property
237
has been added that can be set to False to indicate a working tree
238
doesn't support e.g. passing a file_id into ``WorkingTree.mkdir``.
239
(Jelmer Vernooij, #1707533)
241
* A new ``RepositoryFormat.supports_setting_revision_ids`` property
242
has been added that can be set to False to indicate a repository
243
doesn't support passing revision ids to ``CommitBuilder.commit``.
246
* A new ``RepositoryFormat.supports_overriding_transport`` property
247
has been added that can be set to False to indicate a repository
248
doesn't support passing an alternative transport to
249
``RepositoryFormat.open``.
252
* ``Repository.print_file`` and ``Branch.print_file`` have been removed.
255
* Various ``lock_write`` and ``lock_read`` functions now return a
256
context manager. (Jelmer Vernooij)
258
* The ``BranchWriteLockResult.branch_token`` (returned by
259
``Branch.lock_write``) has been renamed to
260
``BranchWriteLockResult.token``. (Jelmer Vernooij)
262
* ``breezy.decorators.needs_write_lock``,
263
``breezy.decorators.needs_read_lock`` and
264
``breezy.mutabletree.needs_tree_write_lock`` have been deprecated.
265
Instead, use the context managers returned by ``.lock_write``,
266
``.lock_read`` and ``.lock_tree_write`` respectively. (Jelmer Vernooij)
268
* ``Tree`` methods now take a ``path`` as primary key argument, rather
269
than a ``file_id``. ``file_id`` is still present as optional argument
270
for most functions, and can be specified to speed up lookups.
276
.. Major internal changes, unlikely to be visible to users or plugin
277
developers, but interesting for brz developers.
279
* Allow overriding of default HTTP headers by caller.
280
(Jelmer Vernooij, #1753734)
285
* Allow /dev/null to be a symlink to a chardev. (Igo Pashev, #832257)
287
* A test isolation issue in ``breezy.tests.test_ui`` was fixed,
288
which caused ``output_encoding = iso-8859-1`` to be added to the
289
users' bazaar.conf. (Jelmer Vernooij)
291
* Newer versions of ``pyftpdlib`` are now supported for running FTP tests.
294
* The ``--subunit`` argument for ``brz selftest`` has been renamed to
295
``--subunit1``, and a new argument ``--subunit2`` has been added that
297
(Jelmer Vernooij, #1699346, #661205)
299
* Launchpad plugin tests no longer try to connect to production
300
Launchpad. (Jelmer Vernooij, #723183)
302
* Set the ``GPGHOME`` environment variable during testing, to prevent
303
e.g. leaking keys into the users' GNUPG directory.
304
(Jelmer Vernooij, #843885)
307
vim: tw=74 ft=rst ff=unix