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
@@ -1,11 +1,23 @@
Mailfromd NEWS -- history of user-visible changes. 2018-04-13
See the end of file for copying conditions.
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
* Requires Mailutils 3.4
Version 8.3, 2017-11-02
diff --git a/lib/version.c b/lib/version.c
index fed7facd..48b74585 100644
--- a/lib/version.c
+++ b/lib/version.c
@@ -26,13 +26,13 @@
#include "libmf.h"
const char mailfromd_version_etc_copyright[] =
/* Do *not* mark this string for translation. %s is a copyright
symbol suitable for this locale, and %d is the copyright
year. */
- "Copyright %s 2005-2017 Sergey Poznyakoff";
+ "Copyright %s 2005-2018 Sergey Poznyakoff";
void
mailfromd_version(struct mu_parseopt *po, mu_stream_t stream)
{
#ifdef GIT_DESCRIBE
mu_stream_printf (stream, "%s (%s) %s [%s]\n",

Return to:

Send suggestions and report system problems to the System administrator.