*** empty log message ***

master rel-3.0
Marc Alexander Lehmann 2008-01-28 12:23:01 +00:00
parent b65c47bdc0
commit ca75b9e95c
3 changed files with 367 additions and 337 deletions

View File

@ -1,6 +1,6 @@
Revision history for libev, a high-performance and full-featured event loop
3.0
3.0 Mon Jan 28 13:14:47 CET 2008
- API/ABI bump to version 3.0.
- ev++.h includes "ev.h" by default now, not <ev.h>.
- slightly improved documentation.

698
ev.3

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
#!/bin/sh
LE=../libevent-1.4.0-beta
LE=../libevent-1.4.1-beta
if ! [ -e evbuffer.c ]; then
echo do not run this programm unless you know what you are doing
@ -108,7 +108,7 @@ perl -ne '
s/-Wall//g;
#s/libevent/libev/g;
#VERSION
s/AM_INIT_AUTOMAKE\s*\(.*,(.*)\)/AM_INIT_AUTOMAKE(libevent-$1+libev,2.01)/;
s/AM_INIT_AUTOMAKE\s*\(.*,(.*)\)/AM_INIT_AUTOMAKE(libevent-$1+libev,3.0)/;
s/AC_LIBOBJ\(select\)/: ;/g;
s/AC_LIBOBJ\(poll\)/: ;/g;
s/AC_LIBOBJ\(kqueue\)/: ;/g;