aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-03-25 00:55:36 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2011-03-25 01:53:23 +0200
commit3799d295b7b9041d524e6e2a77ffc2072b9962d2 (patch)
treea3f0ad9211a318c78bb39026ada3e2ed0111cd7c
parent72dc4772060ea2db3f0bad78fcf5cee68380ff67 (diff)
downloadmailfromd-3799d295b7b9041d524e6e2a77ffc2072b9962d2.tar.gz
mailfromd-3799d295b7b9041d524e6e2a77ffc2072b9962d2.tar.bz2
Version 7.1
* NEWS: Update. * configure.ac: Update. * doc/upgrade.texi: Update.
-rw-r--r--NEWS23
-rw-r--r--configure.ac2
-rw-r--r--doc/upgrade.texi7
3 files changed, 30 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 30219c33..4bc2f032 100644
--- a/NEWS
+++ b/NEWS
@@ -1,2 +1,2 @@
-Mailfromd NEWS -- history of user-visible changes. 2010-08-07
+Mailfromd NEWS -- history of user-visible changes. 2011-03-25
Copyright (C) 2005-2011 Sergey Poznyakoff
@@ -7,2 +7,23 @@ Please send Mailfromd bug reports to <bug-mailfromd@gnu.org.ua>
+Version 7.1, GIT
+
+This is an intermediate release, fixing bugs found in 7.0 during
+the further developent.
+
+* mtasim: print mailfromd PID in verbose mode.
+* mailfromd: ignore server and listen statements in config file, if
+--mtasim is given.
+* mailfromd: New function callout_transcript (see the docs).
+* The #include statement reports error if its argument is not a regular
+file.
+* Fix 'setvar' functionality
+* Fix #pragma miltermacros (required at least 4 args in 7.0).
+* Minor fix in sa() builtin.
+* Fix dataseg expansion.
+* Fix the usage of `next' and `break' in try/catch blocks.
+* Unescape % characters in result texts.
+* Correctly handle undefined sun_path in sockaddr_un.
+* Fix bug in rateok.mf, spotted by Rich Graves on August 24, 2010.
+
+
Version 7.0, 2010-08-07
diff --git a/configure.ac b/configure.ac
index 3e95e533..32ea9e52 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,3 +18,3 @@ AC_PREREQ(2.63)
m4_define([MF_VERSION_MAJOR], 7)
-m4_define([MF_VERSION_MINOR], 0)
+m4_define([MF_VERSION_MINOR], 1)
dnl m4_define([MF_VERSION_PATCH], 0)
diff --git a/doc/upgrade.texi b/doc/upgrade.texi
index fc8fdcd4..1687dba2 100644
--- a/doc/upgrade.texi
+++ b/doc/upgrade.texi
@@ -12,2 +12,3 @@ between the consecutive Mailfromd releases.
@menu
+* 710-700:: Upgrading from 7.0 to 7.1
* 600-700:: Upgrading from 6.0 to 7.0
@@ -26,2 +27,8 @@ between the consecutive Mailfromd releases.
+@node 710-700
+@appendixsec Upgrading from 7.0 to 7.1
+
+The 7.1 release fixes the bugs found in 7.0. No special actions are
+needed when upgrading.
+
@node 600-700

Return to:

Send suggestions and report system problems to the System administrator.