aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-03-10 14:11:03 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-03-10 14:11:03 +0000
commitc8915c096576643bb5c7ef467ac2eacf93dd5d7e (patch)
tree7fecac7274ecd7c2f588848a8f671025ae27ded9
parent18ebe7bb829772d7bf1df49d23a2c9dd53a2afcd (diff)
downloadmailfromd-c8915c096576643bb5c7ef467ac2eacf93dd5d7e.tar.gz
mailfromd-c8915c096576643bb5c7ef467ac2eacf93dd5d7e.tar.bz2
Version 4.4
git-svn-id: file:///svnroot/mailfromd/branches/release_4_3_patches@1631 7a8a7f39-df28-0410-adc6-e0d955640f24
-rw-r--r--ChangeLog6
-rw-r--r--NEWS4
-rw-r--r--configure.ac4
3 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 9972d196..54ca12b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-03-10 Sergey Poznyakoff <gray@gnu.org.ua>
+ -= Release 4.4 =-
+
+2008-03-10 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ * configure.ac, NEWS: Version 4.4
+
* src/mailfromd.h (enum mf_status_code): Add a comma and a count
definition, needed for make check-exceptions in docs.
* src/status.mfi (m4_ifdef): Use OLD_EXCEPTION_CODES instead of
diff --git a/NEWS b/NEWS
index 09dbea34..674dbae4 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ See the end of file for copying conditions.
Please send mailfromd bug reports to <bug-mailfromd@gnu.org.ua>
-Version 4.3.90 (SVN)
+Version 4.4, 2008-03-10
* The --domain option is withdrawn.
@@ -15,7 +15,7 @@ withdrawn and its short version (-D) is reused for another purpose
* New command line options -D and -U
-Both options work like their m4 counterpars: the `-D' command line
+Both options work like their m4 counterparts: the `-D' command line
option defines a preprocessor symbol, the `-U' option undefines it.
* Constant vs. variable shadowing
diff --git a/configure.ac b/configure.ac
index c76eae46..5a146171 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,8 +16,8 @@
AC_PREREQ(2.59)
m4_define([MF_VERSION_MAJOR], 4)
-m4_define([MF_VERSION_MINOR], 3)
-m4_define([MF_VERSION_PATCH], 90)
+m4_define([MF_VERSION_MINOR], 4)
+dnl m4_define([MF_VERSION_PATCH], 0)
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.