~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Vincent Ladeuil
  • Date: 2010-04-15 15:03:15 UTC
  • mfrom: (4797.42.3 2.1-integration)
  • mto: This revision was merged to the branch mainline in revision 5160.
  • Revision ID: v.ladeuil+lp@free.fr-20100415150315-y2bbh2tzvshyzet0
Merge 2.1 into bzr.dev including fixes for #262450, #373898, #498409

Show diffs side-by-side

added added

removed removed

Lines of Context:
818
818
  tests that 'failed' - they're all just failures.
819
819
  (Martin Pool)
820
820
 
 
821
bzr 2.0.6
 
822
#########
 
823
 
 
824
:2.0.6: NOT RELEASED YET
 
825
 
 
826
Bug Fixes
 
827
*********
 
828
 
 
829
* ``bzr revert`` now only takes write lock on working tree, instead of on 
 
830
  both working tree and branch.
 
831
  (Danny van Heumen, #498409)
 
832
 
 
833
* ``bzr upgrade`` now creates the ``backup.bzr`` directory with the same
 
834
  permissions as ``.bzr`` directory on a POSIX OS.
 
835
  (Parth Malwankar, #262450)
 
836
 
 
837
* Additional merges after an unrelated branch has been merged with its
 
838
  history no longer crash when deleted files are involved.
 
839
  (Vincent Ladeuil, John Arbash Meinel, #375898)
821
840
 
822
841
bzr 2.0.5
823
842
#########
824
843
 
825
 
:Codename:
826
 
:2.0.5: NOT RELEASED YET
 
844
:2.0.5: 2010-03-23
 
845
 
 
846
This fifth release in our 2.0 series addresses several user-inconvenience
 
847
bugs.  None are critical, but upgrading is recommended for all users on
 
848
earlier 2.0 releases.
827
849
 
828
850
Bug Fixes
829
851
*********
852
874
* Handle renames correctly when there are files or directories that 
853
875
  differ only in case.  (Chris Jones, Martin Pool, #368931)
854
876
 
855
 
* Fixed CHM generation by moving the NEWS section template into
856
 
  a separate file. (Ian Clatworthy, #524184)
857
 
 
858
877
* If ``bzr push --create-prefix`` triggers an unexpected ``NoSuchFile``
859
878
  error, report that error rather than failing with an unhelpful
860
879
  ``UnboundLocalError``.
874
893
* Added ``location-alias`` help topic.
875
894
  (Andrew Bennetts, #337834)
876
895
 
 
896
* Fixed CHM generation by moving the NEWS section template into
 
897
  a separate file. (Ian Clatworthy, #524184)
 
898
 
 
899
 
877
900
bzr 2.0.4
878
901
#########
879
902