summaryrefslogtreecommitdiff
path: root/changes/crash_handler_in_tests
AgeCommit message (Collapse)Author
2014-10-27Start on an 0.2.6.1-alpha changelogNick Mathewson
I concatenated the remaining changes/* files, removed them, made the headings more uniform, then told format_changelog.py to sort, collate, and wrap them.
2014-08-27Initialize crash handler in unit testsNick Mathewson
This way, we don't get locking failures when we hit an assertion in the unit tests. Also, we might find out about unit test bugs from folks who can't do gdb.