8
14
brz 3.0.0 is the first release of ``Breezy``, a fork of Bazaar. For more
9
15
information, see our release announcement on the Bazaar mailing list and
16
:3.0.0: NOT RELEASED YET
18
18
External Compatibility Breaks
19
19
*****************************
67
67
has been renamed to ``transform.orphan_policy``.
70
* Backslash (\) is no longer accepted as a path separator
71
on platforms where it is not the default path separator,
72
e.g. POSIX systems. This is so that filenames with backslashes
73
in their name can be added explicitly. (#176263, #165151)
70
75
* One-letter shortcuts for Ubuntu releases are no
71
76
longer supported after 'ubuntu:'. Bazaar's mapping for
72
77
one-letter distroseries had not been updated since natty.
80
* The ``brz lp-mirror-branch`` subcommand has been removed.
81
Please use the ``lp-force-branch-mirror`` command from
82
the lptools package instead. (Jelmer Vernooij, #518807)
84
* Up-to-date checking for Bazaar packaging branches is no
85
longer performed, since there are no longer
86
any automated imports. (Jelmer Vernooij)
88
* ``setuptools`` is now required to build and install Breezy.
80
96
* The 'fastimport' plugin is now bundled with Breezy.
99
* The ``grep`` plugin has been merged into Breezy.
100
(Parth Malwankar, Martin Packman, Jelmer Vernooij)
83
102
* The 'stats' plugin is now bundled with Breezy.
118
137
* New ``lp-logout`` command to unset launchpad username.
119
138
(Jelmer Vernooij, #349143)
140
* Plugins can now be registered using the 'entrypoints' mechanism in
141
setuptools. (Jelmer Vernooij, #1802647)
143
* The Breezy UI now handles RCP-style URLs and suggests the
144
user specify either ``git+ssh`` or ``bzr+ssh``.
135
161
``RevisionTree.annotate_iter`` have been added. (Jelmer Vernooij,
164
* New ``lp+bzr://`` URL scheme for Bazaar-only branches on Launchpad.
167
* Report colocated branch information in ``brz info``.
168
(Jelmer Vernooij, #1803846)
177
209
* Support '0' markers in fastimport plugin. (Jelmer Vernooij, #1744615)
211
* Support adding/removing filenames that consist of just
212
backslashes in where backslash is not the path separator.
213
(Jelmer Vernooij, #176263, #165151)
179
215
* Report correct path in output of ``brz add``.
180
216
(Brian de Alwis, Jelmer Vernooij, #1799482)
218
* Don't report empty directories in git trees as changes.
219
(Jelmer Vernooij, #1804072)
221
* Fix support for 'brz ignore' in Git trees.
222
(Jelmer Vernooij, #1804053)
224
* Print a clearer error when GPG can't be found.
225
(Jelmer Vernooij, #1803898)
227
* Fix a corner case when moving files.
228
(Jelmer Vernooij, #533152)
230
* Fix fastexport output to standard output when
231
running under Python 3. (Jelmer Vernooij, #1805172)
233
* Restore absolute URLs in branch reference URLs. This is
234
needed for backwards compatibility with Bazaar.
235
(Jelmer Vernooij, #1803845)
237
* Don't report .git files as unknown files.
238
(Jelmer Vernooij, Debian Bug #921240)
240
* Raise better error when path subsegments lack =.
241
(Jelmer Vernooij, #891483)
243
* Display correct pull location argument in
244
output of ``brz uncommit``.
245
(Jelmer Vernooij, #386577)
303
371
e.g. leaking keys into the users' GNUPG directory.
304
372
(Jelmer Vernooij, #843885)
374
* Allow some slack when comparing times.
375
(Jelmer Vernooij, #1804121)
377
* Fix a spuriously failing fastexport test due to dictionary
378
ordering. (Jelmer Vernooij, #1808630)
307
381
vim: tw=74 ft=rst ff=unix