diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2003-08-07 15:31:20 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2003-08-07 15:31:20 +0000 |
commit | 7eb4eba3819c3ab6845e448cae0abefad1150bd8 (patch) | |
tree | 08fc3ba62abd73ae0ae5cf2a115dfa4ef0333ce0 /ChangeLog | |
parent | 630b99334c830cce334fc6edaff10f88437c960a (diff) | |
download | tinyproxy-7eb4eba3819c3ab6845e448cae0abefad1150bd8.tar.gz tinyproxy-7eb4eba3819c3ab6845e448cae0abefad1150bd8.zip |
# Merged in changes from the stable 1.6 branch.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2003-08-06 Robert James Kaes <rjkaes@flarenet.com> + + Released tinyproxy 1.6.1 (2003-08-06) + + * heap.c (debugging_realloc): + Remove the assert on the ptr being NULL since a NULL pointer is + allowed by the realloc() spec. + + * child.c (child_main): + Fixed an off-by-one error with the maxrequestsperchild + variable. [Fix proposed by Yannick Koehler] + 2003-07-14 Robert James Kaes <rjkaes@flarenet.com> Released tinyproxy 1.6.0 (2003-07-14) |