* Catch keyboard interrupt to abort orderly and immediately. The existing workers will still run to completion in the background. (Benjamin Bannier, Corelight)
0.5912
* Add timestamps to "btest-progress" output. They are added to stderr only, so that they will get recorded but not displayed during execution. The new option -T suppresses the timestamp. (DJ Gregor, Corelight)
0.5812
* Drop use of Python 2.6 for Travis CI tests (Jon Siwek, Corelight)
0.5811
* Adding clarity to difficult to understand error message. (Sam Zaydel, Corelight)
0.5732
* Show number of skipped tests even when none fail. (Daniel Thayer)
* Delete a test's temporary directory if skipped, unless the user wants these. (Corelight)
0.5728
* BIT-1735: open btest files as utf-8 if locale has no default encoding (Corelight)
* Normalize output of a sphinx-related unit test (Corelight)
* Improve a unicode decode error message (Daniel Thayer)