aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-11-05 13:30:40 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-11-05 13:30:40 +0000
commit45236cb88c6b908f0f0bd7e95f14ab5aa283a822 (patch)
tree8c84cb3426c4390ef3f3b3d1a6955fbc01d24b2b
parent25b83ac9a8327ae83754c044cab47f3c29f2ecde (diff)
downloadmailfromd-45236cb88c6b908f0f0bd7e95f14ab5aa283a822.tar.gz
mailfromd-45236cb88c6b908f0f0bd7e95f14ab5aa283a822.tar.bz2
Set the version number to 3.0
(dropping libmilter support calls for raising the major number). git-svn-id: file:///svnroot/mailfromd/trunk@784 7a8a7f39-df28-0410-adc6-e0d955640f24
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index af10bfc4..d98c1f59 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,16 @@
-Mailfromd NEWS -- history of user-visible changes. 2006-11-03
+Mailfromd NEWS -- history of user-visible changes. 2006-11-05
Copyright (C) 2005, 2006 Sergey Poznyakoff
See the end of file for copying conditions.
Please send mailfromd bug reports to <bug-mailfromd@gnu.org.ua>
-Version 2.0.4 (CVS)
+Version 3.0, 2006-11-05
+
+* The mailfromd binary is now installed in ${prefix}/sbin. Please,
+update your scripts. You are encouraged to update the startup script
+(run `cp etc/rc.mailfromd /wherever-your-startup-lives'), since the new
+version contains lots of enhancements (see below).
* The package no longer uses libmilter.
diff --git a/configure.ac b/configure.ac
index 28dcd9d7..8a3f9d70 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
# MA 02110-1301 USA
AC_PREREQ(2.59)
-AC_INIT([mailfromd], [2.0.4], [bug-mailfromd@gnu.org.ua])
+AC_INIT([mailfromd], [3.0], [bug-mailfromd@gnu.org.ua])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])

Return to:

Send suggestions and report system problems to the System administrator.