/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/en/release-notes/brz-3.0.txt

  • Committer: Jelmer Vernooij
  • Date: 2019-05-29 03:28:14 UTC
  • mfrom: (7303 work)
  • mto: This revision was merged to the branch mainline in revision 7305.
  • Revision ID: jelmer@jelmer.uk-20190529032814-fzqbrgf9647u9ptq
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
.. toctree::
6
6
   :maxdepth: 1
7
7
 
 
8
brz 3.0.0
 
9
#########
 
10
 
 
11
:Codename: Pelican
 
12
:3.0.0: 2019-03-06
 
13
 
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
10
16
README.
11
17
 
12
 
brz 3.0.0
13
 
#########
14
 
 
15
 
:Codename: Pelican
16
 
:3.0.0: NOT RELEASED YET
17
 
 
18
18
External Compatibility Breaks
19
19
*****************************
20
20
 
67
67
   has been renamed to ``transform.orphan_policy``.
68
68
   (Jelmer Vernooij)
69
69
 
 
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)
 
74
 
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.
73
78
   (Jelmer Vernooij)
74
79
 
 
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)
 
83
 
 
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)
 
87
 
 
88
 * ``setuptools`` is now required to build and install Breezy.
 
89
   (Jelmer Vernooij)
 
90
 
75
91
New Features
76
92
************
77
93
 
80
96
 * The 'fastimport' plugin is now bundled with Breezy.
81
97
   (Jelmer Vernooij)
82
98
 
 
99
 * The ``grep`` plugin has been merged into Breezy.
 
100
   (Parth Malwankar, Martin Packman, Jelmer Vernooij)
 
101
 
83
102
 * The 'stats' plugin is now bundled with Breezy.
84
103
   (Jelmer Vernooij)
85
104
 
118
137
 * New ``lp-logout`` command to unset launchpad username.
119
138
   (Jelmer Vernooij, #349143)
120
139
 
 
140
 * Plugins can now be registered using the 'entrypoints' mechanism in
 
141
   setuptools. (Jelmer Vernooij, #1802647)
 
142
 
 
143
 * The Breezy UI now handles RCP-style URLs and suggests the
 
144
   user specify either ``git+ssh`` or ``bzr+ssh``.
 
145
   (Jelmer Vernooij)
 
146
 
121
147
Improvements
122
148
************
123
149
 
135
161
   ``RevisionTree.annotate_iter`` have been added. (Jelmer Vernooij,
136
162
   #897781)
137
163
 
 
164
 * New ``lp+bzr://`` URL scheme for Bazaar-only branches on Launchpad.
 
165
   (Jelmer Vernooij)
 
166
 
 
167
 * Report colocated branch information in ``brz info``.
 
168
   (Jelmer Vernooij, #1803846)
 
169
 
138
170
Bug Fixes
139
171
*********
140
172
 
176
208
 
177
209
* Support '0' markers in fastimport plugin. (Jelmer Vernooij, #1744615)
178
210
 
 
211
* Support adding/removing filenames that consist of just
 
212
  backslashes in where backslash is not the path separator.
 
213
  (Jelmer Vernooij, #176263, #165151)
 
214
 
179
215
* Report correct path in output of ``brz add``.
180
216
  (Brian de Alwis, Jelmer Vernooij, #1799482)
181
217
 
 
218
* Don't report empty directories in git trees as changes.
 
219
  (Jelmer Vernooij, #1804072)
 
220
 
 
221
* Fix support for 'brz ignore' in Git trees.
 
222
  (Jelmer Vernooij, #1804053)
 
223
 
 
224
* Print a clearer error when GPG can't be found.
 
225
  (Jelmer Vernooij, #1803898)
 
226
 
 
227
* Fix a corner case when moving files.
 
228
  (Jelmer Vernooij, #533152)
 
229
 
 
230
* Fix fastexport output to standard output when
 
231
  running under Python 3. (Jelmer Vernooij, #1805172)
 
232
 
 
233
* Restore absolute URLs in branch reference URLs. This is
 
234
  needed for backwards compatibility with Bazaar.
 
235
  (Jelmer Vernooij, #1803845)
 
236
 
 
237
* Don't report .git files as unknown files.
 
238
  (Jelmer Vernooij, Debian Bug #921240)
 
239
 
 
240
* Raise better error when path subsegments lack =.
 
241
  (Jelmer Vernooij, #891483)
 
242
 
 
243
* Display correct pull location argument in
 
244
  output of ``brz uncommit``.
 
245
  (Jelmer Vernooij, #386577)
 
246
 
182
247
Documentation
183
248
*************
184
249
 
189
254
   removed since there are no current translators to update them.
190
255
   (Jelmer Vernooij)
191
256
 
 
257
 * A quick introduction about using Breezy with GitHub has been added.
 
258
   (Jelmer Vernooij, #1803867)
 
259
 
192
260
API Changes
193
261
***********
194
262
 
303
371
   e.g. leaking keys into the users' GNUPG directory.
304
372
   (Jelmer Vernooij, #843885)
305
373
 
 
374
 * Allow some slack when comparing times.
 
375
   (Jelmer Vernooij, #1804121)
 
376
 
 
377
 * Fix a spuriously failing fastexport test due to dictionary
 
378
   ordering. (Jelmer Vernooij, #1808630)
 
379
 
306
380
..
307
381
   vim: tw=74 ft=rst ff=unix