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.1 required=3.0 tests=AWL,BAYES_00, MSGID_FROM_MTA_HEADER 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.7.0 - minor updates Date: Tue, 13 Dec 2011 06:19:15 +0000 Message-ID: <20111213061915.GA10794@dcvr.yhbt.net> References: <20111213061915.GA10794@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 1323757181 571 80.91.229.12 (13 Dec 2011 06:19:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 13 Dec 2011 06:19:41 +0000 (UTC) To: kgio@librelist.org Original-X-From: kgio@librelist.org Tue Dec 13 07:19:36 2011 Return-path: Envelope-to: gclrkg-kgio@m.gmane.org In-Reply-To: <20111213061915.GA10794@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:74 Archived-At: Received: from zedshaw.xen.prgmr.com ([64.71.167.205]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RaLiA-0006WL-SA for gclrkg-kgio@m.gmane.org; Tue, 13 Dec 2011 07:19:35 +0100 Received: from zedshaw.xen.prgmr.com (localhost [IPv6:::1]) by zedshaw.xen.prgmr.com (Postfix) with ESMTP id 4C24121CB78 for ; Tue, 13 Dec 2011 06:23:29 +0000 (UTC) Changes: When running under Ruby trunk/2.0.0dev, all IO objects created by kgio will be close-on-exec by default to match the (future) 2.0.0 behavior. accept()ed sockets in kgio have always been close-on-exec by default.. Singleton Kgio.accept_* methods are deprecated as the kgio_accept/kgio_tryaccept methods all take an additional flags argument. There are various, test, documentation, and error message improvements. Thanks to Jeremy Evans for once again ensuring tests pass under OpenBSD. * http://bogomips.org/kgio/ * kgio@librelist.org * git://bogomips.org/kgio.git * http://bogomips.org/kgio/NEWS.atom.xml -- Eric Wong