~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2007-07-05 00:00:57 UTC
  • mfrom: (2586 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2587.
  • Revision ID: robertc@robertcollins.net-20070705000057-u0gjqy7oeabqn8dp
Merge with bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    * Fix ``bzr log -r`` to support selecting merge revisions, both 
24
24
      individually and as part of revision ranges.
25
25
      (Kent Gibson, #4663)
 
26
 
 
27
    * Don't leave cruft behind when failing to acquire a lockdir.
 
28
      (Martin Pool, #109169)
 
29
 
 
30
    * Don't use the '-f' strace option during tests.
 
31
      (Vincent Ladeuil, #102019).
26
32
 
27
33
  IMPROVEMENTS:
28
34
 
72
78
      library users and plugins. See the ``bzrlib.api`` module for details.
73
79
      (Robert Collins)
74
80
 
 
81
    * Remove unnecessary lock probes when acquiring a lockdir.
 
82
      (Martin Pool)
 
83
 
75
84
    * ``bzr --version`` now shows the location of the bzr log file, which
76
85
      is especially useful on Windows.  (Martin Pool)
77
86
 
103
112
      These changes are an API break in the testing infrastructure only.
104
113
      (Robert Collins)
105
114
 
 
115
    * ``bzrlib.add.smart_add_tree`` will no longer perform glob expansion on
 
116
      win32. Callers of the function should do this and use the new
 
117
      ``MutableTree.smart_add`` method instead. (Robert Collins)
 
118
 
 
119
    * ``bzrlib.add.glob_expand_for_win32`` is now
 
120
      ``bzrlib.win32utils.glob_expand``.  (Robert Collins)
 
121
 
 
122
    * ``bzrlib.add.FastPath`` is now private and moved to 
 
123
      ``bzrlib.mutabletree._FastPath``. (Robert Collins, Martin Pool)
 
124
 
 
125
    * ``LockDir.wait`` removed.  (Martin Pool)
 
126
 
106
127
  INTERNALS:
107
128
 
108
129
    * New SMTPConnection class to unify email handling.  (Adeodato Simó)
109
130
 
 
131
    * New ``-Dlock`` option to log (to ~/.bzr.log) information on when 
 
132
      lockdirs are taken or released.  (Martin Pool)
 
133
 
110
134
    * ``bzrlib`` Hooks are now nameable using ``Hooks.name_hook``. This 
111
135
      allows a nicer UI when hooks are running as the current hook can
112
136
      be displayed. (Robert Collins)
115
139
      Retrieval of a directory must now fail with either 'PathError' at open
116
140
      time, or raise 'ReadError' on a read. (Robert Collins)
117
141
 
 
142
    * New method ``_maybe_expand_globs`` on the ``Command`` class for 
 
143
      dealing with unexpanded glob lists - e.g. on the win32 platform. This
 
144
      was moved from ``bzrlib.add._prepare_file_list``. (Robert Collins)
 
145
 
 
146
    * ``bzrlib.add.smart_add`` and ``bzrlib.add.smart_add_tree`` are now
 
147
      deprecated in favour of ``MutableTree.smart_add``. (Robert Collins,
 
148
      Martin Pool)
 
149
 
118
150
  TESTING:
119
151
 
120
152
    * Removed the ``--keep-output`` option from selftest and clean up test