diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -1.10 ??? +1.10 [2011-10-21] - Fix race issue with waitpid on linux. - Close all (other than standard) file descriptors when forking filter. diff --git a/configure.in b/configure.in index c4ec886..1b2b485 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.90, stef@memberwebs.com) -AM_INIT_AUTOMAKE(proxsmtp, 1.9.90) +AC_INIT(proxsmtp, 1.10, stef@thewalter.net) +AM_INIT_AUTOMAKE(proxsmtp, 1.10) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include" |