Update patches for 0.7.1:
[manu/suphp.git] / debian / NEWS
index 2215159..ef13145 100644 (file)
@@ -1,11 +1,20 @@
-suphp (0.6.0-1) unstable; urgency=low
+suphp (0.6.2-2) 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:
 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.
 
-    suPHP_AddHandler x-httpd-php
+ -- 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