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,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.6.0 - minor feature update and cleanups Date: Fri, 15 Jul 2011 02:04:16 +0000 Message-ID: <20110715020416.GB6570@dcvr.yhbt.net> References: <20110715020416.GB6570@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 1310695480 27431 80.91.229.12 (15 Jul 2011 02:04:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 15 Jul 2011 02:04:40 +0000 (UTC) To: kgio@librelist.org Original-X-From: kgio@librelist.org Fri Jul 15 04:04:35 2011 Return-path: Envelope-to: gclrkg-kgio@m.gmane.org In-Reply-To: <20110715020416.GB6570@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:39 Archived-At: Received: from zedshaw.xen.prgmr.com ([64.71.167.205]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QhXlb-0003tR-Ir for gclrkg-kgio@m.gmane.org; Fri, 15 Jul 2011 04:04:35 +0200 Received: from zedshaw.xen.prgmr.com (localhost [IPv6:::1]) by zedshaw.xen.prgmr.com (Postfix) with ESMTP id A56E721CA3D for ; Fri, 15 Jul 2011 02:05:00 +0000 (UTC) We now export SOCK_NONBLOCK, SOCK_CLOEXEC constants in the Kgio namespace to make kgio_tryaccept/kgio_accept easier-to-use. There are also some minor internal cleanups. * http://bogomips.org/kgio/ * kgio@librelist.org * git://bogomips.org/kgio.git -- Eric Wong