~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-09-19 00:32:14 UTC
  • mfrom: (4685.2.1 bzr.dev)
  • Revision ID: pqm@pqm.ubuntu.com-20090919003214-2dli9jc4y5xhjj3n
(mbp for garyvdm) Revert rename of
        test_merge_uncommitted_otherbasis_ancestor_of_thisbasis.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
.. contents:: List of Releases
6
6
   :depth: 1
7
7
 
8
 
bzr 2.1.0rc1 (not released yet)
 
8
 
 
9
2.1.0 series (not released yet)
9
10
###############################
10
11
 
11
 
:Codename: the 'new' stable
12
 
:2.1.0rc1: 2009-01-06 (expected)
13
 
 
14
 
Compatibility Breaks
15
 
********************
16
 
 
17
 
New Features
18
 
************
19
 
 
20
 
* Add bug information to log output when available.
21
 
  (Neil Martinsen-Burrell, Guillermo Gonzalez, #251729)
22
 
 
23
 
* ``bzr branch`` now takes a ``--bind`` option. This lets you
24
 
  branch and bind all in one command. (Ian Clatworthy)
25
 
 
26
 
* ``bzr switch`` now takes a ``--revision`` option, to allow switching to
27
 
  a specific revision of a branch. (Daniel Watkins, #183559)
28
 
 
29
 
* ``bzr unshelve --preview`` can now be used to show how a patch on the
30
 
  shelf would be applied to the working tree.
31
 
  (Guilherme Salgado, #308122)
32
 
 
33
 
* ``bzr update`` now takes a ``--revision`` argument. This lets you
34
 
  change the revision of the working tree to any revision in the
35
 
  ancestry of the current or master branch. (Matthieu Moy, Mark Hammond,
36
 
  Martin Pool, #45719)
37
 
 
38
 
* ``-Dbytes`` can now be used to display the total number of bytes
39
 
  transferred for the current command. This information is always logged
40
 
  to ``.bzr.log`` for later inspection. (John Arbash Meinel)
41
 
 
42
 
* The ``suppress_warnings`` configuration option has been introduced and
43
 
  accept the ``format_deprecation`` value to disable the corresponding
44
 
  warning for repositories. It can be set to in either ``bazaar.conf``,
45
 
  ``locations.conf`` or ``branch.conf``.
46
 
  (Ted Gould, Matthew Fuller, Vincent Ladeuil)
47
 
 
48
 
Bug Fixes
49
 
*********
50
 
 
51
 
* Always show a message if an OS error occurs while trying to run a
52
 
  user-specified commit message editor.
53
 
  (Martin Pool, #504842)
54
 
 
55
 
* ``bzr export dir`` now requests all file content as a record stream,
56
 
  rather than requsting the file content one file-at-a-time. This can make
57
 
  exporting over the network significantly faster (54min => 9min in one
58
 
  case). (John Arbash Meinel, #343218)
59
 
 
60
 
* ``bzr serve`` no longer slowly leaks memory. The compiled
61
 
  ``bzrlib.bencode.Encoder()`` class was using ``__del__`` to cleanup and
62
 
  free resources, and it should have been using ``__dealloc__``.
63
 
  This will likely have an impact on any other process that is serving for
64
 
  an extended period of time.  (John Arbash Meinel, #494406)
65
 
 
66
 
* ``bzr switch -b`` can now create branches that are located using directory
67
 
  services such as ``lp:``, even when the branch name doesn't contain a
68
 
  '/'.  (Neil Martinsen-Burrell, #495263)
69
 
 
70
 
* ``bzr unshelve`` has improved messages about what it is doing.
71
 
  (Neil Martinsen-Burrell, #496917)
72
 
 
73
 
* Check for SIGINT (Ctrl-C) and other signals immediately if ``readdir``
74
 
  returns ``EINTR`` by calling ``PyErr_CheckSignals``.  This affected the
75
 
  optional ``_readdir_pyx`` extension.  (Andrew Bennetts, #495023)
76
 
 
77
 
* Fix "Too many concurrent requests" in reconcile when network connection
78
 
  fails.  (Andrew Bennetts, #503878)
79
 
 
80
 
* Fixed a side effect mutation of ``RemoteBzrDirFormat._network_name``
81
 
  that caused some tests to fail when run in a non-default order.
82
 
  Probably no user impact.  (Martin Pool, #504102)
83
 
 
84
 
* Fixed ``ObjectNotLocked`` error in ``bzr cat -rbranch:../foo FILE``.
85
 
  (Andrew Bennetts, #506274)
86
 
 
87
 
* FTP transports support Unicode paths by encoding/decoding them as utf8.
88
 
  (Vincent Ladeuil, #472161)
89
 
 
90
 
* Give a clearer message if the lockdir disappears after being apparently
91
 
  successfully taken.  (Martin Pool, #498378)
92
 
 
93
 
* Listen to the SIGWINCH signal to update the terminal width.
94
 
  (Vincent Ladeuil, #316357)
95
 
 
96
 
* ``SilentUIFactory`` now supports ``make_output_stream`` and discards
97
 
  whatever is written to it.  This un-breaks some plugin tests that
98
 
  depended on this behaviour.
99
 
  (Martin Pool, #499757)
100
 
 
101
 
* The 2a format wasn't properly restarting autopacks when something
102
 
  changed underneath it (like another autopack). Now concurrent
103
 
  autopackers will properly succeed. (John Arbash Meinel, #495000)
104
 
 
105
 
* When operations update the working tree, all affected files should end
106
 
  up with the same mtime. (eg. when versioning a generated file, if you
107
 
  update the source and the generated file together, the generated file
108
 
  should appear up-to-date.)
109
 
  (John Arbash Meinel, Martin <gzlist>, #488724)
110
 
 
111
 
Improvements
112
 
************
113
 
 
114
 
* Added ``add_cleanup`` and ``cleanup_now`` to ``bzrlib.command.Command``.
115
 
  All the builtin commands now use ``add_cleanup`` rather than
116
 
  ``try``/``finally`` blocks where applicable as it is simpler and more
117
 
  robust.  (Andrew Bennetts)
118
 
 
119
 
* Push will now inform the user when they are trying to push to a foreign 
120
 
  VCS for which roundtripping is not supported, and will suggest them to 
121
 
  use dpush. (Jelmer Vernooij)
122
 
 
123
 
* The version of bzr being run is now written to the log file.
124
 
  (__monty__, #257170)
125
 
 
126
 
* Transport network activity indicator is shown more of the time when
127
 
  Bazaar is doing network IO.
128
 
  (Martin Pool)
129
 
 
130
 
Documentation
131
 
*************
132
 
 
133
 
* Improved help for ``bzr send``. 
134
 
  (Martin Pool, Bojan Nikolic)
135
 
 
136
 
* There is a System Administrator's Guide in ``doc/en/admin-guide``,
137
 
  including discussions of installation, relevant plugins, security and 
138
 
  backup. (Neil Martinsen-Burrell)
139
 
 
140
 
* The ``conflicts`` help topic has been renamed to ``conflict-types``.
141
 
  (Ian Clatworthy)
142
 
 
143
 
* The User Reference is now presented as a series of topics.
144
 
  Many of the included topics have link and format tweaks applied.
145
 
  (Ian Clatworthy)
146
 
 
147
 
API Changes
148
 
***********
149
 
 
150
 
* Many test features were renamed from ``FooFeature`` to ``foo_feature``
151
 
  to be consistent with instances being lower case and classes being
152
 
  CamelCase. For the features that were more likely to be used, we added a
153
 
  deprecation thunk, but not all. (John Arbash Meinel)
154
 
 
155
 
* The Branch hooks pre_change_branch_tip no longer masks exceptions raised
156
 
  by plugins - the original exceptions are now preserved. (Robert Collins)
157
 
 
158
 
* The Transport ``Server.tearDown`` method is now renamed to
159
 
  ``stop_server`` and ``setUp`` to ``start_server`` for consistency with
160
 
  our normal naming pattern, and to avoid confusion with Python's
161
 
  ``TestCase.tearDown``.  (Martin Pool)
162
 
 
163
 
* ``WorkingTree.update`` implementations must now accept a ``revision``
164
 
  parameter.
165
 
 
166
 
Internals
167
 
*********
168
 
 
169
 
* New helper osutils.UnicodeOrBytesToBytesWriter which encodes unicode
170
 
  objects but passes str objects straight through. This is used for
171
 
  selftest but may be useful for diff and other operations that generate
172
 
  mixed output. (Robert Collins)
173
 
 
174
 
* New exception ``NoRoundtrippingSupport``, for use by foreign branch 
175
 
  plugins. (Jelmer Vernooij)
176
 
 
177
 
Testing
178
 
*******
179
 
 
180
 
* ``bzrlib.tests.permute_for_extension`` is a helper that simplifies
181
 
  running all tests in the current module, once against a pure python
182
 
  implementation, and once against an extension (pyrex/C) implementation.
183
 
  It can be used to dramatically simplify the implementation of
184
 
  ``load_tests``.  (John Arbash Meinel)
185
 
 
186
 
* ``bzrlib.tests.TestCase`` now subclasses ``testtools.testcase.TestCase``.
187
 
  This permits features in testtools such as getUniqueInteger and
188
 
  getUniqueString to be used. Because of this, testtools version 0.9.2 or
189
 
  newer is now a dependency to run bzr selftest. Running with versions of
190
 
  testtools less than 0.9.2 will cause bzr to error while loading the test
191
 
  suite. (Robert Collins)
192
 
 
193
 
* Shell-like tests now support the command "mv" for moving files.  The
194
 
  syntax for ``mv file1 file2``, ``mv dir1 dir2`` and ``mv file dir`` is
195
 
  supported.  (Neil Martinsen-Burrell)
196
 
 
197
 
* The test progress bar no longer distinguishes tests that 'errored' from
198
 
  tests that 'failed' - they're all just failures.
199
 
  (Martin Pool)
200
 
 
201
 
bzr 2.0.4 (not released yet)
202
 
############################
203
 
 
204
 
:Codename:
205
 
:2.0.4: smooth sailing
206
 
 
207
 
Compatibility Breaks
208
 
********************
209
 
 
210
 
New Features
211
 
************
212
 
 
213
 
Bug Fixes
214
 
*********
215
 
 
216
 
* ``bzr annotate`` on another branch with ``-r branch:...`` no longer
217
 
  fails with an ``ObjectNotLocked`` error.  (Andrew Bennetts, #496590)
218
 
 
219
 
* ``bzr export dir`` now requests all file content as a record stream,
220
 
  rather than requsting the file content one file-at-a-time. This can make
221
 
  exporting over the network significantly faster (54min => 9min in one
222
 
  case). (John Arbash Meinel, #343218)
223
 
 
224
 
* ``bzr serve`` no longer slowly leaks memory. The compiled
225
 
  ``bzrlib.bencode.Encoder()`` class was using ``__del__`` to cleanup and
226
 
  free resources, and it should have been using ``__dealloc__``.
227
 
  This will likely have an impact on any other process that is serving for
228
 
  an extended period of time.  (John Arbash Meinel, #494406)
229
 
 
230
 
* Check for SIGINT (Ctrl-C) and other signals immediately if ``readdir``
231
 
  returns ``EINTR`` by calling ``PyErr_CheckSignals``.  This affected the
232
 
  optional ``_readdir_pyx`` extension.  (Andrew Bennetts, #495023)
233
 
 
234
 
* Give a clearer message if the lockdir disappears after being apparently
235
 
  successfully taken.  (Martin Pool, #498378)
236
 
 
237
 
* Give a warning when fetching between local repositories with
238
 
  sufficiently different formats that the content will need to be
239
 
  serialized (ie ``InterDifferingSerializer``) so the user has a clue that
240
 
  upgrading could make it faster.
241
 
  (Martin Pool, #456077)
242
 
 
243
 
* If we fail to open ``~/.bzr.log`` write a clear message to stderr rather
244
 
  than using ``warning()``. The log file is opened before logging is set
245
 
  up, and it leads to very confusing: 'no handlers for "bzr"' messages for
246
 
  users, rather than something nicer.
247
 
  (John Arbash Meinel, Barry Warsaw, #503886)
248
 
 
249
 
* Refuse to build with any Pyrex 0.9.4 release, as they have known bugs.
250
 
  (Martin Pool, John Arbash Meinel, #449372)
251
 
 
252
 
* ``setup.py bdist_rpm`` now properly finds extra files needed for the
253
 
  build. (there is still the distutils bug
254
 
  http://bugs.python.org/issue644744) (Joe Julian, #175839)
255
 
 
256
 
* The 2a format wasn't properly restarting autopacks when something
257
 
  changed underneath it (like another autopack). Now concurrent
258
 
  autopackers will properly succeed. (John Arbash Meinel, #495000)
259
 
 
260
 
* ``TreeTransform`` can now handle when a delta says that the file id for
261
 
  the tree root changes. Rather than trying to rename your working
262
 
  directory, or failing early saying that you can't have multiple
263
 
  tree roots. This also fixes revert, update, and pull when the root id
264
 
  changes.  (John Arbash Meinel, #494269, #504390)
265
 
 
266
 
* ``_update_current_block`` no longer suppresses exceptions, so ^C at just
267
 
  the right time will get propagated, rather than silently failing to move
268
 
  the block pointer. (John Arbash Meinel, Gareth White, #495023)
269
 
 
270
 
Improvements
271
 
************
272
 
 
273
 
Documentation
274
 
*************
275
 
 
276
 
API Changes
277
 
***********
278
 
 
279
 
Internals
280
 
*********
281
 
 
282
 
Testing
283
 
*******
284
 
 
285
 
* We have a new ``test_source`` that ensures all pyrex ``cdef`` functions
286
 
  handle exceptions somehow. (Possibly by setting ``# cannot_raise``
287
 
  rather than an ``except ?:`` clause.) This should help prevent bugs like
288
 
  bug #495023. (John Arbash Meinel)
289
 
 
290
 
 
291
 
bzr 2.1.0b4
292
 
###########
293
 
 
294
 
:Codename: san francisco airport
295
 
:2.1.0b4: 2009-12-14
296
 
 
297
 
The fourth beta release in the 2.1 series brings with it a significant
298
 
number of bugfixes (~20). The test suite is once again (finally) "green"
299
 
on Windows, and should remain that way for future releases. There are a
300
 
few performance related updates (faster upgrade and log), and several UI
301
 
tweaks. There has also been a significant number of tweaks to the runtime
302
 
documentation. 2.1.0b4 include everything from the 2.0.3 release.
303
 
 
304
 
 
305
 
Compatibility Breaks
306
 
********************
307
 
 
308
 
* The BZR_SSH environmental variable may now be set to the path of a secure
309
 
  shell client. If currently set to the value ``ssh`` it will now guess the
310
 
  vendor of the program with that name, to restore the old behaviour that
311
 
  indicated the SSH Corporation client use ``sshcorp`` instead as the magic
312
 
  string. (Martin <gzlist@googlemail.com>, #176292)
313
 
 
314
 
New Features
315
 
************
316
 
 
317
 
* ``bzr commit`` now has a ``--commit-time`` option.
318
 
  (Alexander Sack, #459276)
319
 
 
320
 
* ``-Dhpss`` now increases logging done when run on the bzr server,
321
 
  similarly to how it works on the client. (John Arbash Meinel)
322
 
 
323
 
* New option ``bzr unshelve --keep`` applies the changes and leaves them
324
 
  on the shelf.  (Martin Pool, Oscar Fuentes, #492091)
325
 
 
326
 
* The ``BZR_COLUMNS`` envrionment variable can be set to force bzr to
327
 
  respect a given terminal width. This can be useful when output is
328
 
  redirected or in obscure cases where the default value is not
329
 
  appropriate. Pagers can use it to get a better control of the line
330
 
  lengths. 
331
 
  (Vincent Ladeuil)
332
 
 
333
 
* The new command ``bzr lp-mirror`` will request that Launchpad update its
334
 
  mirror of a local branch. This command will only function if launchpadlib
335
 
  is installed.
336
 
  (Jonathan Lange)
337
 
 
338
 
 
339
 
Bug Fixes
340
 
*********
341
 
 
342
 
* After renaming a file, the dirstate could accidentally reference
343
 
  ``source\\path`` rather than ``source/path`` on Windows. This might be a
344
 
  source of some dirstate-related failures. (John Arbash Meinel)
345
 
 
346
 
* ``bzr commit`` now detects commit messages that looks like file names
347
 
  and issues a warning.
348
 
  (Gioele Barabucci, #73073)
349
 
 
350
 
* ``bzr ignore /`` no longer causes an IndexError. (Gorder Tyler, #456036)
351
 
 
352
 
* ``bzr log -n0 -rN`` should not return revisions beyond its merged revisions.
353
 
  (#325618, #484109, Marius Kruger)
354
 
 
355
 
* ``bzr merge --weave`` and ``--lca`` will now create ``.BASE`` files for
356
 
  files with conflicts (similar to ``--merge3``). The contents of the file
357
 
  is a synthesis of all bases used for the merge.
358
 
  (John Arbash Meinel, #40412)
359
 
 
360
 
* ``bzr mv --quiet`` really is quiet now.  (Gordon Tyler, #271790)
361
 
 
362
 
* ``bzr serve`` is more clear about the risk of supplying --allow-writes.
363
 
  (Robert Collins, #84659)
364
 
 
365
 
* ``bzr serve --quiet`` really is quiet now.  (Gordon Tyler, #252834)
366
 
 
367
 
* Fix bug with redirected URLs over authenticated HTTP.
368
 
  (Glen Mailer, Neil Martinsen-Burrell, Vincent Ladeuil, #395714)
369
 
 
370
 
* Interactive merge doesn't leave branch locks behind.  (Aaron Bentley)
371
 
 
372
 
* Lots of bugfixes for the test suite on Windows. We should once again
373
 
  have a test suite with no failures on Windows. (John Arbash Meinel)
374
 
 
375
 
* ``osutils.terminal_width()`` obeys the BZR_COLUMNS environment
376
 
  variable but returns None if the terminal is not a tty (when output is
377
 
  redirected for example). Also fixes its usage under OSes that doesn't
378
 
  provide termios.TIOCGWINSZ. Make sure the corresponding tests runs on
379
 
  windows too.
380
 
  (Joke de Buhr, Vincent Ladeuil, #353370, #62539)
381
 
  (John Arbash Meinel, Vincent Ladeuil, #492561)
382
 
 
383
 
* Terminate ssh subprocesses when no references to them remain, fixing
384
 
  subprocess and file descriptor leaks.  (Andrew Bennetts, #426662)
385
 
  
386
 
* The ``--hardlink`` option of ``bzr branch`` and ``bzr checkout`` now
387
 
  works for 2a format trees.  Only files unaffected by content filters
388
 
  will be hardlinked.  (Andrew Bennetts, #408193)
389
 
 
390
 
* The new glob expansion on Windows would replace all ``\`` characters
391
 
  with ``/`` even if it there wasn't a glob to expand, the arg was quoted,
392
 
  etc. Now only change slashes if there is something being glob expanded.
393
 
  (John Arbash Meinel, #485771)
394
 
 
395
 
* Use our faster ``KnownGraph.heads()`` functionality when computing the
396
 
  new rich-root heads. This can cut a conversion time in half (mysql from
397
 
  13.5h => 6.2h) (John Arbash Meinel, #487632)
398
 
 
399
 
* When launching a external diff tool via bzr diff --using, temporary files
400
 
  are no longer created, rather, the path to the file in the working tree is
401
 
  passed to the external diff tool. This allows the file to be edited if the
402
 
  diff tool provides for this. (Gary van der Merwe, #490738)
403
 
  
404
 
* The launchpad-open command can now be used from a subdirectory of a
405
 
  branch, not just from the root of the branch. 
406
 
  (Neil Martinsen-Burrell, #489102)
407
 
 
408
 
 
409
 
Improvements
410
 
************
411
 
 
412
 
* ``bzr log`` is now faster. (Ian Clatworthy)
413
 
 
414
 
* ``bzr update`` provides feedback on which branch it is up to date with.
415
 
  (Neil Martinsen-Burrell)
416
 
 
417
 
* ``bzr upgrade`` from pre-2a to 2a can be significantly faster (4x).
418
 
  For details see the xml8 patch and heads() improvements.
419
 
  (John Arbash Meinel)
420
 
 
421
 
* ``bzrlib.urlutils.local_path_from_url`` now accepts
422
 
  'file://localhost/' as well as 'file:///' URLs on POSIX.  (Michael
423
 
  Hudson)
424
 
 
425
 
* The progress bar now shows only a spinner and per-operation counts,
426
 
  not an overall progress bar.  The previous bar was often not correlated
427
 
  with real overall operation progress, either because the operations take
428
 
  nonlinear time, or because at the start of the operation Bazaar couldn't
429
 
  estimate how much work there was to do.  (Martin Pool)
430
 
 
431
 
Documentation
432
 
*************
433
 
 
434
 
* Lots of documentation tweaks for inline help topics and command help
435
 
  information.
436
 
 
437
 
API Changes
438
 
***********
439
 
 
440
 
* ``bzrlib.textui`` (vestigial module) removed.  (Martin Pool)
441
 
 
442
 
* The Launchpad plugin now has a function ``login`` which will log in to
443
 
  Launchpad with launchpadlib, and ``load_branch`` which will return the
444
 
  Launchpad Branch object corresponding to a given Bazaar Branch object.
445
 
  (Jonathan Lange)
446
 
 
447
 
Internals
448
 
*********
449
 
 
450
 
* New test Feature: ``ModuleAvailableFeature``. It is designed to make it
451
 
  easier to handle what tests you want to run based on what modules can be
452
 
  imported. (Rather than lots of custom-implemented features that were
453
 
  basically copy-and-pasted.) (John Arbash Meinel)
454
 
 
455
 
* ``osutils.timer_func()`` can be used to get either ``time.time()`` or
456
 
  ``time.clock()`` when you want to do performance timing.
457
 
  ``time.time()`` is limited to 15ms resolution on Windows, but
458
 
  ``time.clock()`` gives CPU and not wall-clock time on other platforms.
459
 
  (John Arbash Meinel)
460
 
 
461
 
* Several code paths that were calling ``Transport.get().read()`` have
462
 
  been changed to the equalivent ``Transport.get_bytes()``. The main
463
 
  difference is that the latter will explicitly call ``file.close()``,
464
 
  rather than expecting the garbage collector to handle it. This helps
465
 
  with some race conditions on Windows during the test suite and sftp
466
 
  tests. (John Arbash Meinel)
467
 
 
468
 
Testing
469
 
*******
470
 
 
471
 
* TestCaseWithMemoryTransport no longer sets $HOME and $BZR_HOME to
472
 
  unicode strings. (Michael Hudson, #464174)
473
 
 
474
 
 
475
 
bzr 2.0.3
476
 
#########
477
 
 
478
 
:Codename: little italy
479
 
:2.0.3: 2009-12-14
480
 
 
481
 
 
482
 
The third stable release of Bazaar has a small handful of bugfixes. As
483
 
expected, this has no internal or external compatibility changes versus
484
 
2.0.2 (or 2.0.0).
485
 
 
486
 
Bug Fixes
487
 
*********
488
 
 
489
 
* ``bzr push --use-existing-dir`` no longer crashes if the directory
490
 
  exists but contains an invalid ``.bzr`` directory.
491
 
  (Andrew Bennetts, #423563)
492
 
 
493
 
* Content filters are now applied correctly after pull, merge and switch.
494
 
  (Ian Clatworthy, #385879)
495
 
 
496
 
* Fix a potential segfault in the groupcompress hash map handling code.
497
 
  When inserting new entries, if the final hash bucket was empty, we could
498
 
  end up trying to access if ``(last_entry+1)->ptr == NULL``.
499
 
  (John Arbash Meinel, #490228)
500
 
 
501
 
* Improve "Binary files differ" hunk handling.  (Aaron Bentley, #436325)
502
 
 
503
 
 
504
 
bzr 2.1.0b3
505
 
###########
506
 
 
507
 
:Codename: after sprint recovery
508
 
:2.1.0b3: 2009-11-16
509
 
 
510
 
This release was pushed up from its normal release cycle due to a
511
 
regression in python 2.4 compatibility in 2.1.0b2.  Since this regression
512
 
was caught before 2.1.0b2 was officially announced, the full changelog
513
 
includes both 2.1.0b3 and 2.1.0b2 changes.
514
 
 
515
 
Highlights of 2.1.0b3 are: new globbing code for all commands on Windows,
516
 
the test suite now conforms to python's trunk enhanced semantics (skip,
517
 
etc.), and ``bzr info -v`` will now report the correct branch and repo
518
 
formats for Remote objects.
519
 
 
520
 
 
521
 
New Features
522
 
************
523
 
 
524
 
* Users can define a shelve editor to provide shelf functionality at a
525
 
  granularity finer than per-patch-hunk. (Aaron Bentley)
526
 
 
527
 
Bug Fixes
528
 
*********
529
 
 
530
 
* Fix for shell completion and short options.  (Benoît PIERRE)
531
 
 
532
 
* Hooks daughter classes should always call the base constructor.
533
 
  (Alexander Belchenko, Vincent Ladeuil, #389648) 
534
 
 
535
 
* Improve "Binary files differ" hunk handling.  (Aaron Bentley, #436325)
536
 
 
537
 
* On Windows, do glob expansion at the command-line level (as is usually
538
 
  done in bash, etc.) This means that *all* commands get glob expansion
539
 
  (bzr status, bzr add, bzr mv, etc). It uses a custom command line
540
 
  parser, which allows us to know if a given section was quoted. It means
541
 
  you can now do ``bzr ignore "*.py"``.
542
 
  (John Arbash Meinel, #425510, #426410, #194450)
543
 
 
544
 
* Sanitize commit messages that come in from the '-m' flag. We translate
545
 
  '\r\n' => '\n' and a plain '\r' => '\n'. The storage layer doesn't
546
 
  allow those because XML store silently translate it anyway. (The parser
547
 
  auto-translates \r\n => \n in ways that are hard for us to catch.)
548
 
 
549
 
* Show correct branch and repository format descriptions in 
550
 
  ``bzr info -v`` on a smart server location.  (Andrew Bennetts, #196080)
551
 
 
552
 
* The fix for bug #186920 accidentally broke compatibility with python
553
 
  2.4.  (Vincent Ladeuil, #475585)
554
 
 
555
 
* Using ``Repository.get_commit_builder().record_iter_changes()`` now
556
 
  correctly sets ``self.inv_sha1`` to a sha1 string and
557
 
  ``self.new_inventory`` to an Inventory instance after calling
558
 
  ``self.finish_inventory()``. (Previously it accidently set both values
559
 
  as a tuple on ``self.inv_sha1``. This was missed because
560
 
  ``repo.add_revision`` ignores the supplied inventory sha1 and recomputes
561
 
  the sha1 from the repo directly. (John Arbash Meinel)
562
 
 
563
 
* Shelve command refuse to run if there is no real terminal.
564
 
  (Alexander Belchenko)
565
 
 
566
 
* Avoid unnecessarily flushing of trace file; it's now unbuffered at the
567
 
  Python level.  (Martin Pool)
568
 
 
569
 
Documentation
570
 
*************
571
 
 
572
 
* Include Japanese translations for documentation (Inada Naoki)
573
 
 
574
 
* New API ``ui_factory.make_output_stream`` to be used for sending bulk
575
 
  (rather than user-interaction) data to stdout.  This automatically
576
 
  coordinates with progress bars or other terminal activity, and can be
577
 
  overridden by GUIs.
578
 
  (Martin Pool, 493944)
579
 
 
580
 
Internals
581
 
*********
582
 
 
583
 
* Some of the core groupcompress functionality now releases the GIL before
584
 
  operation. Similar to how zlib and bz2 operate without the GIL in the
585
 
  core compression and decompression routines. (John Arbash Meinel)
586
 
 
587
 
Testing
588
 
*******
589
 
 
590
 
* -Dhpssvfs will now trigger on ``RemoteBzrDir._ensure_real``, providing
591
 
  more debugging of VFS access triggers. (Robert Collins)
592
 
 
593
 
* KnownFailure is now signalled to ``ExtendedTestResult`` using the same
594
 
  method that Python 2.7 uses - ``addExpectedFailure``. (Robert Collins)
595
 
 
596
 
* ``--parallel=fork`` is now compatible with --subunit.
597
 
  (Robert Collins, Vincent Ladeuil, #419776)
598
 
 
599
 
* TestNotApplicable is now handled within the TestCase.run method rather
600
 
  than being looked for within ``ExtendedTestResult.addError``. This
601
 
  provides better handling with other ``TestResult`` objects, degrading to
602
 
  sucess rather than error. (Robert Collins)
603
 
 
604
 
* The private method ``_testConcluded`` on ``ExtendedTestResult`` has been
605
 
  removed - it was empty and unused. (Robert Collins)
606
 
 
607
 
* UnavailableFeature is now handled within the TestCase.run method rather
608
 
  than being looked for within addError. If the Result object does not
609
 
  have an addNotSupported method, addSkip is attempted instead, and
610
 
  failing that addSuccess. (Robert Collins)
611
 
 
612
 
* When a TestResult does not have an addSkip method, skipped tests are now
613
 
  reported as successful tests, rather than as errors. This change is
614
 
  to make it possible to get a clean test run with a less capable
615
 
  TestResult. (Robert Collins)
616
 
 
617
 
 
618
 
 
619
 
bzr 2.1.0b2
620
 
###########
621
 
 
622
 
:Codename: a load off my mind
623
 
:2.1.0b2: 2009-11-02
624
 
 
625
 
This is our second feature-filled release since 2.0, pushing us down the
626
 
path to a 2.1.0. Once again, all bugfixes in 2.0.2 are present in 2.1.0b2.
627
 
 
628
 
Key highlights in this release are: improved handling of
629
 
failures-during-cleanup for commit, fixing a long-standing bug with
630
 
``bzr+http`` and shared repositories, all ``lp:`` urls to be resolved
631
 
behind proxies, and a new StaticTuple datatype, allowing us to reduce
632
 
memory consumption (50%) and garbage collector overhead (40% faster) for
633
 
many operations.
634
 
 
635
 
* A new ``--concurrency`` option has been added as well as an associated
636
 
  BZR_CONCURRENCY environment variable to specify the number of
637
 
  processes that can be run concurrently when running ``bzr selftest``. The
638
 
  command-line option overrides the environment variable if both are
639
 
  specified. If none is specified. the number of processes is obtained
640
 
  from the OS as before.  (Matt Nordhoff, Vincent Ladeuil)
641
 
 
642
 
Bug Fixes
643
 
*********
644
 
 
645
 
* ``bzr+http`` servers no longer give spurious jail break errors when
646
 
  serving branches inside a shared repository.  (Andrew Bennetts, #348308)
647
 
 
648
 
* Errors during commit are handled more robustly so that knock-on errors
649
 
  are less likely to occur, and will not obscure the original error if
650
 
  they do occur.  This fixes some causes of ``TooManyConcurrentRequests``
651
 
  and similar errors.  (Andrew Bennetts, #429747, #243391)
652
 
 
653
 
* Launchpad urls can now be resolved from behind proxies.
654
 
  (Gordon Tyler, Vincent Ladeuil, #186920)
655
 
 
656
 
* Reduce the strictness for StaticTuple, instead add a debug flag
657
 
  ``-Dstatic_tuple`` which will change apis to be strict and raise errors.
658
 
  This way, most users won't see failures, but developers can improve
659
 
  internals. (John Arbash Meinel, #471193)
660
 
 
661
 
* TreeTransform.adjust_path updates the limbo paths of descendants of adjusted
662
 
  files.  (Aaron Bentley)
663
 
 
664
 
* Unicode paths are now handled correctly and consistently by the smart
665
 
  server.  (Andrew Bennetts, Michael Hudson, #458762)
666
 
 
667
 
Improvements
668
 
************
669
 
 
670
 
* When reading index files, we now use a ``StaticTuple`` rather than a
671
 
  plain ``tuple`` object. This generally gives a 20% decrease in peak
672
 
  memory, and can give a performance boost up to 40% on large projects.
673
 
  (John Arbash Meinel)
674
 
 
675
 
* Peak memory under certain operations has been reduced significantly.
676
 
  (eg, 'bzr branch launchpad standalone' is cut in half)
677
 
  (John Arbash Meinel)
678
 
 
679
 
Documentation
680
 
*************
681
 
 
682
 
* Filtered views user documentation upgraded to refer to format 2a
683
 
  instead of pre-2.0 formats. (Ian Clatworthy)
684
 
 
685
 
API Changes
686
 
***********
687
 
 
688
 
* Remove deprecated ``CLIUIFactory``.  (Martin Pool)
689
 
 
690
 
* ``UIFactory`` now has new ``show_error``, ``show_message`` and
691
 
  ``show_warning`` methods, which can be hooked by non-text UIs.  
692
 
  (Martin Pool)
693
 
 
694
 
Internals
695
 
*********
696
 
 
697
 
* Added ``bzrlib._simple_set_pyx``. This is a hybrid between a Set and a
698
 
  Dict (it only holds keys, but you can lookup the object located at a
699
 
  given key). It has significantly reduced memory consumption versus the
700
 
  builtin objects (1/2 the size of Set, 1/3rd the size of Dict). This is
701
 
  used as the interning structure for StaticTuple objects.
702
 
  (John Arbash Meinel)
703
 
 
704
 
* ``bzrlib._static_tuple_c.StaticTuple`` is now available and used by
705
 
  the btree index parser and the chk map parser. This class functions
706
 
  similarly to ``tuple`` objects. However, it can only point to a limited
707
 
  collection of types.  (Currently StaticTuple, str, unicode, None, bool,
708
 
  int, long, float, but not subclasses).  This allows us to remove it from
709
 
  the garbage collector (it cannot be in a cycle), it also allows us to
710
 
  intern the objects. In testing, this can reduce peak memory by 20-40%,
711
 
  and significantly improve performance by removing objects from being
712
 
  inspected by the garbage collector.  (John Arbash Meinel)
713
 
 
714
 
* ``GroupCompressBlock._ensure_content()`` will now release the
715
 
  ``zlib.decompressobj()`` when the first request is for all of the
716
 
  content. (Previously it would only be released if you made a request for
717
 
  part of the content, and then all of it later.) This turns out to be a
718
 
  significant memory savings, as a ``zstream`` carries around approx 260kB
719
 
  of internal state and buffers. (For branching bzr.dev this drops peak
720
 
  memory from 382MB => 345MB.) (John Arbash Meinel)
721
 
 
722
 
* When streaming content between ``2a`` format repositories, we now clear
723
 
  caches from earlier versioned files. (So 'revisions' is cleared when we
724
 
  start reading 'inventories', etc.) This can have a significant impact on
725
 
  peak memory for initial copies (~200MB). (John Arbash Meinel)
726
 
 
727
 
 
728
 
bzr 2.0.2
729
 
#########
730
 
 
731
 
:Codename: after the scare
732
 
:2.0.2: 2009-11-02
733
 
 
734
 
The second in our "let's keep the stable bugfixes flowing" series. As
735
 
expected this has a few (~9) bugfixes relative to 2.0.1, and no major api
736
 
changes or features.
737
 
 
738
 
Bug Fixes
739
 
*********
740
 
 
741
 
* Avoid "NoneType has no attribute st_mode" error when files disappear
742
 
  from a directory while it's being read.  (Martin Pool, #446033)
743
 
 
744
 
* Content filters are now applied correctly after revert.
745
 
  (Ian Clatworthy)
746
 
 
747
 
* Diff parsing handles "Binary files differ" hunks.  (Aaron Bentley, #436325)
748
 
 
749
 
* Fetching from stacked pre-2a repository via a smart server no longer
750
 
  fails intermittently with "second push failed to complete".
751
 
  (Andrew Bennetts, #437626)
752
 
 
753
 
* Fix typos left after test_selftest refactoring.
754
 
  (Vincent Ladeuil, Matt Nordhoff, #461149)
755
 
 
756
 
* Fixed ``ObjectNotLocked`` errors during ``bzr log -r NNN somefile``.
757
 
  (Andrew Bennetts, #445171)
758
 
  
759
 
* PreviewTree file names are not limited by the encoding of the temp
760
 
  directory's filesystem. (Aaron Bentley, #436794)
761
 
 
762
 
Improvements
763
 
************
764
 
 
765
 
* ``bzr log`` now read-locks branches exactly once, so makes better use of
766
 
  data caches.  (Andrew Bennetts)
767
 
 
768
 
Documentation
769
 
*************
770
 
 
771
 
* Filtered views user documentation upgraded to refer to format 2a
772
 
  instead of pre-2.0 formats. (Ian Clatworthy)
773
 
 
774
 
 
775
 
bzr 2.1.0b1
776
 
###########
777
 
 
778
 
:Codename: While the cat is away
779
 
:2.1.0b1: 2009-10-14
780
 
 
781
 
This is the first development release in the new split "stable" and
782
 
"development" series. As such, the release is a snapshot of bzr.dev
783
 
without creating a release candidate first. This release includes a
784
 
fair amount of internal changes, with deprecated code being removed,
785
 
and several new feature developments. People looking for a stable code
786
 
base with only bugfixes should focus on the 2.0.1 release. All bugfixes
787
 
present in 2.0.1 are present in 2.1.0b1.
788
 
 
789
 
Highlights include support for ``bzr+ssh://host/~/homedir`` style urls,
790
 
finer control over the plugin search path via extended BZR_PLUGIN_PATH
791
 
syntax, visible warnings when extension modules fail to load, and improved
792
 
error handling during unlocking.
793
 
 
794
 
 
795
 
New Features
796
 
************
797
 
 
798
 
* Bazaar can now send mail through Apple OS X Mail.app. 
799
 
  (Brian de Alwis)
 
12
Compatibility Breaks
 
13
********************
 
14
 
 
15
New Features
 
16
************
800
17
 
801
18
* ``bzr+ssh`` and ``bzr`` paths can now be relative to home directories
802
19
  specified in the URL.  Paths starting with a path segment of ``~`` are
817
34
  automatically benefit from this feature when ``bzr`` on the server is
818
35
  upgraded.  (Andrew Bennetts, #109143)
819
36
 
820
 
* Extensions can now be compiled if either Cython or Pyrex is available.
821
 
  Currently Pyrex is preferred, but that may change in the future.
822
 
  (Arkanes)
823
 
 
824
37
* Give more control on BZR_PLUGIN_PATH by providing a way to refer to or
825
38
  disable the user, site and core plugin directories.
826
39
  (Vincent Ladeuil, #412930, #316192, #145612)
836
49
  sent a signal to the bzr process specifically, for example by typing
837
50
  ``kill -QUIT PID`` in another shell.  (Martin Pool, #341535)
838
51
 
839
 
* ``bzr add`` in a tree that has files with ``\r`` or ``\n`` in the
840
 
  filename will issue a warning and skip over those files.
841
 
  (Robert Collins, #3918)
 
52
* ``bzr check`` in pack-0.92, 1.6 and 1.9 format repositories will no
 
53
  longer report incorrect errors about ``Missing inventory ('TREE_ROOT', ...)``
 
54
  (Robert Collins, #416732)
842
55
 
843
 
* ``bzr dpush`` now aborts if uncommitted changes (including pending merges)
844
 
  are present in the working tree. The configuration option ``dpush_strict``
845
 
  can be used to set the default for this behavior.
846
 
  (Vincent Ladeuil, #438158)
 
56
* ``bzr info -v`` on a 2a format still claimed that it was a "Development
 
57
  format" (John Arbash Meinel, #424392)
847
58
 
848
59
* ``bzr merge`` and ``bzr remove-tree`` now requires --force if pending
849
60
  merges are present in the working tree.
852
63
* Clearer message when Bazaar runs out of memory, instead of a ``MemoryError``
853
64
  traceback.  (Martin Pool, #109115)
854
65
 
 
66
* Conversion to 2a will create a single pack for all the new revisions (as
 
67
  long as it ran without interruption). This improves both ``bzr upgrade``
 
68
  and ``bzr pull`` or ``bzr merge`` from local branches in older formats.
 
69
  The autopack logic that occurs every 100 revisions during local
 
70
  conversions was not returning that pack's identifier, which resulted in
 
71
  the partial packs created during the conversion not being consolidated
 
72
  at the end of the conversion process. (Robert Collins, #423818)
 
73
 
855
74
* Don't give a warning on Windows when failing to import ``_readdir_pyx``
856
75
  as it is never built. (John Arbash Meinel, #430645)
857
76
 
858
77
* Don't restrict the command name used to run the test suite.
859
78
  (Vincent Ladeuil, #419950)
860
79
 
861
 
* ftp transports were built differently when the kerberos python module was
862
 
  present leading to obscure failures related to ASCII/BINARY modes.
863
 
  (Vincent Ladeuil, #443041)
 
80
* Fetches from 2a to 2a are now again requested in 'groupcompress' order.
 
81
  Groups that are seen as 'underutilized' will be repacked on-the-fly.
 
82
  This means that when the source is fully packed, there is minimal
 
83
  overhead during the fetch, but if the source is poorly packed the result
 
84
  is a fairly well packed repository (not as good as 'bzr pack' but
 
85
  good-enough.) (Robert Collins, John Arbash Meinel, #402652)
864
86
 
865
87
* Network streams now decode adjacent records of the same type into a
866
88
  single stream, reducing layering churn. (Robert Collins)
867
89
 
868
 
* PreviewTree behaves correctly when get_file_mtime is invoked on an unmodified
869
 
  file. (Aaron Bentley, #251532)
 
90
* Make sure that we unlock the tree if we fail to create a TreeTransform
 
91
  object when doing a merge, and there is limbo, or pending-deletions
 
92
  directory.  (Gary van der Merwe, #427773)
 
93
  
 
94
* Prevent some kinds of incomplete data from being committed to a 2a
 
95
  repository, such as revisions without inventories or inventories without
 
96
  chk_bytes root records.
 
97
  (Andrew Bennetts, #423506)
870
98
 
871
99
* Registry objects should not use iteritems() when asked to use items().
872
100
  (Vincent Ladeuil, #430510)
878
106
Improvements
879
107
************
880
108
 
881
 
* Revision specifiers can now be given in a more DWIM form, without
882
 
  needing explicit prefixes for specifiers like tags or revision id's.
883
 
  See ``bzr help revisionspec`` for full details.  (Matthew Fuller)
884
 
 
885
109
* Bazaar gives a warning before exiting, and writes into ``.bzr.log``, if 
886
110
  compiled extensions can't be loaded.  This typically indicates a
887
111
  packaging or installation problem.  In this case Bazaar will keep
888
112
  running using pure-Python versions, but this may be substantially
889
113
  slower.  The warning can be disabled by setting
890
114
  ``ignore_missing_extensions = True`` in ``bazaar.conf``.
891
 
  See also <https://answers.launchpad.net/bzr/+faq/703>.
892
 
  (Martin Pool, #406113, #430529)
893
 
 
894
 
* Secondary errors that occur during Branch.unlock and Repository.unlock
895
 
  no longer obscure the original error.  These methods now use a new
896
 
  decorator, ``only_raises``.  This fixes many causes of
897
 
  ``TooManyConcurrentRequests`` and similar errors.
898
 
  (Andrew Bennetts, #429747)
 
115
  (Martin Pool, #406113)
899
116
 
900
117
Documentation
901
118
*************
902
119
 
903
 
* Describe the new shell-like test feature. (Vincent Ladeuil)
904
 
 
905
120
* Help on hooks no longer says 'Not deprecated' for hooks that are
906
121
  currently supported. (Ian Clatworthy, #422415)
907
122
 
913
128
 
914
129
* ``bzrlib.tests`` now uses ``stopTestRun`` for its ``TestResult``
915
130
  subclasses - the same as python's unittest module. (Robert Collins)
916
 
  
917
 
* ``diff._get_trees_to_diff`` has been renamed to 
918
 
  ``diff.get_trees_and_branches_to_diff``. It is now a public API, and it 
919
 
  returns the old and new branches. (Gary van der Merwe)
920
 
 
921
 
* ``bzrlib.trace.log_error``, ``error`` and ``info`` have been deprecated.
922
 
  (Martin Pool)
923
 
 
924
 
* ``MutableTree.has_changes()`` does not require a tree parameter anymore. It
925
 
  now defaults to comparing to the basis tree. It now checks for pending
926
 
  merges too.  ``Merger.check_basis`` has been deprecated and replaced by the
927
 
  corresponding has_changes() calls. ``Merge.compare_basis``,
928
 
  ``Merger.file_revisions`` and ``Merger.ensure_revision_trees`` have also
929
 
  been deprecated.
930
 
  (Vincent Ladeuil, #440631)
931
 
 
932
 
* ``ProgressTask.note`` is deprecated.
933
 
  (Martin Pool)
934
131
 
935
132
Internals
936
133
*********
937
134
 
938
 
* Added ``-Drelock`` debug flag.  It will ``note`` a message every time a
939
 
  repository or branch object is unlocked then relocked the same way.
940
 
  (Andrew Bennetts)
941
 
  
942
135
* ``BTreeLeafParser.extract_key`` has been tweaked slightly to reduce
943
136
  mallocs while parsing the index (approx 3=>1 mallocs per key read).
944
137
  This results in a 10% speedup while reading an index.
957
150
* Setting ``BZR_TEST_PDB=1`` when running selftest will cause a pdb
958
151
  post_mortem to be triggered when a test failure occurs. (Robert Collins)
959
152
 
960
 
* Shell-like tests can now be written. Code in ``bzrlib/tests/script.py`` ,
961
 
  documentation in ``developers/testing.txt`` for details.
962
 
  (Vincent Ladeuil)
963
 
 
964
 
* Some tests could end up with the same id, that was dormant for
965
 
  a long time.
966
 
  (Vincent Ladeuil, #442980)
967
 
 
968
 
* Stop showing the number of tests due to missing features in the test
969
 
  progress bar.  (Martin Pool)
970
 
 
971
153
* Test parameterisation now does a shallow copy, not a deep copy of the test
972
154
  to be parameterised. This is not expected to break external use of test
973
155
  parameterisation, and is substantially faster. (Robert Collins)
978
160
  will permit the urls they provide automatically, so only exceptional
979
161
  tests should need to do this. (Robert Collins)
980
162
 
981
 
* The break-in test no longer cares about clean shutdown of the child,
982
 
  instead it is happy if the debugger starts up. (Robert  Collins)
983
 
 
984
163
* The full test suite is expected to pass when the C extensions are not
985
164
  present. (Vincent Ladeuil, #430749)
986
165
 
987
166
 
988
 
bzr 2.0.1
989
 
#########
990
 
 
991
 
:Codename: Stability First
992
 
:2.0.1: 2009-10-14
993
 
 
994
 
The first of our new ongoing bugfix-only stable releases has arrived. It
995
 
includes a collection of 12 bugfixes applied to bzr 2.0.0, but does not
996
 
include any of the feature development in the 2.1.0 series.
997
 
 
 
167
bzr 2.0.1 (Not Released Yet)
 
168
############################
998
169
 
999
170
Bug Fixes
1000
171
*********
1001
172
 
1002
 
* ``bzr add`` in a tree that has files with ``\r`` or ``\n`` in the
1003
 
  filename will issue a warning and skip over those files.
1004
 
  (Robert Collins, #3918)
1005
 
 
1006
 
* bzr will attempt to authenticate with SSH servers that support
1007
 
  ``keyboard-interactive`` auth but not ``password`` auth when using
1008
 
  Paramiko.   (Andrew Bennetts, #433846)
1009
 
 
1010
 
* Fixed fetches from a stacked branch on a smart server that were failing
1011
 
  with some combinations of remote and local formats.  This was causing
1012
 
  "unknown object type identifier 60" errors.  (Andrew Bennetts, #427736)
1013
 
 
1014
 
* Fixed ``ObjectNotLocked`` errors when doing some log and diff operations
1015
 
  on branches via a smart server.  (Andrew Bennetts, #389413)
1016
 
 
1017
 
* Handle things like ``bzr add foo`` and ``bzr rm foo`` when the tree is
1018
 
  at the root of a drive. ``osutils._cicp_canonical_relpath`` always
1019
 
  assumed that ``abspath()`` returned a path that did not have a trailing
1020
 
  ``/``, but that is not true when working at the root of the filesystem.
1021
 
  (John Arbash Meinel, Jason Spashett, #322807)
1022
 
 
1023
 
* Hide deprecation warnings for 'final' releases for python2.6.
1024
 
  (John Arbash Meinel, #440062)
1025
 
 
1026
 
* Improve the time for ``bzr log DIR`` for 2a format repositories.
1027
 
  We had been using the same code path as for <2a formats, which required
1028
 
  iterating over all objects in all revisions.
1029
 
  (John Arbash Meinel, #374730)
1030
 
 
1031
173
* Make sure that we unlock the tree if we fail to create a TreeTransform
1032
174
  object when doing a merge, and there is limbo, or pending-deletions
1033
175
  directory.  (Gary van der Merwe, #427773)
1034
176
 
1035
 
* Occasional IndexError on renamed files have been fixed. Operations that
1036
 
  set a full inventory in the working tree will now go via the
1037
 
  apply_inventory_delta code path which is simpler and easier to
1038
 
  understand than dirstates set_state_from_inventory method. This may
1039
 
  have a small performance impact on operations built on _write_inventory,
1040
 
  but such operations are already doing full tree scans, so no radical
1041
 
  performance change should be observed. (Robert Collins, #403322)
1042
 
 
1043
 
* Retrieving file text or mtime from a _PreviewTree has good performance when
1044
 
  there are many changes.  (Aaron Bentley)
1045
 
 
1046
 
* The CHK index pages now use an unlimited cache size. With a limited
1047
 
  cache and a large project, the random access of chk pages could cause us
1048
 
  to download the entire cix file many times.
1049
 
  (John Arbash Meinel, #402623)
1050
 
 
1051
 
* When a file kind becomes unversionable after being added, a sensible
1052
 
  error will be shown instead of a traceback. (Robert Collins, #438569)
1053
 
 
1054
 
Documentation
1055
 
*************
1056
 
 
1057
 
* Improved README. (Ian Clatworthy)
1058
 
 
1059
 
* Improved upgrade documentation for Launchpad branches.
1060
 
  (Barry Warsaw)
1061
 
 
1062
 
 
1063
 
bzr 2.0.0
1064
 
#########
1065
 
 
1066
 
:2.0.0: 2009-09-22
1067
 
:Codename: Instant Karma
1068
 
 
1069
 
This release of Bazaar makes the 2a (previously 'brisbane-core') format
1070
 
the default when new branches or repositories are created.  This format is
1071
 
substantially smaller and faster for many operations.  Most of the work in
1072
 
this release focuses on bug fixes and stabilization, covering both 2a and
1073
 
previous formats.  (See the Upgrade Guide for information on migrating
1074
 
existing projects.)
1075
 
 
1076
 
This release also improves the documentation content and presentation,
1077
 
including adding Windows HtmlHelp manuals.
1078
 
 
1079
 
The Bazaar team decided that 2.0 will be a long-term supported release,
1080
 
with bugfix-only 2.0.x releases based on it, continuing for at least six
1081
 
months or until the following stable release.
1082
 
 
1083
 
Changes from 2.0.0rc2 to final
1084
 
******************************
 
177
 
 
178
bzr 2.0.0 (Not Released Yet)
 
179
############################
1085
180
 
1086
181
* Officially branded as 2.0.0 rather than 2.0 to clarify between things
1087
182
  that "want to happen on the 2.0.x stable series" versus things that want
1189
284
:Codename: no worries
1190
285
:2.0.0rc1: 2009-08-26
1191
286
 
 
287
This release of Bazaar makes 2a 'brisbane-core' format the
 
288
default.  Most of the work in this release now focuses on bug
 
289
fixes and stabilization, covering both 2a and previous formats.
 
290
 
 
291
The Bazaar team decided that 2.0 will be a long-term supported
 
292
release, with bugfix-only releases based on it, continuing for at
 
293
least six months or until the following stable release.
 
294
 
1192
295
Compatibility Breaks
1193
296
********************
1194
297
 
1260
363
* ``bzr shelve`` and ``bzr unshelve`` now work on windows.
1261
364
  (Robert Collins, #305006)
1262
365
 
1263
 
* Commit of specific files no longer prevents using the iter_changes
 
366
* Commit of specific files no longer prevents using the the iter_changes
1264
367
  codepath. On 2a repositories, commit of specific files should now be as
1265
368
  fast, or slightly faster, than a full commit. (Robert Collins)
1266
369
 
2029
1132
************
2030
1133
 
2031
1134
* A new repository format ``2a`` has been added.  This is a beta release
2032
 
  of the brisbane-core (aka group-compress) project.  This format now
 
1135
  of the the brisbane-core (aka group-compress) project.  This format now
2033
1136
  suitable for wider testing by advanced users willing to deal with some
2034
1137
  bugs.  We would appreciate test reports, either positive or negative.
2035
1138
  Format 2a is substantially smaller and faster for many operations on
2758
1861
 
2759
1862
* Added ``bzrlib.inventory_delta`` module.  This will be used for
2760
1863
  serializing and deserializing inventory deltas for more efficient
2761
 
  streaming on the network.  (Robert Collins, Andrew Bennetts)
 
1864
  streaming on the the network.  (Robert Collins, Andrew Bennetts)
2762
1865
 
2763
1866
* ``Branch._get_config`` has been added, which splits out access to the
2764
1867
  specific config file from the branch. This is used to let RemoteBranch
2953
2056
* Multiple authors for a commit can now be recorded by using the "--author"
2954
2057
  option multiple times. (James Westby, #185772)
2955
2058
 
2956
 
* New clean-tree command, from bzrtools.  (Aaron Bentley, Jelmer Vernooij)
 
2059
* New clean-tree command, from bzrtools.  (Aaron Bentley, Jelmer Vernoij)
2957
2060
 
2958
2061
* New command ``bzr launchpad-open`` opens a Launchpad web page for that
2959
2062
  branch in your web browser, as long as the branch is on Launchpad at all.
5482
4585
  exception. (Andrew Bennetts)
5483
4586
 
5484
4587
* New ``--debugflag``/``-E`` option to ``bzr selftest`` for setting
5485
 
  options for debugging tests, these are complementary to the -D
 
4588
  options for debugging tests, these are complementary to the the -D
5486
4589
  options.  The ``-Dselftest_debug`` global option has been replaced by the
5487
4590
  ``-E=allow_debug`` option for selftest. (Andrew Bennetts)
5488
4591
 
11679
10782
* Storage of local versions: init, add, remove, rm, info, log,
11680
10783
  diff, status, etc.
11681
10784
 
11682
 
 
11683
 
bzr ?.?.? (not released yet)
11684
 
############################
11685
 
 
11686
 
:Codename: template
11687
 
:2.0.2: ???
11688
 
 
11689
 
Compatibility Breaks
11690
 
********************
11691
 
 
11692
 
New Features
11693
 
************
11694
 
 
11695
 
Bug Fixes
11696
 
*********
11697
 
 
11698
 
Improvements
11699
 
************
11700
 
 
11701
 
Documentation
11702
 
*************
11703
 
 
11704
 
API Changes
11705
 
***********
11706
 
 
11707
 
Internals
11708
 
*********
11709
 
 
11710
 
Testing
11711
 
*******
11712
 
 
11713
 
 
11714
 
 
11715
10785
..
11716
10786
   vim: tw=74 ft=rst ff=unix