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=-3.6 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, T_FILL_THIS_FORM_SHORT 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 A69DD2090A; Mon, 20 Mar 2017 19:52:09 +0000 (UTC) Date: Mon, 20 Mar 2017 19:52:09 +0000 From: Eric Wong To: ruby-talk@ruby-lang.org, ruby-posix-mq@bogomips.org Subject: [ANN] posix_mq 2.4.0 - POSIX Message Queues for Ruby Message-ID: <20170320-posix-mq-2.4.0-rele@sed-for-ruby> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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.0 posix_mq Changes: Ruby posix_mq 2.4.0 Most notably there are some FreeBSD fixes. There are also some minor internal cleanups and doc updates. 7 changes since 2.3.0 (2016-02-02): doc: remove private email address doc: update bogomips.org URLs to HTTPS set correct condition for setting id_autoclose test_posix_mq: get tests passing under FreeBSD 10.3 TypedData C-API conversion freeze internal objects build: remove build-time olddoc dependency