summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2000-03-13 00:55:29 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2000-03-13 00:55:29 +0000
commitc5bfeb33acff4c784b3ac21335d8514751a9f596 (patch)
tree3592ecfd0f7395176edf1837268a8ccd240723dc
parenta6a6591f7c280a3be60631f2fd27eefb91c5c53b (diff)
downloadtinyproxy-c5bfeb33acff4c784b3ac21335d8514751a9f596.tar.gz
tinyproxy-c5bfeb33acff4c784b3ac21335d8514751a9f596.zip
List all the changes which has occured on the program.
-rw-r--r--ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 65214a5..662c7bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2000-03-12 Robert James Kaes <rjkaes@flarenet.com>
+
+ * src/tinyproxy.c: include the upstream command line option. Also,
+ re-organized the help to have the options in be in alphabetical
+ order.
+
+ * src/reqs.c: include the code for handling the upstream proxy.
+
+ * src/dnscache.c: removed an assert from lookup so that it can be
+ used as method to simply verify if a domain name is already in the
+ cache.
+
+ * src/config.h: removed the defines dealing with DEFAULT_* and
+ UPSTREAM declarations.
+
+ * doc/tinyproxy.8: expanded the manual to include all the
+ command line options. Also, organized the options in alphabetical
+ order.
+
+ * acconfig.h: fixed the defines for DEFAULT_LOG, DEFAULT_PORT,
+ and DEFAULT_USER to have real default values.
+
+ * configure.in: include support for upstream proxies with
+ the --enable-upstream option. Also, fixed the AC_MSG_CHECKING
+ functions to include better wording.
+
1.3.2 2000/02/15
- Fixed null requests bug.
- Fixed fd leak bug.