summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2001-06-02 03:11:14 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2001-06-02 03:11:14 +0000
commit65a41578ad8c673f9100bbb139ec2e34697e1516 (patch)
tree9f50281450c1dfa2c612c2af7a0a43506b1d626d
parente45c95fa976f185dcdec5135588012ac573dc074 (diff)
downloadtinyproxy-65a41578ad8c673f9100bbb139ec2e34697e1516.tar.gz
tinyproxy-65a41578ad8c673f9100bbb139ec2e34697e1516.zip
New version (reflects changes to add the LogLevel switch)
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 218c16b..da0d3b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2001-06-01 Robert James Kaes <rjkaes@flarenet.com>
+ * src/tinyproxy.c (main): Change the logging level from LOG_EMERG
+ (which doesn't exist anymore) to LOG_CRIT.
+
+ * src/scanner.l: Added the strings in the data structure to handle
+ the LogLevel switch.
+
+ * src/log.c (set_log_level): Code for handling selective logging.
+
+ * src/grammar.y: Added the tokens and code for handling the
+ LogLevel switch in the configuration file.
+
* configure.in: Added a test for the resolv library for the
gethostby* functions. Also bumped up the preversion.