diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-08-26 23:36:18 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-08-26 23:36:18 +0000 |
commit | 0ca3a710da49bf6dfa027ed36bd2df93ea3fdc82 (patch) | |
tree | 312d7e2ef6664910f0435af814c4e1152b24af1f /ChangeLog | |
parent | d30ca6f3dbcd347e7a2d868c3c89e1599380620e (diff) | |
download | tinyproxy-0ca3a710da49bf6dfa027ed36bd2df93ea3fdc82.tar.gz tinyproxy-0ca3a710da49bf6dfa027ed36bd2df93ea3fdc82.zip |
Updated the Change Log
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2001-08-26 Robert James Kaes <rjkaes@flarenet.com> + * src/log.c (log_message): Fixed a problem with the new LOG_CONN + log level. + + * configure.in: The debugging code was being included even on + non-debugging builds. + * src/anonymous.c (anonymous_insert): Moved the creation of the search tree into the anonymous_insert() function. Therefore, the search tree is _not_ created until the first insertion. This |