From 8f43cd72ad4741f060966eace72bfc4d7b2d66f6 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Mon, 27 Jan 2003 18:52:24 +0000 Subject: # Updated changelog --- ChangeLog | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/ChangeLog b/ChangeLog index dc082fb..6c1becb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2003-01-27 Robert James Kaes + + * src/tinyproxy.c (display_usage): + Removed the output line mentioning that regular expression support + was included. It will be there always. + + * src/reqs.c (connect_to_upstream): + Reorganized the preprocessor directives to make sure the + function's symbol name is stored, even if upstream was not + compiled it. This should keep some compilers from reporting + errors. + + * doc/tinyproxy.conf, src/filter.c, src/grammar.y, src/scanner.l, + * src/tinyproxy.h: + Added support for conditionally using case sensitive filtering + files. Code changes from James E. Flemer. + + * configure.ac: + Moved the AH_TEMPLATE() macro for the GNU regex library to out + from inside an if...fi test. Thanks to James E. Flemer for + supplying a patch. + + Bumped up the version number. + + * doc/tinyproxy.8: + Changed the default manual section to section 8 (administrator + commands). + + * src/reqs.c (process_client_headers): + Fixed inverted anonymous header logic. Fix comes from the FreeBSD + port through James E. Flemer. + 2003-01-22 Robert James Kaes Released tinyproxy 1.5.2 (2003-01-22) -- cgit v1.2.3