From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS6939 64.71.128.0/18 X-Spam-Status: No, score=-1.9 required=3.0 tests=AWL,BAYES_00 shortcircuit=no autolearn=unavailable version=3.3.2 X-source-folder: /home/ew/Mail/a.yhbt/2011-10.mbox.gz Return-Path: X-Original-To: normalperson@yhbt.net Received: from zedshaw.xen.prgmr.com (zedshaw.xen.prgmr.com [64.71.167.205]) by dcvr.yhbt.net (Postfix) with ESMTP id 9F9E220E3D for ; Sat, 21 May 2011 01:28:44 +0000 (UTC) Received: from zedshaw.xen.prgmr.com (localhost [IPv6:::1]) by zedshaw.xen.prgmr.com (Postfix) with ESMTP id 8B5F621C99B for ; Sat, 21 May 2011 01:28:44 +0000 (UTC) MIME-Version: 1.0 Date: Sat, 21 May 2011 01:28:33 +0000 From: Eric Wong In-Reply-To: <20110521012833.GA17621@dcvr.yhbt.net> List-Archive: List-Help: List-Id: List-Post: List-Subscribe: List-Unsubscribe: Message-Id: <20110521012833.GA17621@dcvr.yhbt.net> Precedence: list References: <20110521012833.GA17621@dcvr.yhbt.net> Sender: sleepy.penguin@librelist.org Subject: [sleepy.penguin] [ANN] sleepy_penguin 3.0.0 - incrementally better To: sleepy.penguin@librelist.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Several slightly backwards-incompatible API changes, so there's a major version bump from 2.0.0 to 3.0.0. /Most/ code doesn't need to be modified from 2.0.0, even (of course I don't know of anybody using this library...). Changes: Epoll#wait always waits the specified amount of time and never raises Errno::EINTR. Disabled operations on Fixnum file descriptors, only IO objects may be passed to Epoll methods. Cross-thread Epoll#close behavior matches Ruby 1.9.3dev (under 1.9.3dev). Improved Rubinius support (lightly tested). * http://bogomips.org/sleepy_penguin/ * sleepy.penguin@librelist.org * git://bogomips.org/sleepy_penguin.git -- Eric Wong