From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 78F711F54E; Mon, 22 Aug 2022 18:21:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1661192495; bh=xdSIwIBgd0NcS38B1Qv4vhWso/8NPtg5ayZ4DE2hDaQ=; h=Date:From:To:Cc:Subject:From; b=WpSIejeKqPgfiueazRyWPphw+TneWMTCxsLTcixhUoMkSGic+guONr2DxroJjSuAg yXEFVey77Y/pMNIMCieiEV7yTH7ZXj2h6WgG6j48dB39EipsoJYWj+lO7Xj1OXOeax 8kfpxVbsQxZ8WjiSzqEOH/FdzOkvVl67ZQtaArRk= Date: Mon, 22 Aug 2022 18:21:35 +0000 From: Eric Wong To: mwrap-public@80x24.org Cc: Sam Saffron Subject: [ANNOUNCE] mwrap 2.2.0 Message-ID: <20220822182135.GA30922@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-Id: This release adds Ruby 2.7, 3.0, and 3.1 support. This also fixes breakage in urcu v0.11.4, v0.12.3, and v0.13.1. While urcu v0.12.4 and v0.13.2 were released 2022-08-18, old versions will continue to be in distros for a while (and urcu v0.11.x won't be updated). There are also several updates ported from the Perl version. 7 changes since v2.1.0 in 2018: memalign: perform rcu_read_unlock on ENOMEM workaround breakage from urcu v0.11.4 constify arg for totals_add_rcu support Ruby 3.0.x disable HeapPageBody count test for Ruby 3.1 quiet uninitialized and unused variable warnings various doc updates Available via RubyGems and https://80x24.org/mwrap/ (I've Bcc-ed some folks since I'm not sure if their addresses are public)