/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Andrew Bennetts
  • Date: 2010-03-10 06:02:51 UTC
  • mto: This revision was merged to the branch mainline in revision 5080.
  • Revision ID: andrew.bennetts@canonical.com-20100310060251-tog0lw6k9ciqnpjo
Write warnings to stderr if self._log_file.close fails, and add NEWS entry.

Show diffs side-by-side

added added

removed removed

Lines of Context:
165
165
* Stop sending apport crash files to ``.cache`` in the directory from
166
166
  which ``bzr selftest`` was run.  (Martin Pool, #422350)
167
167
 
 
168
* Tests no longer fail if "close() called during concurrent
 
169
  operation on the same file object" occurs when closing the log file
 
170
  (which can happen if a thread tries to write to the log file at the
 
171
  wrong moment).  An warning will be written to ``stderr`` when this
 
172
  happens, and another warning will be written if the log file could not
 
173
  be closed after retrying 100 times.  (Andrew Bennetts, #531746)
 
174
 
168
175
bzr 2.1.1
169
176
#########
170
177