diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-12-11 23:06:51 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-12-11 23:06:51 +0000 |
commit | bd49bba49e3a039c537d35cc3a8e55d429c11af5 (patch) | |
tree | de1ea4d7b99eed73e3f9639ece992422d4df5060 /ChangeLog | |
parent | 93d122332df64fd0426a297adfad55add9a39c5a (diff) | |
download | tor-bd49bba49e3a039c537d35cc3a8e55d429c11af5.tar.gz tor-bd49bba49e3a039c537d35cc3a8e55d429c11af5.zip |
r17091@catbus: nickm | 2007-12-11 18:05:55 -0500
Fix compilation when --disable-threads is passed in.
svn:r12768
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -64,6 +64,7 @@ Changes in version 0.2.0.13-alpha - 2007-12-?? - Fix a couple of hard-to-trigger autoconf problems that could result in really weird results on platforms whose sys/types.h files define nonstandard integer types. + - Fix compilation with --disable-threads set. o Minor features: - On USR1, when dmalloc is in use, log the top 10 memory |