~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Johan Walles
  • Date: 2009-05-06 05:36:28 UTC
  • mfrom: (4332 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4343.
  • Revision ID: johan.walles@gmail.com-20090506053628-tbf1wz4a0m9t684g
MergeĀ fromĀ upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
Improvements
33
33
************
34
34
 
 
35
* ``--coverage`` works for code running in threads too.
 
36
  (Andrew Bennets, Vincent Ladeuil)
 
37
 
35
38
Bug Fixes
36
39
*********
37
40
 
64
67
* ssh usernames (defined in ~/.ssh/config) are honoured for bzr+ssh connections.
65
68
  (Vincent Ladeuil, #367726)
66
69
 
 
70
* Several bugs related to unicode symlinks have been fixed and the test suite
 
71
  enhanced to better catch regressions for them. (Vincent Ladeuil)
 
72
 
67
73
Documentation
68
74
*************
69
75
 
108
114
  refactoring to the core of clone allowing less round trips on new
109
115
  branches. (Robert Collins)
110
116
 
 
117
* New method ``Tags.rename_revisions`` that can rename revision ids tags
 
118
  are pointing at. (Jelmer Vernooij)
 
119
 
111
120
* Updated the bundled ``ConfigObj`` library to 4.6.0 (Matt Nordhoff)
112
121
 
113
122