From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id E41531F405; Sat, 15 Dec 2018 04:46:51 +0000 (UTC) Date: Sat, 15 Dec 2018 04:46:51 +0000 From: Eric Wong To: ruby-talk@ruby-lang.org, sleepy-penguin@bogomips.org Subject: [ANN] sleepy_penguin 3.5.1 - Linux I/O events (and more) for Ruby Message-ID: <20181215-sleepy_penguin-3.5.1-rele@sed> References: <20170322072733.GA26884@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170322072733.GA26884@dcvr> List-Id: sleepy_penguin provides access to newer, Linux-only system calls to wait on events from traditionally non-I/O sources. Bindings to the eventfd, timerfd, inotify, and epoll interfaces are provided. Experimental support for kqueue on FreeBSD (and likely OpenBSD/NetBSD) is also provided. * homepage: https://bogomips.org/sleepy_penguin/ * git clone https://bogomips.org/sleepy_penguin.git * Atom feed: https://bogomips.org/sleepy_penguin/NEWS.atom.xml * mailing list: sleepy-penguin@bogomips.org * mail archives: https://bogomips.org/sleepy-penguin/ nntp://news.public-inbox.org/inbox.comp.lang.ruby.sleepy-penguin https://bogomips.org/sleepy-penguin/new.atom Changes: sleepy_penguin 3.5.1 This release fixes some minor things for kqueue and clang users. Not much going on... *yawn* 6 changes since v3.5.0 (2017-03-22): kqueue: ensure close-on-exec flag is set kqueue: modernize Struct usage for Ruby 2.5.0dev fix 64-to-32-bit truncation warning kqueue: get rid of unused variable warnings epoll: avoid reduce block capture and ivar requests doc: use HTTPS URLS when possible