about summary refs log tree commit homepage
tag namev2.3.0 (aee559e2efb9c7c28fab986e9b25594f46b7143a)
tag date2022-09-03 09:58:01 +0000
tagged byEric Wong <mwrap-public@80x24.org>
tagged objectcommit e6f1dbf1c1...
downloadmwrap-2.3.0.tar.gz
mwrap 2.3.0
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