~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2010-02-10 17:52:08 UTC
  • mfrom: (5021 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5023.
  • Revision ID: john@arbash-meinel.com-20100210175208-bubuwav4uqigu291
Merge bzr.dev 5021 to resolve NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
  automatically or by running ``apport-bug``.  No information is sent
26
26
  without specific permission from the user.  (Martin Pool, #515052)
27
27
 
 
28
* Tree-shape conflicts can be resolved by providing ``--take-this`` and
 
29
  ``--take-other`` to the ``bzr resolve`` command. Just marking the conflict
 
30
  as resolved is still accessible via the ``--done`` default action.
 
31
  (Vincent Ladeuil)
 
32
 
28
33
Bug Fixes
29
34
*********
30
35
 
 
36
* Allow exporting a single file using ``bzr export``.
 
37
  (Michal Junák, #511987)
 
38
 
31
39
* Avoid infinite recursion when probing for apport.
32
40
  (Vincent Ladeuil, #516934)
33
41
 
34
 
* Allow exporting a single file using ``bzr export``.
35
 
  (Michal Junák, #511987)
 
42
* Network transfer amounts and rates are now displayed in SI units according
 
43
  to the Ubuntu Units Policy <https://wiki.ubuntu.com/UnitsPolicy>.
 
44
  (Gordon Tyler, #514399)
 
45
 
 
46
API Changes
 
47
***********
 
48
 
 
49
* Remove unused ``CommandFailed`` exception.
 
50
  (Martin Pool)
36
51
 
37
52
Testing
38
53
*******
48
63
 
49
64
Bug Fixes
50
65
*********
51
 
* Network transfer amounts and rates are now displayed in SI units according
52
 
  to the Ubuntu Units Policy, https://wiki.ubuntu.com/UnitsPolicy.
53
 
  (Gordon Tyler, #514399)
 
66
 
 
67
* Don't require testtools to use sftp.
 
68
  (Vincent Ladeuil, #516183)
54
69
 
55
70
* Fix "AttributeError in Inter1and2Helper" during fetch.
56
71
  (Martin Pool, #513432)
65
80
  the same value to avoid confusing ``make`` and other date-based build
66
81
  systems. (Robert Collins, #515631)
67
82
 
 
83
* ``bzr update`` performs the two merges in a more logical order and will stop
 
84
  when it encounters conflicts.  
 
85
  (Gerard Krol, #113809)
 
86
 
68
87
Improvements
69
88
************
70
89
 
685
704
 
686
705
* Fix for shell completion and short options.  (Benoît PIERRE)
687
706
 
 
707
* Fix ``bzr --profile-imports`` with Python 2.6.  (Martin Pool)
 
708
 
688
709
* Hooks daughter classes should always call the base constructor.
689
710
  (Alexander Belchenko, Vincent Ladeuil, #389648) 
690
711