~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-02-09 14:21:13 UTC
  • mfrom: (5016.1.2 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20100209142113-o8yqxlo2kqgp98q0
(vila) Merge 2.1 branch including fix for #516183) and fix NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
* Avoid infinite recursion when probing for apport.
37
37
  (Vincent Ladeuil, #516934)
38
38
 
 
39
* Network transfer amounts and rates are now displayed in SI units according
 
40
  to the Ubuntu Units Policy, https://wiki.ubuntu.com/UnitsPolicy.
 
41
  (Gordon Tyler, #514399)
 
42
 
39
43
Testing
40
44
*******
41
45
 
50
54
 
51
55
Bug Fixes
52
56
*********
53
 
* Network transfer amounts and rates are now displayed in SI units according
54
 
  to the Ubuntu Units Policy, https://wiki.ubuntu.com/UnitsPolicy.
55
 
  (Gordon Tyler, #514399)
 
57
 
 
58
* Don't require testtools to use sftp.
 
59
  (Vincent Ladeuil, #516183)
56
60
 
57
61
* Fix "AttributeError in Inter1and2Helper" during fetch.
58
62
  (Martin Pool, #513432)