X-Git-Url: http://git.home-dn.net/?p=manu%2Fsuphp.git;a=blobdiff_plain;f=ChangeLog;h=2142af2fee179bddbd4c90b69fc6fa3614ac7e15;hp=8cfb4c27d189002eb793c5b084ac6d00905aca7b;hb=47e26b153a362ed698fe4bf1676f138ad6dd8dd2;hpb=873afb00229b8e205345b6895eaad6602d5e10f4 diff --git a/ChangeLog b/ChangeLog index 8cfb4c2..2142af2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +* Version 0.6.2 (19 November 2006) +- Made mod_suphp compatible with Apache 2.2 +- Modified SmartPtr implementation (hopefully) fixing + double free problem +- Fixed problem that caused the process to block + when more than 4096 were written to stderr +- Implemented userdir support +- Fixed problem with PATH_INFO and PHP scripts + +* Version 0.6.1 (26 November 2005) +- Changed usage of STL to gain better compatibility with old GCC versions + (credits to Jeremy Chadwick for finding the relevant code) +- Fixed typos in mod_suphp.c (Apache 1.3) + (credits to Johan Ekenberg for finding these typos) +- Fixed potential buffer overflow in function suphp_bucket_read() in + src/apache2/mod_suphp.c +- Fix problems with scripts sending "Last-Modified" headers +- Extended autoconf script to look for an installation of APR + and to use its includedir when building mod_suphp for Apache 2 +- Added support for chroot() call before execution of script + * Version 0.6.0 (27 May 2005) ++ The development of this version was sponsored by Techno-vi - Wanix. ++ ++ Thanks to the sponsor! ++