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: kgio 2.5.0 release coming soon Date: Fri, 17 Jun 2011 19:13:24 -0700 Message-ID: <20110618021324.GA27781@dcvr.yhbt.net> References: <20110618021324.GA27781@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 1308363221 14958 80.91.229.12 (18 Jun 2011 02:13:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 18 Jun 2011 02:13:41 +0000 (UTC) To: kgio@librelist.org Original-X-From: kgio@librelist.org Sat Jun 18 04:13:37 2011 Return-path: Envelope-to: gclrkg-kgio@m.gmane.org In-Reply-To: <20110618021324.GA27781@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:32 Archived-At: Received: from zedshaw.xen.prgmr.com ([64.71.167.205]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QXl2W-0004h2-Jy for gclrkg-kgio@m.gmane.org; Sat, 18 Jun 2011 04:13:36 +0200 Received: from zedshaw.xen.prgmr.com (localhost [IPv6:::1]) by zedshaw.xen.prgmr.com (Postfix) with ESMTP id 70AC821CA13 for ; Sat, 18 Jun 2011 02:13:35 +0000 (UTC) Changes: * Kgio::File.tryopen method added, it's 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 default kgio_wait_*able methods in Kgio::DefaultWaiters accept an optional timeout argument. I don't expect portability problems from these new features, but please test if you get the chance. * http://bogomips.org/kgio/ * git://bogomips.org/kgio.git Thanks for reading! -- Eric Wong