mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
roundcube 1.2.4, persistent login plugin
This commit is contained in:
parent
d7d8964afc
commit
653cb7ce10
@ -7,7 +7,7 @@ In Development
|
|||||||
Mail:
|
Mail:
|
||||||
|
|
||||||
* The CardDAV plugin has been added to Roundcube so that your ownCloud contacts are available in webmail.
|
* The CardDAV plugin has been added to Roundcube so that your ownCloud contacts are available in webmail.
|
||||||
* Upgraded to Roundcube 1.2.3.
|
* Upgraded to Roundcube 1.2.4 and updated the persistent login plugin.
|
||||||
* Allow larger messages to be checked by SpamAssassin.
|
* Allow larger messages to be checked by SpamAssassin.
|
||||||
* Dovecot's vsz memory limit has been increased proportional to system memory.
|
* Dovecot's vsz memory limit has been increased proportional to system memory.
|
||||||
* Newly set user passwords must be at least eight characters.
|
* Newly set user passwords must be at least eight characters.
|
||||||
|
@ -34,13 +34,12 @@ apt-get purge -qq -y roundcube* #NODOC
|
|||||||
# Install Roundcube from source if it is not already present or if it is out of date.
|
# Install Roundcube from source if it is not already present or if it is out of date.
|
||||||
# Combine the Roundcube version number with the commit hash of vacation_sieve to track
|
# Combine the Roundcube version number with the commit hash of vacation_sieve to track
|
||||||
# whether we have the latest version.
|
# whether we have the latest version.
|
||||||
VERSION=1.2.3
|
VERSION=1.2.4
|
||||||
HASH=b0c3c4ba25596b2637c058b8254b58292755ec52
|
HASH=e2091ea775b80eda43ab225130d5a2e888c3789a
|
||||||
VACATION_SIEVE_VERSION=91ea6f52216390073d1f5b70b5f6bea0bfaee7e5
|
VACATION_SIEVE_VERSION=91ea6f52216390073d1f5b70b5f6bea0bfaee7e5
|
||||||
PERSISTENT_LOGIN_VERSION=1e9d724476a370ce917a2fcd5b3217b0c306c24e
|
PERSISTENT_LOGIN_VERSION=c4516c4be37d12ef653de86497304e073a863c2a
|
||||||
HTML5_NOTIFIER_VERSION=4b370e3cd60dabd2f428a26f45b677ad1b7118d5
|
HTML5_NOTIFIER_VERSION=4b370e3cd60dabd2f428a26f45b677ad1b7118d5
|
||||||
CARDDAV_VERSION=2.0.4
|
CARDDAV_VERSION=2.0.4
|
||||||
# sha1sum of the rcmcarddav plugin release
|
|
||||||
CARDDAV_HASH=d93f3cfb3038a519e71c7c3212c1d16f5da609a4
|
CARDDAV_HASH=d93f3cfb3038a519e71c7c3212c1d16f5da609a4
|
||||||
|
|
||||||
UPDATE_KEY=$VERSION:$VACATION_SIEVE_VERSION:$PERSISTENT_LOGIN_VERSION:$HTML5_NOTIFIER_VERSION:$CARDDAV_VERSION:a
|
UPDATE_KEY=$VERSION:$VACATION_SIEVE_VERSION:$PERSISTENT_LOGIN_VERSION:$HTML5_NOTIFIER_VERSION:$CARDDAV_VERSION:a
|
||||||
|
Loading…
Reference in New Issue
Block a user