aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2008-05-17 19:45:52 +0800
committerrafan <rafan@FreeBSD.org>2008-05-17 19:45:52 +0800
commit87c5ae712ac15759e159ab47dc96a9afea359cc6 (patch)
tree9c97fc4c6af1fd1abedbfeebd3d382105f0b7a1f
parent72a054cd0f49255bb5bdae02d8a266b390d44813 (diff)
downloadfreebsd-ports-gnome-87c5ae712ac15759e159ab47dc96a9afea359cc6.tar.gz
freebsd-ports-gnome-87c5ae712ac15759e159ab47dc96a9afea359cc6.tar.zst
freebsd-ports-gnome-87c5ae712ac15759e159ab47dc96a9afea359cc6.zip
- Fix format so that the UPDATING rss feed [1] works again
[1] http://kapranoff.ru/~kappa/files/ports.UPDATING.rss20.xml
-rw-r--r--UPDATING22
1 files changed, 11 insertions, 11 deletions
diff --git a/UPDATING b/UPDATING
index 0972a9891932..3d50e9d83dcf 100644
--- a/UPDATING
+++ b/UPDATING
@@ -15,20 +15,20 @@ upgrades.
sql schema. If you have third party programs that access sql tables, you
will need to update those also.
-COMPATIBILITY WITH 2.5.4
+ 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 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 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;
+ - 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