~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

(vila) Merge 2.0 into 2.1 including fixes for #331095, #507557,
        #185103, #524184 and #369501

Show diffs side-by-side

added added

removed removed

Lines of Context:
356
356
############################
357
357
 
358
358
:Codename:
359
 
:2.0.5:
 
359
:2.0.5: NOT RELEASED YET
360
360
 
361
361
Bug Fixes
362
362
*********
363
363
 
 
364
* Avoid ``malloc(0)`` in ``patiencediff``, which is non-portable.
 
365
  (Martin Pool, #331095)
 
366
 
 
367
* Concurrent autopacking is more resilient to already-renamed pack files.
 
368
  If we find that a file we are about to obsolete is already obsoleted, we
 
369
  do not try to rename it, and we leave the file in ``obsolete_packs``.
 
370
  The code is also fault tolerant if a file goes missing, assuming that
 
371
  another process already removed the file.
 
372
  (John Arbash Meinel, Gareth White, #507557)
 
373
 
 
374
* Cope with the lockdir ``held/info`` file being empty, which seems to
 
375
  happen fairly often if the process is suddenly interrupted while taking
 
376
  a lock.
 
377
  (Martin Pool, #185103)
 
378
 
364
379
* Handle renames correctly when there are files or directories that 
365
380
  differ only in case.  (Chris Jones, Martin Pool, #368931)
366
381
 
 
382
* Fixed CHM generation by moving the NEWS section template into
 
383
  a separate file. (Ian Clatworthy, #524184)
 
384
 
367
385
* If ``bzr push --create-prefix`` triggers an unexpected ``NoSuchFile``
368
386
  error, report that error rather than failing with an unhelpful
369
387
  ``UnboundLocalError``.
370
388
  (Andrew Bennetts, #423563)
371
389
 
 
390
* Running ``bzr`` command without any arguments now shows bzr
 
391
  version number along with rest of the help text.
 
392
  (Parth Malwankar, #369501)
 
393
 
372
394
Documentation
373
395
*************
374
396
 
11853
11875
  diff, status, etc.
11854
11876
 
11855
11877
 
11856
 
bzr ?.?.? (not released yet)
11857
 
############################
11858
 
 
11859
 
:Codename: template
11860
 
:2.0.2: ???
11861
 
 
11862
 
Compatibility Breaks
11863
 
********************
11864
 
 
11865
 
New Features
11866
 
************
11867
 
 
11868
 
Bug Fixes
11869
 
*********
11870
 
 
11871
 
Improvements
11872
 
************
11873
 
 
11874
 
Documentation
11875
 
*************
11876
 
 
11877
 
API Changes
11878
 
***********
11879
 
 
11880
 
Internals
11881
 
*********
11882
 
 
11883
 
Testing
11884
 
*******
11885
 
 
11886
 
 
11887
 
 
11888
11878
..
11889
11879
   vim: tw=74 ft=rst ff=unix