aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2010-09-28 05:47:28 +0800
committerohauer <ohauer@FreeBSD.org>2010-09-28 05:47:28 +0800
commit2452c55e28c50dada0ab1113ff05720f09868db1 (patch)
tree86f8ed3739a70ed9f5e2caa420524d419a40df2f /UPDATING
parent84205531a3f0363e5c60b15b045dbf5e9ad033da (diff)
downloadfreebsd-ports-gnome-2452c55e28c50dada0ab1113ff05720f09868db1.tar.gz
freebsd-ports-gnome-2452c55e28c50dada0ab1113ff05720f09868db1.tar.zst
freebsd-ports-gnome-2452c55e28c50dada0ab1113ff05720f09868db1.zip
Add enty for postfix-current snapshot
Approved by: glarkin (maintainer)
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING23
1 files changed, 23 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 10231b674bea..1822e4755080 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,29 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20100927:
+ AFFECTS: users of mail/postfix-current
+ AUTHOR: ohauer@FreeBSD.org
+
+ Incompatibility with snapshot 20100912
+ ======================================
+ - If your DNSBL queries have a "secret" in the domain name, you must
+ now censor this information from the postscreen(8) SMTP replies.
+ - The postscreen "continue" action is now called "ignore". The old
+ name is still supported but no longer documented.
+ - The postscreen_hangup_action parameter was removed. Postscreen
+ now always behaves as if "postscreen_hangup_action = drop".
+ - The postscreen_cache_retention_time default was increased from
+ 1d to 7d, to avoid deleting results from expensive deep SMTP
+ protocol tests too quickly.
+
+ Incompatibility with snapshot 20100827
+ ======================================
+ - The Postfix SMTP client no longer appends the local domain when
+ looking up a DNS name without ".".
+ Specify "smtp_dns_resolver_options = res_defnames" to get the old
+ behavior, which may produce unexpected results.
+
20100924:
AFFECTS: users of x11/nvidia-driver
AUTHOR: makc@FreeBSD.org