aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2018-04-13 09:46:30 +0300
committerSergey Poznyakoff <gray@gnu.org>2018-07-24 13:30:18 +0300
commit0e6577c85747752ebc7077a685b5f3c3a6f0a351 (patch)
tree512a4f7628ab6289458fdb33ad410de9b7c15332
parent30355d75fea6247cbd9a08b4949e4157d9a3e60f (diff)
downloadmailfromd-0e6577c85747752ebc7077a685b5f3c3a6f0a351.tar.gz
mailfromd-0e6577c85747752ebc7077a685b5f3c3a6f0a351.tar.bz2
Version 8.5release_8_5
-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
@@ -3,6 +3,18 @@ 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
diff --git a/lib/version.c b/lib/version.c
index fed7facd..48b74585 100644
--- a/lib/version.c
+++ b/lib/version.c
@@ -29,7 +29,7 @@ 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)

Return to:

Send suggestions and report system problems to the System administrator.