~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-02-10 12:37:27 UTC
  • mto: This revision was merged to the branch mainline in revision 5661.
  • Revision ID: v.ladeuil+lp@free.fr-20110210123727-8e0pu4wtlt6fj7nf
thread is already a python module, avoid confusion and use cethread instead.

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
 
 
32
28
* Avoid UnicodeDecodeError in ``bzr add`` with multiple files under a non-ascii
33
29
  path on windows from symlink support addition. (Martin [gz], #686611)
34
30
 
35
 
* Fix activity reporting for pycurl when using https with some
36
 
  implementations of curl. (Vincent Ladeuil, #614713)
37
 
 
38
31
Improvements
39
32
************
40
33