aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--NEWS10
-rw-r--r--configure.ac6
3 files changed, 17 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e8425e..f39cc24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2018-02-02 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ Version 3.2
+
+ * NEWS: Update.
+ * configure.ac: Raise version number.
+
2017-01-02 Sergey Poznyakoff <gray@gnu.org.ua>
Use new assoc array API (MU commit 622bc770)
diff --git a/NEWS b/NEWS
index eddd97a..4338db6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,13 @@
-Wyslij-po NEWS -- history of user-visible changes. 2016-11-21
-Copyright (C) 2007, 2009-2010, 2016-2017 Sergey Poznyakoff
+Wyslij-po NEWS -- history of user-visible changes. 2018-02-02
See the end of file for copying conditions.
Please send mailfromd bug reports to <bug-wyslij-po@gnu.org.ua>
+Version 3.2 - 2018-02-02
+
+* Requires Mailutils 3.4
+
+
Version 3.1 - 2016-11-21
Fix the use of configuration files.
@@ -48,7 +52,7 @@ Initial release.
=========================================================================
Copyright information:
-Copyright (C) 2007, 2009, 2010, 2016 Sergey Poznyakoff
+Copyright (C) 2007-2018 Sergey Poznyakoff
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
diff --git a/configure.ac b/configure.ac
index 097e564..34409fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Configuration for Wyslij-po
#
-# Copyright (C) 2007, 2009-2010, 2016-2017 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2010, 2016-2018 Sergey Poznyakoff
#
# Wyslij-po is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@
# along with Wyslij-po. If not, see <http://www.gnu.org/licenses/>. */
AC_PREREQ(2.63)
-AC_INIT([wyslij-po], [3.1], [bug-wyslij-po@gnu.org.ua],
+AC_INIT([wyslij-po], [3.2], [bug-wyslij-po@gnu.org.ua],
[wyslij-po], [http://www.gnu.org.ua/software/wyslij-po])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([src/wyslij-po.h])
@@ -42,7 +42,7 @@ AC_TYPE_SIZE_T
gl_INIT
# Check for GNU Mailutils
-AM_GNU_MAILUTILS(3.0, [auth mailer])
+AM_GNU_MAILUTILS(3.4, [auth mailer])
# Gettext.
AM_ICONV

Return to:

Send suggestions and report system problems to the System administrator.