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 <elacour@home-dn.net>  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
  and x-httpd-php by application/x-httpd-php in both suphp configuration files.
  You must check that any other suphp statements in your apache configuration
  files uses the same syntax.

 -- Emmanuel Lacour <elacour@home-dn.net>  Sun, 14 Oct 2007 19:42:30 +0200

suphp (0.6.0-1) unstable; urgency=low

  This new release introduce a runtime configuration file
  (/etc/suphp/suphp.conf) and a new configuration option for apache/apache2.
  You must now add the following line in your apache/apache2 configuration to
  make suphp active for php scripts:
  
    suPHP_AddHandler x-httpd-php
  
 -- Emmanuel Lacour <elacour@home-dn.net>  Sun,  2 Oct 2005 11:09:21 +0200

