From: Vincent Bernat Date: Wed, 9 Dec 2009 06:52:47 +0000 (+0000) Subject: Really ship NEWS.Debian X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=961b75d08e09da4f155827908533c1567f37453c;p=roundcube.git Really ship NEWS.Debian --- diff --git a/debian/NEWS.Debian b/debian/NEWS.Debian deleted file mode 100644 index 2bd82c1..0000000 --- a/debian/NEWS.Debian +++ /dev/null @@ -1,15 +0,0 @@ -roundcube (0.3-3) unstable; urgency=low - - * Starting from Roundcube 0.3, an incompatibility with Suhosin session - encryption is present. This can be resolved by tuning php.ini for - Roundcube with the "suhosin.session.encrypt" set to "Off". - - We ship a .htaccess in /var/lib/roundcube to disable this - option. However, this only works with a webserver like Apache with - mod_php. If you are using a webserver with PHP configured as a *CGI - process, you need to tune the php.ini for this process: either turn of - globally Suhosin session encryption in /etc/php5/conf.d/suhosin or you - can provide your own php.ini to php5-cgi with "-c" option. - - -- Vincent Bernat Mon, 02 Nov 2009 19:48:22 +0100 - diff --git a/debian/changelog b/debian/changelog index 7cfd140..a6c36b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ roundcube (0.3.1-2) UNRELEASED; urgency=low * Fix VCS links in debian/control, thanks to Torsten Landschoff. Closes: #555900. + * Really ship NEWS.Debian. -- Vincent Bernat Thu, 12 Nov 2009 20:28:57 +0100 diff --git a/debian/roundcube-core.NEWS b/debian/roundcube-core.NEWS new file mode 100644 index 0000000..abdc484 --- /dev/null +++ b/debian/roundcube-core.NEWS @@ -0,0 +1,15 @@ +roundcube (0.3.1-2) unstable; urgency=low + + * Starting from Roundcube 0.3, an incompatibility with Suhosin session + encryption is present. This can be resolved by tuning php.ini for + Roundcube with the "suhosin.session.encrypt" set to "Off". + + We ship a .htaccess in /var/lib/roundcube to disable this + option. However, this only works with a webserver like Apache with + mod_php. If you are using a webserver with PHP configured as a *CGI + process, you need to tune the php.ini for this process: either turn of + globally Suhosin session encryption in /etc/php5/conf.d/suhosin or you + can provide your own php.ini to php5-cgi with "-c" option. + + -- Vincent Bernat Mon, 02 Nov 2009 19:48:22 +0100 +