diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-12-11 23:06:48 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-12-11 23:06:48 +0000 |
commit | 93d122332df64fd0426a297adfad55add9a39c5a (patch) | |
tree | ae89ba084bffca4c5732dcc2f6a433b0e17abcb8 /ChangeLog | |
parent | 3208b102d63d40cdff50dc063ae5e84da44cba50 (diff) | |
download | tor-93d122332df64fd0426a297adfad55add9a39c5a.tar.gz tor-93d122332df64fd0426a297adfad55add9a39c5a.zip |
r17090@catbus: nickm | 2007-12-11 18:05:24 -0500
Fix some autoconf bugs, and prevent more from occurring. Partial backport candidate.
svn:r12767
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -61,6 +61,9 @@ Changes in version 0.2.0.13-alpha - 2007-12-?? - Fix handling of hex nicknames when answering controller requests for networkstatus by name, or when deciding whether to warn about unknown routers in a config option. Bugfix on 0.2.0.x. (Patch from mwenge.) + - 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. o Minor features: - On USR1, when dmalloc is in use, log the top 10 memory |