summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-09-16 17:58:59 +0200
committerStef Walter <stefw@collabora.co.uk>2011-09-16 17:58:59 +0200
commitea709f92dffd0e7b244caba1a478c5614cf19ba0 (patch)
tree9ad4845360e38c20e7a36d61c4fd5e65c14e8b8c
parent52747cc1752b8a8e35aee47db2f55d3a3c365ce3 (diff)
Test build.
-rw-r--r--NEWS3
-rw-r--r--configure.in4
2 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b872ccc..31bce38 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+1.10 ???
+ - Fix race issue with waitpid on linux.
+
1.9 [2011-01-23]
- Fix build warnings.
- Fix problem on linux not detecting netfilter headers.
diff --git a/configure.in b/configure.in
index d750d26..c4ec886 100644
--- a/configure.in
+++ b/configure.in
@@ -32,8 +32,8 @@ dnl DAMAGE.
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(proxsmtp, 1.9, stef@memberwebs.com)
-AM_INIT_AUTOMAKE(proxsmtp, 1.9)
+AC_INIT(proxsmtp, 1.9.90, stef@memberwebs.com)
+AM_INIT_AUTOMAKE(proxsmtp, 1.9.90)
LDFLAGS="$LDFLAGS -L/usr/local/lib"
CFLAGS="$CFLAGS -I/usr/local/include"