~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-12-16 23:20:51 UTC
  • mfrom: (5573.1.1 merge_2.2_to_dev)
  • Revision ID: pqm@pqm.ubuntu.com-20101216232051-kv49ainzwdyjg92m
(gz) Merge 2.2 to bzr.dev to pick up fixes for lp:686611 and lp:687653
 (Martin [gz])

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
Bug Fixes
26
26
*********
27
27
 
 
28
* Avoid UnicodeDecodeError in ``bzr add`` with multiple files under a non-ascii
 
29
  path on windows from symlink support addition. (Martin [gz], #686611)
 
30
 
28
31
* Skip tests that needs a bzr source tree when there isn't one. This is
29
32
  needed to succesfully run the test suite for installed versions.
30
33
  (Vincent Ladeuil, #644855).