Hello folks,
We kind of made it a tradition in Roundcube to add some nasty bugs with every second release we publish :-)
This time a pull request accidentally was merged into the release branch instead of git-master where we usually do the testing. The effect of this bug is the compose screen randomly reloading and likely loosing the contents you're writing. There's a patch you can download [1] and apply to any 0.8.3 installation. And a new release will follow later this week.
We'd like to apologize for this inconvenience!
Best, Thomas
[1] http://sourceforge.net/projects/roundcubemail/files/roundcubemail/0.8.3/roun...
On Wed, Nov 14, 2012 at 10:51 AM, Thomas Bruederli thomas@roundcube.net wrote:
Hello folks,
We kind of made it a tradition in Roundcube to add some nasty bugs with every second release we publish :-)
This time a pull request accidentally was merged into the release branch instead of git-master where we usually do the testing. The effect of this bug is the compose screen randomly reloading and likely loosing the contents you're writing. There's a patch you can download [1] and apply to any 0.8.3 installation.
I'm sorry, I forgot to mention how exactly to apply the patch to the release package. You first have to restore source file, then patch it and afterwards re-create the minified version of app.js again:
$ bin/jsunshrink.sh $ patch -p1 < roundcubemail_0.8.3_compose_reload_fix.diff $ bin/jsshrink.sh
Regards, Thomas