aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2017-11-03 07:31:09 +0200
committerSergey Poznyakoff <gray@gnu.org>2017-11-03 07:31:09 +0200
commit9c98b538a442a608c49b44a86ad5eb9f7f994f1e (patch)
treede7429350f011e124e94f6a79c8f653c004d35f8
parente883bec6958aa0b3d97181319fb810bf4c85afa6 (diff)
downloadmailfromd-9c98b538a442a608c49b44a86ad5eb9f7f994f1e.tar.gz
mailfromd-9c98b538a442a608c49b44a86ad5eb9f7f994f1e.tar.bz2
Version 8.4release_8_4
* NEWS: Update. * configure.ac: Update. * doc/upgrade.texi: Update.
-rw-r--r--NEWS6
-rw-r--r--configure.ac3
-rw-r--r--doc/upgrade.texi9
3 files changed, 13 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index f0aca4a1..0dd7fd74 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,12 @@
-Mailfromd NEWS -- history of user-visible changes. 2017-11-02
+Mailfromd NEWS -- history of user-visible changes. 2017-11-03
Copyright (C) 2005-2017 Sergey Poznyakoff
See the end of file for copying conditions.
Please send Mailfromd bug reports to <bug-mailfromd@gnu.org.ua>
+
+Version 8.4, 2017-11-03
+
+* Requires Mailutils 3.4
Version 8.3, 2017-11-02
diff --git a/configure.ac b/configure.ac
index 5a48ea8a..1e9edae5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@
AC_PREREQ(2.63)
m4_define([MF_VERSION_MAJOR], 8)
-m4_define([MF_VERSION_MINOR], 3)
+m4_define([MF_VERSION_MINOR], 4)
AC_INIT([mailfromd],
MF_VERSION_MAJOR.MF_VERSION_MINOR[]m4_ifdef([MF_VERSION_PATCH],.MF_VERSION_PATCH),
[bug-mailfromd@gnu.org.ua],
@@ -46,7 +46,6 @@ AC_PROG_YACC
AC_PROG_LEX
AC_PROG_LN_S
PKG_PROG_PKG_CONFIG
-AM_PROG_CC_C_O
# Debugging mode
MU_DEBUG_MODE
diff --git a/doc/upgrade.texi b/doc/upgrade.texi
index 054f22ca..1bda24bd 100644
--- a/doc/upgrade.texi
+++ b/doc/upgrade.texi
@@ -9,7 +9,7 @@ The following sections describe procedures for upgrading
between the consecutive Mailfromd releases.
@menu
-* 820-830:: Upgrading from 8.2 to 8.3
+* 820-830:: Upgrading from 8.2 to 8.3 (or 8.4)
* 700-800:: Upgrading from 7.0 to 8.0
* 600-700:: Upgrading from 6.0 to 7.0
* 5x0-600:: Upgrading from 5.x to 6.0
@@ -26,8 +26,13 @@ between the consecutive Mailfromd releases.
@end menu
@node 820-830
-@appendixsec Upgrading from 8.2 to 8.3
+@appendixsec Upgrading from 8.2 to 8.3 (or 8.4)
@cindex Upgrading from 8.2 to 8.3
+@cindex Upgrading from 8.2 to 8.4
+
+ Versions 8.3 and 8.4 differ only in required minimal version of
+mailutils (3.3 and 3.4, correspondingly). Apart from that, the
+following instructions apply to both versions.
In version 8.3 I abandoned the legacy DNS resolver and switched to
@dfn{GNU adns}. GNU ands is a standalone resolver library, which provides

Return to:

Send suggestions and report system problems to the System administrator.