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 6C35D1F404; Wed, 31 Jan 2018 00:05:29 +0000 (UTC) Date: Wed, 31 Jan 2018 00:05:29 +0000 From: Eric Wong To: ruby-talk@ruby-lang.org, ruby-posix-mq@bogomips.org Subject: [ANN] posix_mq 2.4.1 - POSIX Message Queues for Ruby Message-ID: <20180130-posix-mq-2.4.1@bogomips.org> References: <20170320-posix-mq-2.4.0-rele@sed-for-ruby> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170320-posix-mq-2.4.0-rele@sed-for-ruby> List-Id: POSIX message queues allow local processes to exchange data in the form of messages. This API is distinct from that provided by System V message queues, but provides similar functionality. * https://bogomips.org/ruby_posix_mq/ * ruby-posix-mq@bogomips.org * git clone git://bogomips.org/ruby_posix_mq.git * Atom feed: https://bogomips.org/ruby_posix_mq/NEWS.atom.xml * Mail archives: https://bogomips.org/ruby-posix-mq/ nntp://news.public-inbox.org/inbox.comp.lang.ruby.posix-mq * gem install -v 2.4.1 posix_mq Changes: Ruby posix_mq 2.4.1 This release fixes a problem affecting users of newer clang (5.x+) and Ruby 2.5.0: https://bugs.ruby-lang.org/issues/14425 There is no need to upgrade if using gcc or Ruby <= 2.4. * drop extra args to rb_funcall