From 5a523d4614921a5f69cc85a1fca4b058d9ad3750 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 21 Oct 2011 15:27:22 +0200 Subject: Release version 1.10 --- NEWS | 2 +- configure.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index c87253e..c5dff9c 100644 --- a/NEWS +++ b/NEWS @@ -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" -- cgit v1.2.3