about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <mwrap-public@80x24.org>2022-08-22 18:10:18 +0000
committerEric Wong <mwrap-public@80x24.org>2022-08-22 18:10:18 +0000
commite3d506de0aa3e8a574db0724bcc540f4e08f3838 (patch)
tree4e2e8eb7eb7d1dfcccfcf69e67b3715cb4ae08a5
parent61f9d94e11e046094c607bdf56c9633938e074b2 (diff)
downloadmwrap-e3d506de0aa3e8a574db0724bcc540f4e08f3838.tar.gz
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
-rw-r--r--mwrap.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/mwrap.gemspec b/mwrap.gemspec
index 877c80d..48a32b2 100644
--- a/mwrap.gemspec
+++ b/mwrap.gemspec
@@ -12,9 +12,9 @@ desc = `git describe --abbrev=4 HEAD`.strip.tr('-', '.').delete_prefix('v')
 
 Gem::Specification.new do |s|
   s.name = 'mwrap'
-  s.version = desc.empty? ? '2.1.0' : desc
+  s.version = desc.empty? ? '2.2.0' : desc
   s.homepage = 'https://80x24.org/mwrap/'
-  s.authors = ["Ruby hackers"]
+  s.authors = ["mwrap hackers"]
   s.summary = 'LD_PRELOAD malloc wrapper for Ruby'
   s.executables = %w(mwrap)
   s.files = manifest