~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.0.txt

  • Committer: Vincent Ladeuil
  • Date: 2011-03-11 10:58:18 UTC
  • mfrom: (5609.2.18 2.3.2-dev)
  • mto: This revision was merged to the branch mainline in revision 5714.
  • Revision ID: v.ladeuil+lp@free.fr-20110311105818-ofadsi2uro16m37y
Merge 2.3 into trunk including fix for bug #437003

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
Bug Fixes
26
26
*********
27
27
 
 
28
* Avoid spurious ValueErrors when autopacking a subset of the repository,
 
29
  and seeing a revision without its related inventory
 
30
  (John Arbash Meinel, #437003)
 
31
 
28
32
* Avoid UnicodeDecodeError in ``bzr add`` with multiple files under a non-ascii
29
33
  path on windows from symlink support addition. (Martin [gz], #686611)
30
34