Hello folks
We can proudly announce the next stable release of Roundcube. This version enhances the webmail experience with these new features:
The major change of this version isn't really visible to the users but even more important for the developers: the Roundcube framework. We decoupled the core functions for IMAP access, SMTP email sending, database abstraction, caching, etc. from the webmail application in order to make them usable for other free software products.
Another major change since the 0.8 series is the new database abstraction layer. In order to add support for SQLite3, the PEAR:MDB2 dependency was dropped and Roundcube now uses the native PHP Data Objects (PDO). It's enabled by default since PHP 5.1 and is considered stable and well-developed. One drawback, however, is a small lack in the MySQL PDO driver which makes PHP 5.3 a requirement for this version of Roundcube when using the MySQL database.
A minor but rather handy improvement is a complete new database update mechanism that makes schema changes much easier to be deployed. After the upgrade, simply run bin/updatedb.sh to apply the necessary changes to the database Roundcube connects to. In case you used bin/installto.sh to perform the update, the schema upgrades are done applied and no further actions are required.
After lots of testing and collecting your feedback, this version is considered stable and it also includes the recently discovered vulnerability that allows an attacker to modify its users preferences in a way that he can then read arbitrary files from the server. We therefore recommend to update all productive installations of Roundcube.
Download both the webmail and the framework packages from http://roundcube.net/download Read the full list of changes here: http://trac.roundcube.net/wiki/Changelog
IMPORTANT: We're still getting a lot of support requests from users who are under the impression that Roundcube is a public service such as Gmail or Hotmail. Unfortunately we cannot help these people and thus we'd like to encourage everybody once more to enter an URL to the option named 'support_url' in the Roundcube config. This will be display a link on all screens including the login page that should guide your users to instructions how to get help for your specific email service that uses Roundcube.
Thanks a lot for using Roundcube and for your support!
Best, Thomas
On 2013-04-16 06:05, Thomas Bruederli wrote:
Hello folks
We
can proudly announce the next stable release of Roundcube. This
version enhances the webmail experience with these new features:
Improved rendering of forwarded and attached messages
- Optionally
display and compose email messages a new windows
- Unified UI for
message view and composition
- Show sender photos from contacts in
email view
- Render thumbnails for image attachments
- Download all
attachments as zip archive (using the zipdownload plugin)
- Forward
multiple emails as attachments
- CSV import for contacts
The
major change of this version isn't really visible to the users but
even more important for the developers: the Roundcube framework. We
decoupled the core functions for IMAP access, SMTP email sending,
database abstraction, caching, etc. from the webmail application in
order to make them usable for other free software products.
Another
major change since the 0.8 series is the new database
abstraction
layer. In order to add support for SQLite3, the PEAR:MDB2
dependency
was dropped and Roundcube now uses the native PHP Data
Objects (PDO).
It's enabled by default since PHP 5.1 and is considered
stable and
well-developed. One drawback, however, is a small lack in
the MySQL
PDO driver which makes PHP 5.3 a requirement for this
version of
Roundcube when using the MySQL database.
A minor but rather handy
improvement is a complete new database update
mechanism that makes
schema changes much easier to be deployed. After
the upgrade, simply
run bin/updatedb.sh to apply the necessary changes
to the database
Roundcube connects to. In case you used
bin/installto.sh to perform
the update, the schema upgrades are done
applied and no further
actions are required.
After lots of testing and collecting your
feedback, this version is
considered stable and it also includes the
recently discovered
vulnerability that allows an attacker to modify
its users preferences
in a way that he can then read arbitrary files
from the server. We
therefore recommend to update all productive
installations of
Roundcube.
Download both the webmail and the
framework packages from
http://roundcube.net/download [1] Read the
full list of changes here: http://trac.roundcube.net/wiki/Changelog [2]
IMPORTANT: We're still getting a lot of support requests from
users
who are under the impression that Roundcube is a public service
such
as Gmail or Hotmail. Unfortunately we cannot help these people
and
thus we'd like to encourage everybody once more to enter an URL to
the
option named 'support_url' in the Roundcube config. This will be
display a link on all screens including the login page that should
guide your users to instructions how to get help for your specific
email service that uses Roundcube.
Thanks a lot for using Roundcube
and for your support!
Best, Thomas
Roundcube Development
discussion mailing list
dev@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/dev [3]
TQ for the great work. Keep it up.
[1] http://roundcube.net/download [2] http://trac.roundcube.net/wiki/Changelog [3] http://lists.roundcube.net/mailman/listinfo/dev
On 4/15/2013 3:05 PM, Thomas Bruederli wrote:
dependency was dropped and Roundcube now uses the native PHP Data Objects (PDO). It's enabled by default since PHP 5.1 and is considered stable and well-developed. One drawback, however, is a small lack in the MySQL PDO driver which makes PHP 5.3 a requirement for this version of Roundcube when using the MySQL database.
5.3.x specific? Or is the php 5.4.x release branch ok too?
Am 16.04.2013 02:27, schrieb Robert Du Gaue:
On 4/15/2013 3:05 PM, Thomas Bruederli wrote:
dependency was dropped and Roundcube now uses the native PHP Data Objects (PDO). It's enabled by default since PHP 5.1 and is considered stable and well-developed. One drawback, however, is a small lack in the MySQL PDO driver which makes PHP 5.3 a requirement for this version of Roundcube when using the MySQL database.
5.3.x specific? Or is the php 5.4.x release branch ok too?
such things are ALWAYS minimal requirements and to read >= 5.3
On 2013-04-16 06:05, Thomas Bruederli wrote:
Hello folks
We can proudly announce the next stable release of Roundcube. This version enhances the webmail experience with these new features:
- Improved rendering of forwarded and attached messages
- Optionally display and compose email messages a new windows
- Unified UI for message view and composition
- Show sender photos from contacts in email view
- Render thumbnails for image attachments
- Download all attachments as zip archive (using the zipdownload plugin)
- Forward multiple emails as attachments
- CSV import for contacts
The major change of this version isn't really visible to the users but even more important for the developers: the Roundcube framework. We decoupled the core functions for IMAP access, SMTP email sending, database abstraction, caching, etc. from the webmail application in order to make them usable for other free software products.
Another major change since the 0.8 series is the new database abstraction layer. In order to add support for SQLite3, the PEAR:MDB2 dependency was dropped and Roundcube now uses the native PHP Data Objects (PDO). It's enabled by default since PHP 5.1 and is considered stable and well-developed. One drawback, however, is a small lack in the MySQL PDO driver which makes PHP 5.3 a requirement for this version of Roundcube when using the MySQL database.
A minor but rather handy improvement is a complete new database update mechanism that makes schema changes much easier to be deployed. After the upgrade, simply run bin/updatedb.sh to apply the necessary changes to the database Roundcube connects to. In case you used bin/installto.sh to perform the update, the schema upgrades are done applied and no further actions are required.
After lots of testing and collecting your feedback, this version is considered stable and it also includes the recently discovered vulnerability that allows an attacker to modify its users preferences in a way that he can then read arbitrary files from the server. We therefore recommend to update all productive installations of Roundcube.
Download both the webmail and the framework packages from http://roundcube.net/download [1] Read the full list of changes here: http://trac.roundcube.net/wiki/Changelog [2]
IMPORTANT: We're still getting a lot of support requests from users who are under the impression that Roundcube is a public service such as Gmail or Hotmail. Unfortunately we cannot help these people and thus we'd like to encourage everybody once more to enter an URL to the option named 'support_url' in the Roundcube config. This will be display a link on all screens including the login page that should guide your users to instructions how to get help for your specific email service that uses Roundcube.
Thanks a lot for using Roundcube and for your support!
Best, Thomas _______________________________________________ Roundcube Development discussion mailing list dev@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/dev [3]
If you got this error: PHP Fatal error: Undefined class constant 'MYSQL_ATTR_FOUND_ROWS' and you're using PHP >= 5.3, pls install pdo_mysql package. Just a reminder for everyone.
[1] http://roundcube.net/download [2] http://trac.roundcube.net/wiki/Changelog [3] http://lists.roundcube.net/mailman/listinfo/dev
great, cant wait to install this version.
thanks
On Tue, Apr 16, 2013 at 7:58 AM, Muhammad Zamri Bin Muhamad Suharini < zamri@shahputra.edu.my> wrote:
**
On 2013-04-16 06:05, Thomas Bruederli wrote:
Hello folks
We can proudly announce the next stable release of Roundcube. This version enhances the webmail experience with these new features:
- Improved rendering of forwarded and attached messages
- Optionally display and compose email messages a new windows
- Unified UI for message view and composition
- Show sender photos from contacts in email view
- Render thumbnails for image attachments
- Download all attachments as zip archive (using the zipdownload plugin)
- Forward multiple emails as attachments
- CSV import for contacts
The major change of this version isn't really visible to the users but even more important for the developers: the Roundcube framework. We decoupled the core functions for IMAP access, SMTP email sending, database abstraction, caching, etc. from the webmail application in order to make them usable for other free software products.
Another major change since the 0.8 series is the new database abstraction layer. In order to add support for SQLite3, the PEAR:MDB2 dependency was dropped and Roundcube now uses the native PHP Data Objects (PDO). It's enabled by default since PHP 5.1 and is considered stable and well-developed. One drawback, however, is a small lack in the MySQL PDO driver which makes PHP 5.3 a requirement for this version of Roundcube when using the MySQL database.
A minor but rather handy improvement is a complete new database update mechanism that makes schema changes much easier to be deployed. After the upgrade, simply run bin/updatedb.sh to apply the necessary changes to the database Roundcube connects to. In case you used bin/installto.sh to perform the update, the schema upgrades are done applied and no further actions are required.
After lots of testing and collecting your feedback, this version is considered stable and it also includes the recently discovered vulnerability that allows an attacker to modify its users preferences in a way that he can then read arbitrary files from the server. We therefore recommend to update all productive installations of Roundcube.
Download both the webmail and the framework packages fromhttp://roundcube.net/download Read the full list of changes here: http://trac.roundcube.net/wiki/Changelog
IMPORTANT: We're still getting a lot of support requests from users who are under the impression that Roundcube is a public service such as Gmail or Hotmail. Unfortunately we cannot help these people and thus we'd like to encourage everybody once more to enter an URL to the option named 'support_url' in the Roundcube config. This will be display a link on all screens including the login page that should guide your users to instructions how to get help for your specific email service that uses Roundcube.
Thanks a lot for using Roundcube and for your support!
Best, Thomas _______________________________________________ Roundcube Development discussion mailing listdev@lists.roundcube.nethttp://lists.roundcube.net/mailman/listinfo/dev
If you got this error: PHP Fatal error: Undefined class constant 'MYSQL_ATTR_FOUND_ROWS' and you're using PHP >= 5.3, pls install pdo_mysql package. Just a reminder for everyone.
Roundcube Development discussion mailing list dev@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/dev
I use PHP 5.2.17 with pdo_mysql support installed but i have the error. It's only PHP 5.3 or 5.4 ok? Thanks
-- View this message in context: http://roundcube-webmail.10982.n7.nabble.com/Stable-version-0-9-0-released-t... Sent from the Development mailing list archive at Nabble.com.
On 06/01/2013 01:21 AM, fcontreras wrote:
I use PHP 5.2.17 with pdo_mysql support installed but i have the error. It's only PHP 5.3 or 5.4 ok? Thanks
Of course 5.3 is a minimal requirement.
Am 01.06.2013 14:38, schrieb A.L.E.C:
On 06/01/2013 01:21 AM, fcontreras wrote:
I use PHP 5.2.17 with pdo_mysql support installed but i have the error. It's only PHP 5.3 or 5.4 ok? Thanks
Of course 5.3 is a minimal requirement
and PHP 5.2 does no longer get any security fixes PHP 5.3 is the latest supported version PHP 5.4 is GA since a year PHP 5.5. will be GA in a few months hence even RHEL5 has PHP 5.3
php53.x86_64 : PHP scripting language for creating dynamic web sites php53-bcmath.x86_64 : A module for PHP applications for using the bcmath library php53-cli.x86_64 : Command-line interface for PHP php53-common.x86_64 : Common files for PHP php53-dba.x86_64 : A database abstraction layer module for PHP applications php53-devel.x86_64 : Files needed for building PHP extensions php53-enchant.x86_64 : Human Language and Character Encoding Support php53-gd.x86_64 : A module for PHP applications for using the gd graphics library php53-imap.x86_64 : A module for PHP applications that use IMAP php53-interbase.x86_64 : Module for PHP applications that use Interbase/Firebird databases php53-intl.x86_64 : Internationalization extension for PHP applications php53-ldap.x86_64 : A module for PHP applications that use LDAP php53-mapi.x86_64 : The PHP MAPI extension by Zarafa php53-mbstring.x86_64 : A module for PHP applications which need multi-byte string handling php53-mcrypt.x86_64 : Standard PHP module provides mcrypt library support php53-mssql.x86_64 : MSSQL database module for PHP php53-mysql.x86_64 : A module for PHP applications that use MySQL databases php53-odbc.x86_64 : A module for PHP applications that use ODBC databases php53-odbc64.x86_64 : A module for PHP applications that use ODBC databases via unixODBC64 php53-pdo.x86_64 : A database access abstraction module for PHP applications php53-pgsql.x86_64 : A PostgreSQL database module for PHP php53-php-gettext.noarch : Gettext emulation in PHP php53-process.x86_64 : Modules for PHP script using system process interfaces php53-pspell.x86_64 : A module for PHP applications for using pspell interfaces php53-recode.x86_64 : Module for PHP applications for using the recode library php53-simplepie.noarch : Simple RSS Library in PHP php53-snmp.x86_64 : A module for PHP applications that query SNMP-managed devices php53-soap.x86_64 : A module for PHP applications that use the SOAP protocol php53-tidy.x86_64 : Standard PHP module provides tidy library support php53-xml.x86_64 : A module for PHP applications which use XML php53-xmlrpc.x86_64 : A module for PHP applications which use the XML-RPC protocol