RoundCube 1.4.1 has been released

DirectAdmin Support

Administrator
Staff member
Joined
Feb 27, 2003
Messages
9,158
Hello,

The RoundCube team has released version 1.4.1 .
Announcement here:

Note, there are changes to their default config.inc.php which match up with regex that CustomBuild does (eg: smtp_port)
However, the default values it's now using match the values that our regex is doing, so we've not changed the current CustomBuld regexes
eg: CB changes from 25 to 587, but the default is now 587 anyway, so we've left the 25->587 regex, in case anyone has custom version overrides to an older version

To update:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build roundcube

You will see this output, but should be able to ignore it:
Code:
WARNING: Changed defaults (These config options have new default values):
- 'skin'
- 'smtp_port'
- 'smtp_user'
- 'smtp_pass'
- 'jquery_ui_skin_map'

John
 
Back
Top