X-Git-Url: http://git.home-dn.net/?p=manu%2Fsuphp.git;a=blobdiff_plain;f=ChangeLog;h=ad4c93d4efa9ddb758c043026c70182e56069c26;hp=7fef606b91ae5d14c66968b75175ecb0113ab75a;hb=47bcf8ba77fa8011f9be728c23dbe6915d70251b;hpb=cbb396a040b4d24c85748829bfaff18b468bf5a7 diff --git a/ChangeLog b/ChangeLog index 7fef606..ad4c93d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +* 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! ++ +- Ported suPHP to C++ +- Ported build system to automake +- Added runtime configuration support +- Made writeable by group/others check optional +- Rewrote Apache 1.3.x module completely, thus now supporting all + setid-modes with Apache 1.3 and Apache 2.0 +- Added support for multiple interpreters +- Added support for runtime-configurable loglevel + * Version 0.5.2 (13 July 2004) - Added support for UIDs/GIDs not listed in system configuration when using "force" or "paranoid" mode