Author Topic: Roundcube Webmail 1.0.0 released  (Read 12322 times)

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Roundcube Webmail 1.0.0 released
« on: April 07, 2014, 04:34:35 PM »
We’re very proud to announce the stable version 1.0 of Roundcube Webmail. After more than 8 years since the project was published, we feel confident to name it one-dot-oh. From the last stable version we added to following new features:

  • Cleaned up the configuration into a single file
  • Importing email messages and contact group assignments
  • Advanced LDAP address book functionality
  • A toggle to switch between HTML and plaintext view
  • Save drafts in local storage for recovery
  • Canned responses to save and recall boilerplate texts
  • Improved keyboard navigation in messages list
  • Optimized UI to work on tablet devices
  • Attachment reminder plugin
  • And mainly we were busy cleaning up the codebase, fixing a lot of bugs, making it more stable and writing more documentation.

With this release, we’d also like to introduce the Roundcube plugins repository at plugins.roundcube.net. This central platform should help you find the right plugins for your Roundcube installation and makes it simple to keep them up-to-date. The installation and update mechanism is based on Composer and Packagist.

We’d also like to encourage plugin developers to publish their plugins on this platform. Please read the instructions how to prepare your plugin for publishing.

After lots of testing and collecting your feedback, this version is considered stable and we recommend to update all productive installations of Roundcube.

Download the fresh webmail and framework packages from roundcube.net/download

Read the full list of changes here: trac.roundcube.net/wiki/Changelog

WARNING: when upgrading from <= 0.9 the old configuration files named main.inc.php and db.inc.php are now deprecated and should be replaced with one single config.inc.php file. Run the ./bin/update.sh script to get this conversion done or manually merge the files. NOTE: the new config.inc.php should only contain options that differ from the ones listed in defaults.inc.php.

Source: http://roundcube.net/news/2014/04/07/roundcube-webmail-1.0.0-released/
Get it Now: http://roundcube.net/download

Offline Volnhar

  • Jr. Member
  • **
  • Posts: 39
    • http://www.andrew.stoker.name/wp
Re: Roundcube Webmail 1.0.0 released
« Reply #1 on: April 07, 2014, 07:30:24 PM »
Congratulations, been using Roundcube for years now, happy to see it reach this milestone in it's like.

Offline t12nslookup

  • Newbie
  • *
  • Posts: 1
Re: Roundcube Webmail 1.0.0 released
« Reply #2 on: April 08, 2014, 10:37:59 AM »
I had to make a couple of little changes to 1.0.0 to get it to work on my system ...

[08-Apr-2014 15:21:32] PHP Parse error:  syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /export/home/roundcubemail-0.9.5/program/lib/Roundcube/rcube_plugin_api.php on line 282

in rcube_plugin_api.php:

root@webmailzone:~# head -282 /export/home/roundcubemail-0.9.5/program/lib/Roundcube/rcube_plugin_api.php | tail -1
        $info = $plugin_name->info();


[08-Apr-2014 15:22:53] PHP Warning:  substr_compare() [<a href='function.substr-compare'>function.substr-compare</a>]: The length cannot exceed initial string length in /export/home/roundcubemail-0.9.5/program/lib/Roundcube/html.php on line 288

in html.php:

root@webmailzone:~# head -288 /export/home/roundcubemail-0.9.5/program/lib/Roundcube/html.php | tail -1
                if (strlen($key) > 4) $is_data_attr = substr_compare($key, 'data-', 0, 5) === 0;

thanks for the updates :)

Jon
« Last Edit: April 08, 2014, 10:45:32 AM by t12nslookup »

Offline Paro

  • Newbie
  • *
  • Posts: 5
Re: Roundcube Webmail 1.0.0 released
« Reply #3 on: April 09, 2014, 03:06:17 PM »
 :) happy to read this post!!!
I've one Question: I'm running 0.8.7 an my server. What's the best way: a) upgrade to 0.9, then to 1.0 or b) directly to 1.0?
TIA and keep up the good work!

Offline ABerglund

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 673
Re: Roundcube Webmail 1.0.0 released
« Reply #4 on: April 09, 2014, 07:20:19 PM »
You should be able to upgrade directly. Although my favorite method is to install a fresh new copy, pointing at a copy of the original database. That way you can de-bug and make certain everything is fine before turing your users loose on it.
Arne Berglund
SysAdmin, Internet Services
Lane Education Service District
Eugene, OR, USA

BrotherAndrew

  • Guest
Re: Roundcube Webmail 1.0.0 released
« Reply #5 on: April 12, 2014, 09:42:35 AM »
Softaculous wrote me telling me that 1.0.0 has Issues.  :)

"We are aware of this but there are some issues in upgrade process of roundcube and due to that we have not launched the update."

Offline ABerglund

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 673
Re: Roundcube Webmail 1.0.0 released
« Reply #6 on: April 12, 2014, 12:19:34 PM »
Softaculous wrote me telling me that 1.0.0 has Issues.  :)

"We are aware of this but there are some issues in upgrade process of roundcube and due to that we have not launched the update."
Whatever. I've ben using it since the day after release. "Upgrade issues" probably only affect those who use automated scripts. Doing the fresh parallel install the way I have done for years has never given me any issues.
Arne Berglund
SysAdmin, Internet Services
Lane Education Service District
Eugene, OR, USA

BrotherAndrew

  • Guest
Re: Roundcube Webmail 1.0.0 released
« Reply #7 on: April 12, 2014, 08:17:21 PM »
 :)

Offline TonyPHX

  • Jr. Member
  • **
  • Posts: 11
Re: Roundcube Webmail 1.0.0 released
« Reply #8 on: April 14, 2014, 09:54:30 AM »
Just wanted to congratulate the RoundCube devs.  EXCELLENT RELEASE, and you have a lot to be proud of!

Offline mangoman

  • Newbie
  • *
  • Posts: 5
Re: Roundcube Webmail 1.0.0 released
« Reply #9 on: April 17, 2014, 04:02:05 PM »
Also a big shoutout to the development team - thanks!  8)

Offline Roundcuser

  • Newbie
  • *
  • Posts: 7
Re: Roundcube Webmail 1.0.0 released
« Reply #10 on: April 20, 2014, 05:46:13 AM »
Thank you :)