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,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 BB9D11F54E; Sat, 3 Sep 2022 10:02:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1662199351; bh=GXsWkscP04pGTOQzfRCT+KqL6o6uNfeiOE0Mu9D6E2Y=; h=Date:From:To:Cc:Subject:From; b=5IpoeH+TpkwmLosaAF4xuHdwqLd66qh/fAtRf9bBLrRXqT1gDXLs4FlMiWEdCi2JR ISqYlkaLoQatUuFQ+RxyDt0I77q50h2f4GHZDIfGF5E31lLIjuWSzfkT5BrQ3KB103 Td0cglK3hbEaa0IKO5m76NkD9XXiu/LkKe2zNcvk= Date: Sat, 3 Sep 2022 10:02:31 +0000 From: Eric Wong To: mwrap-public@80x24.org Cc: Sam Saffron Subject: [ANNOUNCE] mwrap 2.3.0 Message-ID: <20220903100231.GA6515@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-Id: This release now supports --enable-shared builds of Ruby which is the common setting for GNU/Linux distros. FreeBSD 12.3 support remains broken, but the code is somewhat revised so it can be more easily fixed and maintained in the future. `mwrap --help' and and `mwrap --version' are now supported, and an RDoc error which only happens during `gem install' is fixed. * support --enabled-shared builds of Ruby * extconf.rb: avoid RDoc errors during gem install * add --version and --help args * cleanup some FreeBSD-related workarounds Available via RubyGems and https://80x24.org/mwrap/ * mail archives: https://80x24.org/mwrap-public/ * git clone https://80x24.org/mwrap.git