X-Git-Url: http://git.home-dn.net/?p=manu%2Fsuphp.git;a=blobdiff_plain;f=ChangeLog;h=892b4d4d644e6f676d71793c8b0f39dbd6aa7ed0;hp=2142af2fee179bddbd4c90b69fc6fa3614ac7e15;hb=849f4a7977b5780eacae8fad7a078d05f4a615ee;hpb=b0eaa3f1fbf491fdc8a3044cf20754f14254338a diff --git a/ChangeLog b/ChangeLog index 2142af2..892b4d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +* Version 0.7.1 (14 March 2009) +- Fixed bug causing problems when a symlink was present in the script path. + +* Version 0.7.0 (25 December 2008) +- Fixed "underquoted definition" warning in acinclude.m4 +- mod_suphp (Apache 1.3) checks explicitly for r->content_type + thus allowing to use AddType instead of AddHandler +- Added support for application/x-httpd-php-source: + The PHP binary used to parse render the code can be set using the + suPHP_PHPPath directive. +- Made suPHP_AddHandler and suPHP_RemoveHandler directives + available on server level. +- Added support for multiple docroots (using patterns). +- Added support for variable substitution in chroot path. + +* Version 0.6.3 (30 March 2008) +- Fixed a possible race condition concerning the check for the + right symlink owner. +- Added checks for the owner of the parent directories were added. + * Version 0.6.2 (19 November 2006) - Made mod_suphp compatible with Apache 2.2 - Modified SmartPtr implementation (hopefully) fixing