*** empty log message ***

master rel-3.2
Marc Alexander Lehmann 2008-04-02 15:11:42 +00:00
parent 48b99870c8
commit 9205046692
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Revision history for libev, a high-performance and full-featured event loop.
3.2
3.2 Wed Apr 2 17:11:19 CEST 2008
- fix a 64 bit overflow issue in the select backend,
by using fd_mask instead of int for the mask.
- rename internal sighandler to avoid clash with very old perls.

View File

@ -1,7 +1,7 @@
AC_INIT
AC_CONFIG_SRCDIR([ev_epoll.c])
AM_INIT_AUTOMAKE(libev,3.1)
AM_INIT_AUTOMAKE(libev,3.2)
AC_CONFIG_HEADERS([config.h])
AM_MAINTAINER_MODE