aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2008-05-13 13:44:24 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2008-05-13 13:44:24 +0000
commit1205c0f65330494d54fe3b22a942617d6805fbc8 (patch)
treee1608cdab5298b20deb2835e92f45e3abd116ad3 /UPDATING
parentd6f4f4ef7b79ba078e4f36af3ff510bb902502d2 (diff)
downloadports-1205c0f65330494d54fe3b22a942617d6805fbc8.tar.gz
ports-1205c0f65330494d54fe3b22a942617d6805fbc8.zip
- Update to 2.6.0 [1]
- Add Ms Word support via textproc/ripole PR: ports/123227 [1] Submitted by: Michael Scheidell <scheidell@secnap.net> [1]
Notes
Notes: svn path=/head/; revision=212985
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING26
1 files changed, 26 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index dd328d874d9d..0972a9891932 100644
--- a/UPDATING
+++ b/UPDATING
@@ -7,6 +7,32 @@ time you update your ports collection, before attempting any port
upgrades.
20080513:
+ AFFECTS: users of secutity/amavisd-new
+ AUTHOR: scheidell@secnap.net
+
+ Amavisd-new 2.6.0 introduces several incompatibilities with prior versions.
+ If you are upgrading from 2.5.4 or earlier, you will need to update your
+ sql schema. If you have third party programs that access sql tables, you
+ will need to update those also.
+
+COMPATIBILITY WITH 2.5.4
+
+- when using SQL for logging (e.g. for a pen pals feature) or for
+ quarantining, SQL tables tables maddr, msgs, msgrcpt and quarantine need
+ to be extended by a new field 'partition_tag'; see below for details;
+
+- when SQL logging (pen pals) or SQL lookups are used, one can choose a
+ binary or a character data type for fields users.email, mailaddr.email,
+ and maddr.email; now may be a good opportunity to change a data type
+ to binary (string of bytes); see below for details;
+
+- when using SQL for logging, a default for $sql_clause{'upd_msg'}
+ has changed, so if a configuration file replaces this SQL clause
+ by a non-default setting, it needs to be updated;
+
+ Full information in /usr/local/share/doc/amavisd-new/RELEASE_NOTES
+
+20080513:
AFFECTS: users of audio/ampache
AUTHOR: jadawin@FreeBSD.org