about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-08-09 23:46:08 +0000
committerEric Wong <e@80x24.org>2017-08-09 23:50:12 +0000
commit8be3f715ce86f89842436ac3054b8dbeede7c07c (patch)
tree62e7b7566335f0b45f5473ab6392936cfd52d9ce
parent35561c491584a22b82dec5f37b84f792aa8a278b (diff)
downloadraindrops-8be3f715ce86f89842436ac3054b8dbeede7c07c.tar.gz
This release fixes Rack 2.x compatibility for the few users of
Raindrops::Middleware
<https://bogomips.org/raindrops/Raindrops/Middleware.html>.
Thanks to Dmytro Shteflyuk for this release.

No need to upgrade unless you use Raindrops::Middleware with
Rack 2.x.

There's also a few minor, inconsequential cleanups.

Dmytro Shteflyuk (1):
      Properly override respond_to? in Raindrops::Middleware::Proxy

Eric Wong (2):
      Ruby thread compatibility updates
      tcp_info: remove unnecessary extconf.h include
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 59c1d45..46a52d9 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.18.0
+DEF_VER=v0.19.0
 
 LF='
 '