17
* Merge correctly when this_tree is not a WorkingTree. (Aaron Bentley)
17
19
* Register SIGWINCH handler only when creating a ``TextUIFactory``; avoids
18
20
problems importing bzrlib from a non-main thread.
19
21
(Elliot Murphy, #521989)
23
* Standardize the error handling when creating a new ``StaticTuple``
24
(problems will raise TypeError). (Matt Nordhoff, #457979)
21
26
* Warn if pyrex is too old to compile the new ``SimpleSet`` and
22
27
``StaticTuple`` extensions, rather than having the build fail randomly.
23
28
(John Arbash Meinel, #449776)
34
* Added a link to the Desktop Guide. (Ian Clatworthy)
36
* Added What's New in Bazaar 2.1 document. (Ian Clatworthy)
38
* Drop Google Analytics from the core docs as they caused problems
39
in the CHM files. (Ian Clatworthy, #502010)
350
366
############################
369
:2.0.5: NOT RELEASED YET
374
* Avoid ``malloc(0)`` in ``patiencediff``, which is non-portable.
375
(Martin Pool, #331095)
377
* Concurrent autopacking is more resilient to already-renamed pack files.
378
If we find that a file we are about to obsolete is already obsoleted, we
379
do not try to rename it, and we leave the file in ``obsolete_packs``.
380
The code is also fault tolerant if a file goes missing, assuming that
381
another process already removed the file.
382
(John Arbash Meinel, Gareth White, #507557)
384
* Cope with the lockdir ``held/info`` file being empty, which seems to
385
happen fairly often if the process is suddenly interrupted while taking
387
(Martin Pool, #185103)
358
389
* Handle renames correctly when there are files or directories that
359
390
differ only in case. (Chris Jones, Martin Pool, #368931)
392
* Fixed CHM generation by moving the NEWS section template into
393
a separate file. (Ian Clatworthy, #524184)
361
395
* If ``bzr push --create-prefix`` triggers an unexpected ``NoSuchFile``
362
396
error, report that error rather than failing with an unhelpful
363
397
``UnboundLocalError``.
364
398
(Andrew Bennetts, #423563)
400
* Running ``bzr`` command without any arguments now shows bzr
401
version number along with rest of the help text.
402
(Parth Malwankar, #369501)