X-Git-Url: http://git.home-dn.net/?p=manu%2Fsuphp.git;a=blobdiff_plain;f=debian%2FNEWS;h=31509658dd28674a720168bf823adad10d8b116b;hp=ef13145cc50b6f29c04f398e0ae531421542e090;hb=HEAD;hpb=b0eaa3f1fbf491fdc8a3044cf20754f14254338a diff --git a/debian/NEWS b/debian/NEWS index ef13145..3150965 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,3 +1,13 @@ +suphp (0.7.1-1) unstable; urgency=low + + To allow mod_suphp to work at the same time as mod_php, handler name was + renamed from application/x-httpd-php to application/x-httpd-suphp in both + suphp and apache configuration files. + You must check that any other suphp statements in your apache configuration + files uses the same syntax. + + -- Emmanuel Lacour Mon, 03 Aug 2009 15:31:37 +0200 + suphp (0.6.2-2) unstable; urgency=low To match the same behaviour as mod_php, AddHandler was replaced by AddType