diff options
author | Stef Walter <stefw@collabora.co.uk> | 2011-10-21 15:27:22 +0200 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2011-10-21 15:27:22 +0200 |
commit | 5a523d4614921a5f69cc85a1fca4b058d9ad3750 (patch) | |
tree | 14991e86c2dc80d93d4a0360930e16bc23f620c5 | |
parent | b0c0f832896d49f22ba7d952ddfc628a07218fd6 (diff) |
Release version 1.101.10
-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" |