aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-02-23 10:29:42 +0200
committerSergey Poznyakoff <gray@gnu.org>2021-02-23 10:29:42 +0200
commitf1187c8efee9210d26a6a7360d261d673ff51ec3 (patch)
tree71ddd878bffb56d513cdb8416747cdb9d8f8e070
parent5bacabb09f8f4808f8c3029cf31425aea91846a0 (diff)
downloadmailfromd-f1187c8efee9210d26a6a7360d261d673ff51ec3.tar.gz
mailfromd-f1187c8efee9210d26a6a7360d261d673ff51ec3.tar.bz2
Version 8.10release_8_10
-rw-r--r--NEWS6
-rw-r--r--configure.ac3
2 files changed, 5 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index e1d6a555..d7784329 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,9 @@
-Mailfromd NEWS -- history of user-visible changes. 2021-02-15
+Mailfromd NEWS -- history of user-visible changes. 2021-02-23
See the end of file for copying conditions.
Please send Mailfromd bug reports to <bug-mailfromd@gnu.org.ua>
-Version 8.9.90 (git)
+Version 8.10, 2021-02-23
* Use of uninitialized automatic variables
@@ -25,6 +25,8 @@ Strings can meaningfully be used in boolean context. For example
The use of "s" in conditional is equivalent to
if s != ""
+
+* Fix uninitialized local variables in dns.mf
Version 8.9, 2020-12-29
diff --git a/configure.ac b/configure.ac
index 287f09d0..3babe6b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,8 +16,7 @@
AC_PREREQ(2.63)
m4_define([MF_VERSION_MAJOR], 8)
-m4_define([MF_VERSION_MINOR], 9)
-m4_define([MF_VERSION_PATCH], 90)
+m4_define([MF_VERSION_MINOR], 10)
AC_INIT([mailfromd],
MF_VERSION_MAJOR.MF_VERSION_MINOR[]m4_ifdef([MF_VERSION_PATCH],.MF_VERSION_PATCH),
[bug-mailfromd@gnu.org.ua],

Return to:

Send suggestions and report system problems to the System administrator.