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.2 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.5.0 - a minor feature update Date: Mon, 20 Jun 2011 19:50:31 +0000 Message-ID: <20110620195031.GA32555@dcvr.yhbt.net> References: <20110620195031.GA32555@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 1308599448 25623 80.91.229.12 (20 Jun 2011 19:50:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 20 Jun 2011 19:50:48 +0000 (UTC) To: kgio@librelist.org Original-X-From: kgio@librelist.org Mon Jun 20 21:50:43 2011 Return-path: Envelope-to: gclrkg-kgio@m.gmane.org In-Reply-To: <20110620195031.GA32555@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:33 Archived-At: Received: from zedshaw.xen.prgmr.com ([64.71.167.205]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QYkUc-0005mB-AN for gclrkg-kgio@m.gmane.org; Mon, 20 Jun 2011 21:50:42 +0200 Received: from zedshaw.xen.prgmr.com (localhost [IPv6:::1]) by zedshaw.xen.prgmr.com (Postfix) with ESMTP id 0105921C969 for ; Mon, 20 Jun 2011 19:50:36 +0000 (UTC) Changes: * Kgio::File.tryopen method added. It is like File.open but won't raise exceptions. The Kgio::File class includes Kgio::PipeMethods, so FIFOs opened through this get the kgio_* API. * The kgio_wait_*able methods in Kgio::DefaultWaiters now accept an optional timeout argument. --- * http://bogomips.org/kgio/ * kgio@librelist.org * git://bogomips.org/kgio.git -- Eric Wong