aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-11-09 15:55:28 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-11-09 15:55:28 +0000
commitb762913c17ea292efe2f8ae042b8e03afa4e6110 (patch)
tree07fac2eb34f0376e621b90a842535a4303555ba8
parentd605191773c6b534a05f63566fd668bcdb15b302 (diff)
downloadmailfromd-b762913c17ea292efe2f8ae042b8e03afa4e6110.tar.gz
mailfromd-b762913c17ea292efe2f8ae042b8e03afa4e6110.tar.bz2
Version 3.0.2
git-svn-id: file:///svnroot/mailfromd/branches/release_3_0_patches@835 7a8a7f39-df28-0410-adc6-e0d955640f24
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5e6639c1..8be7f37c 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,11 @@ See the end of file for copying conditions.
Please send mailfromd bug reports to <bug-mailfromd@gnu.org.ua>
+Version 3.0.2 (CVS)
+
+* Fix race condition when using GDBM
+
+
Version 3.0.1, 2006-11-08
* Bugfixes
diff --git a/configure.ac b/configure.ac
index 6462606f..e717faad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
# MA 02110-1301 USA
AC_PREREQ(2.59)
-AC_INIT([mailfromd], [3.0.1], [bug-mailfromd@gnu.org.ua])
+AC_INIT([mailfromd], [3.0.2], [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.