]> git.donarmstrong.com Git - roundcube.git/blob - debian/roundcube-core.NEWS
Drop roundcube-sqlite package. Closes: #657092.
[roundcube.git] / debian / roundcube-core.NEWS
1 roundcube (0.7.1-2) unstable; urgency=high
2
3     Roundcube SQLite support is limited to SQLite 2.x. No support for
4     SQLite 3.x currently exists. Unfortunately, SQLite 2.x is unmaintained
5     for several years and therefore has been dropped from php5
6     package. You will need to select another database to keep Roundcube
7     running.
8
9  -- Vincent Bernat <bernat@debian.org>  Tue, 07 Feb 2012 17:41:58 +0100
10
11 roundcube (0.3.1-2) unstable; urgency=low
12
13     Starting from Roundcube 0.3, an incompatibility with Suhosin session
14     encryption is present. This can be resolved by tuning php.ini for
15     Roundcube with the "suhosin.session.encrypt" set to "Off".
16
17     We ship a .htaccess in /var/lib/roundcube to disable this
18     option. However, this only works with a webserver like Apache with
19     mod_php. If you are using a webserver with PHP configured as a
20     *CGI process, you need to tune the php.ini for this process:
21     either turn of globally Suhosin session encryption in
22     /etc/php5/conf.d/suhosin or you can provide your own php.ini to
23     php5-cgi with "-c" option.
24
25  -- Vincent Bernat <bernat@debian.org>  Mon, 02 Nov 2009 19:48:22 +0100
26