aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-12-13 11:44:53 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-12-13 11:44:53 +0000
commit88d48233b49da90cd0a1586d3abfd974d69b2655 (patch)
tree76bbb33ff729a690a5f900d62877eb636fff403c
parent0f06ae8f68e7fbc760829fb4a9879a616cca679a (diff)
downloadmailfromd-88d48233b49da90cd0a1586d3abfd974d69b2655.tar.gz
mailfromd-88d48233b49da90cd0a1586d3abfd974d69b2655.tar.bz2
Update
git-svn-id: file:///svnroot/mailfromd/branches/release_3_1_patches@1114 7a8a7f39-df28-0410-adc6-e0d955640f24
-rw-r--r--ChangeLog20
-rw-r--r--NEWS18
2 files changed, 37 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 640879a4..c404695f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2006-12-13 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ * NEWS, configure.ac: Version 3.1.1
+ * doc/mailfromd.texi: Fix typo
+ * src/bi_sa.m4 (spamd_send_stream): Assume captured stream already
+ has \r in front of each \n
+ (clamav): always shutdown data stream as a fd-style stream.
+ * src/dns.c (_resolve_ipstr): First argument is const
+ (resolve_ipstr,resolve_hostname): First argument is const
+ * src/dnscache.c (parse_value,dns_make_key)
+ (dns_cache_get,dns_cache_put): keystr is const
+ * src/gram.y (optimize_node): Fix typo that caused correct
+ `matches' conditions to be rejected (e.g. strip_domain_part.mf)
+ * src/mailfrom.h (resolve_ipstr,resolve_hostname): First argument
+ is const
+ (dns_cache_get,dns_cache_put): keystr is const
+ * src/snarf.m4 (MF_BEGIN_TEMP_SPACE): Do not terminate with a
+ semicolon, since the statement is supposed to be used in argument
+ declarations.
+
2006-12-10 Sergey Poznyakoff <gray@gnu.org.ua>
* src/Makefile.am (install-data-local): Rename leftover
diff --git a/NEWS b/NEWS
index 3bd80689..4c5ecffa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,22 @@
-Mailfromd NEWS -- history of user-visible changes. 2006-12-07
+Mailfromd NEWS -- history of user-visible changes. 2006-12-13
Copyright (C) 2005, 2006 Sergey Poznyakoff
See the end of file for copying conditions.
Please send mailfromd bug reports to <bug-mailfromd@gnu.org.ua>
+Version 3.1.1, 2006-12-13
+
+Bugfixes:
+
+* `Make install' creates state directory if it does not exist
+* `clamav' function could cause coredumps when using socket ports.
+* `resolve' function altered its argument if it was a CNAME.
+* A typo in gram.y prevented some correct `matches' conditions from
+being compiled. In particular, strip_domain_part.mf triggered this
+error.
+
+
Version 3.1, 2006-12-07
* Incompatible changes.
@@ -1083,4 +1095,8 @@ Copyright (C) 2005 Sergey Poznyakoff
Local variables:
mode: outline
paragraph-separate: "[ ]*$"
+eval: (add-hook 'write-file-hooks 'time-stamp)
+time-stamp-start: "changes. "
+time-stamp-format: "%:y-%02m-%02d"
+time-stamp-end: "\n"
end:

Return to:

Send suggestions and report system problems to the System administrator.