From 1763373f29c7b67d1a0c23ae7cac277ab6d2bcda Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Thu, 13 Mar 2003 22:03:24 +0000 Subject: # Updated ChangeLog with Steven Young's log of changes to include the variable substitution code. --- ChangeLog | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fe85d4b..ec39fdf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2003-03-09 Steven Young + + * src/htmlerror.[ch]: Code to allow the use of substituted + variables in .html files for error reporting instead of + hard-coded HTML documents that use snprintf() for variable + substitution. + + * src/stats.c: Changed showstats to use the HTML variable + functions when possible. It still retains the hard-coded + page for when an HTML file is not available. + + * src/reqs.c: Changed calls to indicate_http_error() to + use the new HTML variable mechanism. + + * src/tinyproxy.h: Added variables to config structure + to keep track of the files to be displayed for various + HTTP errors and the stats page. + + * src/conns.h: Added variables to keep track of the + variables to be substituted in .html files displayed + to that client. + + * src/grammar.y, src/scanner.l: Added parser support + for the error file configuration keywords + (ErrorFile, DefaultErrorFile, StatFile) + 2003-03-08 Robert James Kaes Released tinyproxy 1.5.3 (2003-03-10) -- cgit v1.2.3