summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2016-02-13 13:10:55 -0500
committerAaron W. Swenson <titanofold@gentoo.org>2016-02-13 13:12:08 -0500
commitcdac53b1c4465d5884d1ae1d4280ccd134f02cd4 (patch)
tree3866850b020c1dd566946d3fd1121620c5ce2eaa /mail-client/roundcube/files
parentmedia-sound/sndfile-tools: Prevent configure adding -Werror to CFLAGS (diff)
downloadgentoo-cdac53b1c4465d5884d1ae1d4280ccd134f02cd4.tar.gz
gentoo-cdac53b1c4465d5884d1ae1d4280ccd134f02cd4.tar.bz2
gentoo-cdac53b1c4465d5884d1ae1d4280ccd134f02cd4.zip
mail-client/roundcube: Version Bump
First version that can run under PHP7. Revised POST-UPGRADE text to include a couple additional steps that may be necessary. Bug: 574136 Package-Manager: portage-2.2.26
Diffstat (limited to 'mail-client/roundcube/files')
-rw-r--r--mail-client/roundcube/files/POST-UPGRADE.txt16
1 files changed, 11 insertions, 5 deletions
diff --git a/mail-client/roundcube/files/POST-UPGRADE.txt b/mail-client/roundcube/files/POST-UPGRADE.txt
index 8c2296bc0a50..82b48d70f260 100644
--- a/mail-client/roundcube/files/POST-UPGRADE.txt
+++ b/mail-client/roundcube/files/POST-UPGRADE.txt
@@ -1,12 +1,18 @@
Post-Upgrade Activities
-----------------------
1. Check .htaccess settings (some php settings could become required)
-2. If you're using build-in addressbook, run indexing script
- /bin/indexcontacts.sh.
-3. When upgrading from version older than 0.6-beta you should make sure
- your folder settings contain namespace prefix. For example Courier users
- should add INBOX. prefix to folder names in main configuration file.
+2. If you're using the built-in addressbook, run indexing script:
+ ./bin/indexcontacts.sh.
+3. When upgrading from version older than 0.6-beta you should make sure your
+ folder settings contain a namespace prefix if necessary. For example Courier
+ users should add “INBOX.” prefix to folder names in main configuration file.
4. Check system requirements in INSTALL file.
+5. If you previously installed plugins through composer, update dependencies by
+ running:
+ php composer.phar self-update
+ php composer.phar update --no-dev
+6. Update your database and configurations by running:
+ ./bin/update.sh
SQLite database upgrade
-----------------------