From: Eric Wong Date: Tue, 18 Feb 2014 20:57:46 +0000 (+0000) Subject: raindrops 0.13.0 several minor fixes and improvements X-Git-Tag: v0.13.0^0 X-Git-Url: https://repo.or.cz/w/raindrops.git/commitdiff_plain/d24900b305a02cdedc4a532253798117f9686b5c raindrops 0.13.0 several minor fixes and improvements Most notably, this release is necessary for Ruby 2.2 (dev). Thanks to Koichi Sasada for the bug report! Eric Wong (5): Rakefile: remove raa_update task last_data_recv: do not assume Unicorn includes all constants raindrops.gemspec: add wrongdoc dev dependency linux_inet_diag: fix Ruby 2.2 (dev) build license: use LGPLv2.1 or later (was LGPL (2.1|3.0)-only) Hleb Valoshka (1): Remove Scope IDs from IPv6 addresses. --- diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index e762bf6..f643739 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v0.12.0 +DEF_VER=v0.13.0 LF=' '