aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS12
-rw-r--r--lib/version.c2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 15b579db..350d5040 100644
--- a/NEWS
+++ b/NEWS
@@ -5,2 +5,14 @@ Please send Mailfromd bug reports to <bug-mailfromd@gnu.org.ua>
+Version 8.5, 2018-04-13
+
+* Ensure proper integer promotion (was broken on certain 64-bit architectures).
+
+* Ensure case-insensitive comparison of SPF record markers.
+
+* Fix primitive_resolve() and resolve()
+
+* Fix assembling of fragmented TXT records.
+
+* Fix resolving of queries containing invalid characters.
+
Version 8.4, 2017-11-03
diff --git a/lib/version.c b/lib/version.c
index fed7facd..48b74585 100644
--- a/lib/version.c
+++ b/lib/version.c
@@ -31,3 +31,3 @@ const char mailfromd_version_etc_copyright[] =
year. */
- "Copyright %s 2005-2017 Sergey Poznyakoff";
+ "Copyright %s 2005-2018 Sergey Poznyakoff";

Return to:

Send suggestions and report system problems to the System administrator.