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=-2.4 required=3.0 tests=AWL,BAYES_00, MSGID_FROM_MTA_HEADER,URIBL_BLOCKED shortcircuit=no autolearn=unavailable version=3.3.2 Path: news.gmane.org!not-for-mail From: Eric Wong Newsgroups: gmane.comp.lang.ruby.kgio.general Subject: [ANN] kgio 2.3.2 - OpenBSD build fix Date: Tue, 15 Feb 2011 16:59:09 +0000 Message-ID: <20110215165909.GA26314@dcvr.yhbt.net> References: <20110215165909.GA26314@dcvr.yhbt.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1297789176 13467 80.91.229.12 (15 Feb 2011 16:59:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 15 Feb 2011 16:59:36 +0000 (UTC) To: kgio@librelist.org Original-X-From: kgio@librelist.org Tue Feb 15 17:59:32 2011 Return-path: Envelope-to: gclrkg-kgio@m.gmane.org In-Reply-To: <20110215165909.GA26314@dcvr.yhbt.net> List-Archive: List-Help: List-Id: List-Post: List-Subscribe: List-Unsubscribe: Precedence: list Original-Sender: kgio@librelist.org Xref: news.gmane.org gmane.comp.lang.ruby.kgio.general:12 Archived-At: Received: from zedshaw.xen.prgmr.com ([64.71.167.205]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PpOFD-0001Qj-Co for gclrkg-kgio@m.gmane.org; Tue, 15 Feb 2011 17:59:19 +0100 Received: from zedshaw.xen.prgmr.com (localhost [IPv6:::1]) by zedshaw.xen.prgmr.com (Postfix) with ESMTP id 6EA6221C63B for ; Tue, 15 Feb 2011 16:59:18 +0000 (UTC) kgio provides non-blocking I/O methods for Ruby without raising exceptions on EAGAIN and EINPROGRESS. It is intended for use with the Unicorn and Rainbows! Rack servers, but may be used by other applications. * http://bogomips.org/kgio/ * kgio@librelist.org * git://bogomips.org/kgio.git Changes: Thanks to Jeremy Evans, this release fixes the build under OpenBSD. -- Eric Wong