[Lunar-commits] <moonbase> libev: version bumped to 3.7.
Florin Braescu
florin at lunar-linux.org
Sat Jul 18 10:54:12 CEST 2009
commit 58f0a02de4ae693e37402f45bec8dba16154aead
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat Jul 18 11:54:12 2009 +0300
libev: version bumped to 3.7.
This release most notably adds hooking functionality to make it easier
to share event loops between multiple threads. It fixes a bug in
ev_unloop and multiple threads, improves timing precision under Windows,
and improves the documentation in many areas. The recursion depth and the
remaining time for a timeout can now be queried, the io_collect_interval
interpretation has changed slightly, there is now a reduced API option,
and a number of minor bugs w.r.t. configuration have been fixed.
---
zbeta/libev/DETAILS | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/zbeta/libev/DETAILS b/zbeta/libev/DETAILS
index 56bbf23..5853834 100644
--- a/zbeta/libev/DETAILS
+++ b/zbeta/libev/DETAILS
@@ -1,11 +1,11 @@
MODULE=libev
- VERSION=3.6
+ VERSION=3.7
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://dist.schmorp.de/$MODULE/Attic
- SOURCE_VFY=sha1:547e35dd5d63e9dcd99780caa946690b605580a1
+ SOURCE_VFY=sha1:eefd99ef01b15a64c32bf36a1955d2f13bd06e21
WEB_SITE=http://software.schworp.de/pkg/libev.html
ENTERED=20080229
- UPDATED=20090428
+ UPDATED=20090718
SHORT="A library for event loops"
cat << EOF
More information about the Lunar-commits
mailing list