~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Vincent Ladeuil
  • Date: 2010-03-02 10:21:39 UTC
  • mfrom: (4797.2.24 2.1)
  • mto: This revision was merged to the branch mainline in revision 5069.
  • Revision ID: v.ladeuil+lp@free.fr-20100302102139-b5cba7h6xu13mekg
Merge 2.1 into trunk including fixes for #331095, #507557, #185103, #524184 and #369501

Show diffs side-by-side

added added

removed removed

Lines of Context:
168
168
Documentation
169
169
*************
170
170
 
 
171
* Added a link to the Desktop Guide. (Ian Clatworthy)
 
172
 
171
173
* Added What's New in Bazaar 2.1 document. (Ian Clatworthy)
172
174
 
 
175
* Drop Google Analytics from the core docs as they caused problems
 
176
  in the CHM files. (Ian Clatworthy, #502010)
 
177
 
173
178
bzr 2.1.0
174
179
#########
175
180
 
531
536
############################
532
537
 
533
538
:Codename:
534
 
:2.0.5:
 
539
:2.0.5: NOT RELEASED YET
535
540
 
536
541
Bug Fixes
537
542
*********
538
543
 
 
544
* Avoid ``malloc(0)`` in ``patiencediff``, which is non-portable.
 
545
  (Martin Pool, #331095)
 
546
 
 
547
* Concurrent autopacking is more resilient to already-renamed pack files.
 
548
  If we find that a file we are about to obsolete is already obsoleted, we
 
549
  do not try to rename it, and we leave the file in ``obsolete_packs``.
 
550
  The code is also fault tolerant if a file goes missing, assuming that
 
551
  another process already removed the file.
 
552
  (John Arbash Meinel, Gareth White, #507557)
 
553
 
 
554
* Cope with the lockdir ``held/info`` file being empty, which seems to
 
555
  happen fairly often if the process is suddenly interrupted while taking
 
556
  a lock.
 
557
  (Martin Pool, #185103)
 
558
 
539
559
* Handle renames correctly when there are files or directories that 
540
560
  differ only in case.  (Chris Jones, Martin Pool, #368931)
541
561
 
 
562
* Fixed CHM generation by moving the NEWS section template into
 
563
  a separate file. (Ian Clatworthy, #524184)
 
564
 
542
565
* If ``bzr push --create-prefix`` triggers an unexpected ``NoSuchFile``
543
566
  error, report that error rather than failing with an unhelpful
544
567
  ``UnboundLocalError``.
12034
12057
  diff, status, etc.
12035
12058
 
12036
12059
 
12037
 
bzr ?.?.? (not released yet)
12038
 
############################
12039
 
 
12040
 
:Codename: template
12041
 
:2.0.2: ???
12042
 
 
12043
 
Compatibility Breaks
12044
 
********************
12045
 
 
12046
 
New Features
12047
 
************
12048
 
 
12049
 
Bug Fixes
12050
 
*********
12051
 
 
12052
 
Improvements
12053
 
************
12054
 
 
12055
 
Documentation
12056
 
*************
12057
 
 
12058
 
API Changes
12059
 
***********
12060
 
 
12061
 
Internals
12062
 
*********
12063
 
 
12064
 
Testing
12065
 
*******
12066
 
 
12067
 
 
12068
 
 
12069
12060
..
12070
12061
   vim: tw=74 ft=rst ff=unix encoding=utf-8