openbsd-ports/mail/roundcubemail/patches/patch-UPGRADING
sthen c88a60ecd4 - fix path in roundcubemail.conf and set a few more required php options
- allow the upgrade script to work without disabling session.encrypt on the
whole server
- note in UPGRADING that virtusertable moved to a plugin, found the hard
way by ajacoutot
- in the mysql schema update script, uncomment a workaround for mysql bug
46293 which affects the in-tree mysql
- bump
2010-08-22 14:09:27 +00:00

10 lines
419 B
Plaintext

$OpenBSD: patch-UPGRADING,v 1.7 2010/08/22 14:09:27 sthen Exp $
--- UPGRADING.orig Sun Aug 22 15:06:14 2010
+++ UPGRADING Sun Aug 22 15:06:43 2010
@@ -24,4 +24,4 @@ installation as well as the database before executig t
5. Make sure 'enable_installer' is set to false again.
6. Check .htaccess settings (some php settings could become required)
-
+Note that in 0.4, the virtusertable feature has moved to a plugin.