~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-07-04 09:53:20 UTC
  • mfrom: (2555.3.22 dlock)
  • Revision ID: pqm@pqm.ubuntu.com-20070704095320-41p0gvstimqqzvtx
(mbp,r=john,r=robertc) -Dlock and lockdir fixes

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)
26
29
 
27
30
  IMPROVEMENTS:
28
31
 
72
75
      library users and plugins. See the ``bzrlib.api`` module for details.
73
76
      (Robert Collins)
74
77
 
 
78
    * Remove unnecessary lock probes when acquiring a lockdir.
 
79
      (Martin Pool)
 
80
 
75
81
    * ``bzr --version`` now shows the location of the bzr log file, which
76
82
      is especially useful on Windows.  (Martin Pool)
77
83
 
113
119
    * ``bzrlib.add.FastPath`` is now private and moved to 
114
120
      ``bzrlib.mutabletree._FastPath``. (Robert Collins, Martin Pool)
115
121
 
 
122
    * ``LockDir.wait`` removed.  (Martin Pool)
 
123
 
116
124
  INTERNALS:
117
125
 
118
126
    * New SMTPConnection class to unify email handling.  (Adeodato Simó)
119
127
 
 
128
    * New ``-Dlock`` option to log (to ~/.bzr.log) information on when 
 
129
      lockdirs are taken or released.  (Martin Pool)
 
130
 
120
131
    * ``bzrlib`` Hooks are now nameable using ``Hooks.name_hook``. This 
121
132
      allows a nicer UI when hooks are running as the current hook can
122
133
      be displayed. (Robert Collins)