From: Nick Mathewson Date: Wed, 23 Sep 2009 04:49:49 +0000 (-0400) Subject: Changelog for unit test refactoring. X-Git-Tag: tor-0.2.2.4-alpha~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d906e65549469b2a3bab0bb741ad4460bca66f0;p=thirdparty%2Ftor.git Changelog for unit test refactoring. --- diff --git a/ChangeLog b/ChangeLog index 3ad104b1d3..8f36d6773d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Changes in version 0.2.2.4-alpha - 2009-??-?? + o Code simplifications and refactoring: + - Revise our unit tests to use the "tinytest" framework, so we + can run tests in their own processes, have smarter setup/teardown + code, and so on. The unit test code has moved to its own + subdirectory, and has been split into multiple modules. + + Changes in version 0.2.2.3-alpha - 2009-09-23 o Major bugfixes: - Fix an overzealous assert in our new circuit build timeout code.