diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-08-29 04:06:00 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-08-29 04:06:00 +0000 |
commit | 5584d30eed56611c3e6c11ff76b7f403af2a00b1 (patch) | |
tree | 0e16b3bb2359ddb9f5f0751ec554d54227724881 /ChangeLog | |
parent | 551e7cf39fbef8c29459762fcd6852518574367b (diff) | |
download | tinyproxy-5584d30eed56611c3e6c11ff76b7f403af2a00b1.tar.gz tinyproxy-5584d30eed56611c3e6c11ff76b7f403af2a00b1.zip |
More change logs.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2001-08-28 Robert James Kaes <rjkaes@flarenet.com> + * src/log.c (log_message): Handle a debug enabled compile better. + + * src/dnscache.c (dns_insert): Fixed a memory leak if the same + information was inserted into the ternary tree twice. + + * configure.in: Fixed the test regarding the REGEX library. Even + if a working REGEX was found on the system, the included REGEX was + being compiled in. Double Doh. + * src/log.c (log_message): Finally got the log levels worked out properly. I've tested all the levels and they now produce the correct output. |