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