aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-09-09 20:43:31 +0000
committerNick Mathewson <nickm@torproject.org>2008-09-09 20:43:31 +0000
commitf95d7c189bb89474c57dc9b60832df70fe57760f (patch)
treed000c451f9ec0ef25217dcd6b75463182087d19d /ChangeLog
parent6c432a5565183b705569310a34b4da54b1bf98d4 (diff)
downloadtor-f95d7c189bb89474c57dc9b60832df70fe57760f.tar
tor-f95d7c189bb89474c57dc9b60832df70fe57760f.tar.gz
Refactor unit test macros and tor_free_all() logic a bit so as to make it easier to free memory on failing tests, in order to suppress scanner warnings and to make dmalloc() usable with tests.
svn:r16816
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f7c943f72..e8096ab9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,7 +33,8 @@ Changes in version 0.2.1.6-alpha - 2008-09-xx
o Code simplifications and refactoring:
- Revise the connection_new functions so that a more typesafe variant
exists. This will lower false positives from some scanning tools.
-
+ - Refactor unit testing logic so that dmalloc can be used sensibly with
+ unit tests to check for memory leaks.
Changes in version 0.2.0.31 - 2008-09-03
Tor 0.2.0.31 addresses two potential anonymity issues, starts to fix