From b820936b7fad3992a1e4310e43161a6f556b2d0f Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Tue, 26 Feb 2008 02:38:17 +0000 Subject: [PATCH] make it 1.4.2-rc svn:r664 --- ChangeLog | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 96efbed3..a456bf50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Changes in 1.4.2: +Changes in 1.4.2-rc: o remove pending timeouts on event_base_free() o also check EAGAIN for Solaris' event ports; from W.C.A. Wijngaards o devpoll and evport need reinit; tested by W.C.A Wijngaards diff --git a/configure.in b/configure.in index 181bb54b..1bd3b700 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ dnl configure.in for libevent dnl Dug Song AC_INIT(event.c) -AM_INIT_AUTOMAKE(libevent,1.4.1-beta) +AM_INIT_AUTOMAKE(libevent,1.4.2-rc) AM_CONFIG_HEADER(config.h) dnl AM_MAINTAINER_MODE