~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.2.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
 
 
31
* Don't probe for a repository from within ``NotBranchError.__repr__``,
 
32
  because this can cause knock-on errors at awkward times.
 
33
  (Andrew Bennetts, #687653)
 
34
 
28
35
Improvements
29
36
************
30
37