~lifeless/python-oops-tools/prune

« back to all changes in this revision

Viewing changes to src/oopstools/NEWS.txt

  • Committer: Robert Collins
  • Date: 2011-10-13 20:18:51 UTC
  • Revision ID: robertc@robertcollins.net-20111013201851-ym8jmdhoeol3p83s
Export of cruft-deleted tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
===================
 
2
NEWS for oopstools
 
3
===================
 
4
 
 
5
0.5 (UNRELEASED)
 
6
================
 
7
 
 
8
* Initial release
 
9
 
 
10
* Add dependency on testtools and fixtures for cleaner tests.
 
11
 
 
12
* Fix race conditions with oops loading and non-sequential oopses. These can
 
13
  occur when e.g. rsync is writing at the same time as oops loading, or if a
 
14
  non-sequential publisher is used. (Robert Collins, #667373)
 
15
 
 
16
* Update to oops-datedir-repo 0.0.7 and add reading of bson serialized oopses
 
17
  (which are more extensible and more easily parsed). (Robert Collins)