/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-03-04 05:10:44 UTC
  • mfrom: (7293 work)
  • mto: This revision was merged to the branch mainline in revision 7294.
  • Revision ID: jelmer@jelmer.uk-20190304051044-vph4s8p9qvpy2qe9
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
75
88
New Features
76
89
************
77
90
 
80
93
 * The 'fastimport' plugin is now bundled with Breezy.
81
94
   (Jelmer Vernooij)
82
95
 
 
96
 * The ``grep`` plugin has been merged into Breezy.
 
97
   (Parth Malwankar, Martin Packman, Jelmer Vernooij)
 
98
 
83
99
 * The 'stats' plugin is now bundled with Breezy.
84
100
   (Jelmer Vernooij)
85
101
 
118
134
 * New ``lp-logout`` command to unset launchpad username.
119
135
   (Jelmer Vernooij, #349143)
120
136
 
 
137
 * Plugins can now be registered using the 'entrypoints' mechanism in
 
138
   setuptools. (Jelmer Vernooij, #1802647)
 
139
 
 
140
 * The Breezy UI now handles RCP-style URLs and suggests the
 
141
   user specify either ``git+ssh`` or ``bzr+ssh``.
 
142
   (Jelmer Vernooij)
 
143
 
121
144
Improvements
122
145
************
123
146
 
135
158
   ``RevisionTree.annotate_iter`` have been added. (Jelmer Vernooij,
136
159
   #897781)
137
160
 
 
161
 * New ``lp+bzr://`` URL scheme for Bazaar-only branches on Launchpad.
 
162
   (Jelmer Vernooij)
 
163
 
 
164
 * Report colocated branch information in ``brz info``.
 
165
   (Jelmer Vernooij, #1803846)
 
166
 
138
167
Bug Fixes
139
168
*********
140
169
 
176
205
 
177
206
* Support '0' markers in fastimport plugin. (Jelmer Vernooij, #1744615)
178
207
 
 
208
* Support adding/removing filenames that consist of just
 
209
  backslashes in where backslash is not the path separator.
 
210
  (Jelmer Vernooij, #176263, #165151)
 
211
 
179
212
* Report correct path in output of ``brz add``.
180
213
  (Brian de Alwis, Jelmer Vernooij, #1799482)
181
214
 
 
215
* Don't report empty directories in git trees as changes.
 
216
  (Jelmer Vernooij, #1804072)
 
217
 
 
218
* Fix support for 'brz ignore' in Git trees.
 
219
  (Jelmer Vernooij, #1804053)
 
220
 
 
221
* Print a clearer error when GPG can't be found.
 
222
  (Jelmer Vernooij, #1803898)
 
223
 
 
224
* Fix a corner case when moving files.
 
225
  (Jelmer Vernooij, #533152)
 
226
 
 
227
* Fix fastexport output to standard output when
 
228
  running under Python 3. (Jelmer Vernooij, #1805172)
 
229
 
 
230
* Restore absolute URLs in branch reference URLs. This is
 
231
  needed for backwards compatibility with Bazaar.
 
232
  (Jelmer Vernooij, #1803845)
 
233
 
 
234
* Don't report .git files as unknown files.
 
235
  (Jelmer Vernooij, Debian Bug #921240)
 
236
 
182
237
Documentation
183
238
*************
184
239
 
189
244
   removed since there are no current translators to update them.
190
245
   (Jelmer Vernooij)
191
246
 
 
247
 * A quick introduction about using Breezy with GitHub has been added.
 
248
   (Jelmer Vernooij, #1803867)
 
249
 
192
250
API Changes
193
251
***********
194
252
 
303
361
   e.g. leaking keys into the users' GNUPG directory.
304
362
   (Jelmer Vernooij, #843885)
305
363
 
 
364
 * Allow some slack when comparing times.
 
365
   (Jelmer Vernooij, #1804121)
 
366
 
 
367
 * Fix a spuriously failing fastexport test due to dictionary
 
368
   ordering. (Jelmer Vernooij, #1808630)
 
369
 
306
370
..
307
371
   vim: tw=74 ft=rst ff=unix