aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-01-05 15:34:44 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-01-05 15:34:44 +0000
commit29aced5e2ba5b249e1559889373c97e15b3b1c98 (patch)
tree9e1a01ecdcf28df75ac315542148452ee53e814b
parent1682e5ff82de4d0187a301433f2871c1ed94b405 (diff)
downloadmailfromd-29aced5e2ba5b249e1559889373c97e15b3b1c98.tar.gz
mailfromd-29aced5e2ba5b249e1559889373c97e15b3b1c98.tar.bz2
Raise version number to 1.3
git-svn-id: file:///svnroot/mailfromd/trunk@182 7a8a7f39-df28-0410-adc6-e0d955640f24
-rw-r--r--NEWS11
-rw-r--r--configure.ac4
2 files changed, 11 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index ff83eb66..73eb3184 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,16 @@
-Mailfromd NEWS -- history of user-visible changes. 2005-08-17
-Copyright (C) 2005 Sergey Poznyakoff
+Mailfromd NEWS -- history of user-visible changes. 2006-01-05
+Copyright (C) 2005, 2006 Sergey Poznyakoff
See the end of file for copying conditions.
Please send radius bug reports to <bug-mailfromd@gnu.org.ua>
+Version 1.3
+
+* Rewritten DNS resolver functions in order to take into account CNAMEs.
+* Updated Makefiles to allow for compilation with the CVS Mailutils
+* Improved documentation.
+
+
Version 1.2
* Implemented sending rate control.
diff --git a/configure.ac b/configure.ac
index 5851c5e1..37cd85e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# This file is part of mailfrom filter.
-# Copyright (C) 2005, Sergey Poznyakoff
+# Copyright (C) 2005, 2006 Sergey Poznyakoff
#
# This program 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 @@
# MA 02110-1301 USA
AC_PREREQ(2.59)
-AC_INIT([mailfromd], [1.2], [bug-mailfromd@gnu.org.ua])
+AC_INIT([mailfromd], [1.3], [bug-mailfromd@gnu.org.ua])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_LIBOBJ_DIR([src])

Return to:

Send suggestions and report system problems to the System administrator.