[Lunar-commits] <moonbase> libev: version bumped to 3.9.
Florin Braescu
florin at lunar-linux.org
Thu Dec 31 17:20:18 CET 2009
commit f5496a6704ce45bda6a01be282a750d4bccf9b8f
Author: Florin Braescu <florin at lunar-linux.org>
Date: Thu Dec 31 18:20:18 2009 +0200
libev: version bumped to 3.9.
This release fixes a larger number of minor portability issues and bugs.
It also disables signalfd usage by default, as too much software is
broken and gets confused by blocked signals (e.g. glib's threadpool).
On the feature side, ev_stat watchers now guarantee a difference between
previous and current stats, libev will take advantage of inotify_init1 if
available, idle watchers can now be disabled when embedding, and the C++
API now has an ev::timer->remaining () method.
---
zbeta/libev/DETAILS | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/zbeta/libev/DETAILS b/zbeta/libev/DETAILS
index 167774c..e738cd0 100644
--- a/zbeta/libev/DETAILS
+++ b/zbeta/libev/DETAILS
@@ -1,11 +1,11 @@
MODULE=libev
- VERSION=3.8
+ VERSION=3.9
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://dist.schmorp.de/$MODULE/Attic
- SOURCE_VFY=sha1:cc57a3e6e171738aaa9d6af35ea66624a0a62b51
+ SOURCE_VFY=sha1:a006a91346efd070359f4ad5c5077a0bac6fcee5
WEB_SITE=http://software.schworp.de/pkg/libev.html
ENTERED=20080229
- UPDATED=20090809
+ UPDATED=20091231
SHORT="A library for event loops"
cat << EOF
More information about the Lunar-commits
mailing list