~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2009-07-08 14:28:04 UTC
  • mto: This revision was merged to the branch mainline in revision 4521.
  • Revision ID: john@arbash-meinel.com-20090708142804-i9rkpi9dmnu7v3x1
Fix bug #396838, Update LRUCache to maintain invariant even
if a cleanup function raises an exception.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
  transforms.
80
80
  (Craig Hewetson, Martin Pool, #218206)
81
81
 
82
 
* The ``log+`` decorator, useful in debugging or profiling, could cause
83
 
  "AttributeError: 'list' object has no attribute 'next'".  This is now
84
 
  fixed.  The log decorator no longer shows the elapsed time or transfer
85
 
  rate because they're available in the log prefixes and the transport
86
 
  activity display respectively.
87
 
  (Martin Pool, #340347)
 
82
* ``LRUCache`` will maintain the linked list pointers even if a nodes
 
83
  cleanup function raises an exception. (John Arbash Meinel, #396838)
88
84
 
89
85
* Progress bars are now suppressed again when the environment variable
90
86
  ``BZR_PROGRESS_BAR`` is set to ``none``.
107
103
  removing the stacking location inside ``.bzr/branch``.
108
104
  (Robert Collins, #376243)
109
105
 
 
106
* The ``log+`` decorator, useful in debugging or profiling, could cause
 
107
  "AttributeError: 'list' object has no attribute 'next'".  This is now
 
108
  fixed.  The log decorator no longer shows the elapsed time or transfer
 
109
  rate because they're available in the log prefixes and the transport
 
110
  activity display respectively.
 
111
  (Martin Pool, #340347)
 
112
 
110
113
* Unshelve works correctly when multiple zero-length files are present on
111
114
  the shelf. (Aaron Bentley, #363444)
112
115