[Lunar-commits] <moonbase> libev: version bumped to 3.48.
Florin Braescu
florin at lunar-linux.org
Thu Oct 30 22:34:40 CET 2008
commit 1c5bcba056e7ab8e872809a98ff5df97bab0b167
Author: Florin Braescu <florin at lunar-linux.org>
Date: Thu Oct 30 23:34:40 2008 +0200
libev: version bumped to 3.48.
This release mainly adds additional checks to the epoll backend to work
around the design bugs in the epoll kernel interface, by detecting and
ignoring events sent to the wrong process or otherwise not being
current. It also tries even harder to reduce the number of syscalls for
common use patterns in the epoll backend. The documentation has once
again been expanded and improved, and a number of minor issues have been
fixed, among them that ev_default_destroy would leave libev in a state
where one couldn't create the default loop again.
---
zbeta/libev/DETAILS | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/zbeta/libev/DETAILS b/zbeta/libev/DETAILS
index d22db38..35d0417 100644
--- a/zbeta/libev/DETAILS
+++ b/zbeta/libev/DETAILS
@@ -1,11 +1,11 @@
MODULE=libev
- VERSION=3.45
+ VERSION=3.48
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://dist.schmorp.de/$MODULE/Attic
- SOURCE_VFY=sha1:e488fc1dec09c1b3e67b0e22003c9a1afd316c2d
+ SOURCE_VFY=sha1:472f70c12ef14451e2eb71b66dad5b517dba453f
WEB_SITE=http://software.schworp.de/pkg/libev.html
ENTERED=20080229
- UPDATED=20081022
+ UPDATED=20081030
SHORT="A library for event loops"
cat << EOF
More information about the Lunar-commits
mailing list