From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-2.9 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, URIBL_BLOCKED shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: ruby-io-splice@bogomips.org Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 174701F7B4; Sun, 11 Jan 2015 08:30:40 +0000 (UTC) Date: Sun, 11 Jan 2015 08:30:40 +0000 From: Eric Wong To: ruby-io-splice@bogomips.org Subject: [ANN] Ruby io_splice 4.4.0 - minor updates Message-ID: <20150111083040.GA24782@dcvr.yhbt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-Id: Most notably the mailing list is now subscription-optional on the bogomips.org server: ruby-io-splice@bogomips.org If you want to keep receiving email updates, you'll need to resubscribe by sending a message to: ruby-io-splice+subscribe@bogomips.org Migrating subscribers can't be done automatically as librelist (our old host) doesn't publish subscriber lists. But you don't have to subscribe, either, HTTP archives are available at: http://bogomips.org/ruby-io-splice/ There you'll also find links to ssoma/public-inbox for extracting the mail archives to git. shortlog: move mailing list to ruby-io-splice@bogomips.org switch documentation to olddoc pack internal structs for 64-bit systems favor comparisons against zero instead of -1 doc updates Again, the io_splice 5.x will remove the mistake of the IO::Splice.copy_stream method. Users are encouraged to use IO.copy_stream in Ruby (1.9+) itself instead. -- EW