Hi everybody,
After refactoring some backend code we finally put a working copy of RoundCube Webmail together again. This preview release of version 0.2 comes up with an all-new HTML sanitization function (written by Frédéric Motte) which removes malicious JavaScript code from HTML messages and fixes all known XSS vulnerabilities. Beside that we also fixed more than 100 bugs and improved both speed and stability. Special thanks go to Alec, who spent many hours with fixing bugs and improving features.
With this release RoundCube finally drops support for PHP4 so update your PHP to 5.2 or greater before installing the new version.
The new version can be downloaded from our website: http://roundcube.net/downloads or from http://sf.net/projects/roundcubemail/
Have fun!
~Thomas _______________________________________________ List info: http://lists.roundcube.net/dev/
Thomas Bruederli wrote:
With this release RoundCube finally drops support for PHP4 so update your PHP to 5.2 or greater before installing the new version.
Great news.
Does PHP 5.1.6 work with it?
Zhang Huangbin wrote:
Thomas Bruederli wrote:
With this release RoundCube finally drops support for PHP4 so update your PHP to 5.2 or greater before installing the new version.
Great news.
Does PHP 5.1.6 work with it?
Probably, you have to try it out. But since PHP 5.0 to 5.1.x had some serious problems we oficially require PHP 5.2 and up
~Thomas _______________________________________________ List info: http://lists.roundcube.net/dev/
On Wed, Jun 11, 2008 at 9:05 AM, Thomas Bruederli roundcube@gmail.com wrote:
Zhang Huangbin wrote:
Thomas Bruederli wrote:
With this release RoundCube finally drops support for PHP4 so update your PHP to 5.2 or greater before installing the new version.
Great news.
Does PHP 5.1.6 work with it?
Probably, you have to try it out. But since PHP 5.0 to 5.1.x had some serious problems we oficially require PHP 5.2 and up
+1 to that.
5.x is a touchy subject - the higher the version, the less issues.
Till _______________________________________________ List info: http://lists.roundcube.net/dev/
till wrote:
On Wed, Jun 11, 2008 at 9:05 AM, Thomas Bruederli roundcube@gmail.com wrote:
Zhang Huangbin wrote:
Thomas Bruederli wrote:
With this release RoundCube finally drops support for PHP4 so update your PHP to 5.2 or greater before installing the new version.
Great news.
Does PHP 5.1.6 work with it?
Probably, you have to try it out. But since PHP 5.0 to 5.1.x had some serious problems we oficially require PHP 5.2 and up
+1 to that.
5.x is a touchy subject - the higher the version, the less issues.
Till
Thanks Tomas and Till.
But you know, many product servers won't update there PHP to the lastest version of packages. e.g. RHEL ships PHP-5.1.6 in RHEL 5.2, i think CentOS 5.2 ships php-5.1.6 too.
Will it make many users painful to deploy RC?
On Wed, Jun 11, 2008 at 10:09 AM, Zhang Huangbin zhbmaillistonly@gmail.com wrote:
till wrote:
On Wed, Jun 11, 2008 at 9:05 AM, Thomas Bruederli roundcube@gmail.com wrote:
Zhang Huangbin wrote:
Thomas Bruederli wrote:
With this release RoundCube finally drops support for PHP4 so update your PHP to 5.2 or greater before installing the new version.
Great news.
Does PHP 5.1.6 work with it?
Probably, you have to try it out. But since PHP 5.0 to 5.1.x had some serious problems we oficially require PHP 5.2 and up
+1 to that.
5.x is a touchy subject - the higher the version, the less issues.
Till
Thanks Tomas and Till.
But you know, many product servers won't update there PHP to the lastest version of packages. e.g. RHEL ships PHP-5.1.6 in RHEL 5.2, i think CentOS 5.2 ships php-5.1.6 too.
Will it make many users painful to deploy RC?
Right now, I am not aware of anything that would not work with 5.1.6 - just personally, I recommend a more updated release. If there is anything that doesn't work, just let us know and we look into it.
Till _______________________________________________ List info: http://lists.roundcube.net/dev/
Zhang Huangbin wrote:
But you know, many product servers won't update there PHP to the lastest version of packages. e.g. RHEL ships PHP-5.1.6 in RHEL 5.2, i think CentOS 5.2 ships php-5.1.6 too.
Will it make many users painful to deploy RC?
But it does not help if 5.1 is broken and does not offer features that are needed by RCD. And in my experience there are always backports available.
Mike