~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Vincent Ladeuil
  • Date: 2010-02-05 10:27:33 UTC
  • mto: (5008.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 5009.
  • Revision ID: v.ladeuil+lp@free.fr-20100205102733-8wpjnqz6g4nvrbfu
All Conflict action method names start with 'action_' to avoid potential namespace collisions

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
New Features
20
20
************
21
21
 
22
 
* If the Apport crash-reporting tool is available, bzr crashes are now
23
 
  stored into the ``/var/crash`` apport spool directory, and the user is
24
 
  invited to report them to the developers from there, either
25
 
  automatically or by running ``apport-bug``.  No information is sent
26
 
  without specific permission from the user.  (Martin Pool, #515052)
27
 
 
28
22
* Tree-shape conflicts can be resolved by providing ``--take-this`` and
29
23
  ``--take-other`` to the ``bzr resolve`` command. Just marking the conflict
30
24
  as resolved is still accessible via the ``--done`` default action.
31
25
  (Vincent Ladeuil)
32
26
 
33
 
Bug Fixes
34
 
*********
35
 
 
36
 
* Avoid infinite recursion when probing for apport.
37
 
  (Vincent Ladeuil, #516934)
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
 
 
43
 
API Changes
44
 
***********
45
 
 
46
 
* Remove unused ``CommandFailed`` exception.
47
 
  (Martin Pool)
48
 
 
49
 
Testing
50
 
*******
51
 
 
52
 
* Stop sending apport crash files to ``.cache`` in the directory from
53
 
  which ``bzr selftest`` was run.  (Martin Pool, #422350)
54
 
 
55
27
bzr 2.1.0 (not released yet)
56
28
############################
57
29
 
61
33
Bug Fixes
62
34
*********
63
35
 
64
 
* Don't require testtools to use sftp.
65
 
  (Vincent Ladeuil, #516183)
66
 
 
67
36
* Fix "AttributeError in Inter1and2Helper" during fetch.
68
37
  (Martin Pool, #513432)
69
38
 
70
 
* Fix ``log`` to better check ancestors even if merged revisions are involved.
71
 
  (Vincent Ladeuil, #476293)
72
 
 
73
 
* Give a better error message when doing ``bzr bind`` in an already bound
74
 
  branch.  (Neil Martinsen-Burrell, #513063)
75
 
 
76
39
* Set the mtime of files exported to a directory by ``bzr export`` all to
77
40
  the same value to avoid confusing ``make`` and other date-based build
78
41
  systems. (Robert Collins, #515631)
79
42
 
80
 
* ``bzr update`` performs the two merges in a more logical order and will stop
81
 
  when it encounters conflicts.  
82
 
  (Gerard Krol, #113809)
83
 
 
84
43
Improvements
85
44
************
86
45
 
115
74
  increase memory pressure on processes using threads.
116
75
  (Robert Collins, John Arbash Meinel, #514090)
117
76
 
118
 
* The new ``merge_file_content`` should now be ok with tests to avoid
119
 
  regressions.
120
 
  (Vincent Ladeuil, #515597)
121
77
 
122
78
bzr 2.1.0rc2
123
79
############
701
657
 
702
658
* Fix for shell completion and short options.  (Benoît PIERRE)
703
659
 
704
 
* Fix ``bzr --profile-imports`` with Python 2.6.  (Martin Pool)
705
 
 
706
660
* Hooks daughter classes should always call the base constructor.
707
661
  (Alexander Belchenko, Vincent Ladeuil, #389648) 
708
662