From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 7C7D51F6BA; Thu, 23 Mar 2017 02:10:59 +0000 (UTC) Date: Thu, 23 Mar 2017 02:10:59 +0000 From: Eric Wong To: ruby-talk@ruby-lang.org, mogile@googlegroups.com Cc: mogilefs-client-public@bogomips.org Subject: [ANN] mogilefs-client 3.11.1 - MogileFS client library for Ruby Message-ID: <20170323-Ruby-mogilefs-client-3.11.1-rele@sed> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-Id: A MogileFS client library for Ruby. MogileFS is an open source distributed filesystem, see: http://mogilefs.org/ for more details. This library allows any Ruby application to read, write and delete files in a MogileFS instance. Changes: mogilefs-client 3.11.1 This release updates the IO#write garbage workaround to be enabled for Ruby 2.0 and 2.1 users; but avoids it on the just-released Ruby 2.4.1; as that includes the backported bugfix for https://bugs.ruby-lang.org/issues/13085 There's also some trivial doc and code aesthetics fixes. 6 changes since 3.11.0: .olddoc.yml: add trailing slash on URL socket_common: expand IO#write garbage workaround to 2.0 and 2.1 socket_common: limit garbage workaround to Ruby <= 2.4.1 socket_common: remove needless 'o' modifier for Regexp socket_common: improve readability of case statement GNUmakefile: fix incorrect comment rdoc :: https://bogomips.org/mogilefs-client/ feed :: https://bogomips.org/mogilefs-client/NEWS.atom.xml list :: mogilefs-client-public@bogomips.org list-cc :: mogile@googlegroups.com list-archive :: https://bogomips.org/mogilefs-client-public/ git clone git://bogomips.org/mogilefs-client.git nntp://news.public-inbox.org/inbox.comp.file-systems.mogilefs.ruby