From: Eric Wong Date: Mon, 12 May 2014 06:48:00 +0000 (+0000) Subject: clogger 2.0.0 - updated website URL, cleanups X-Git-Tag: v2.0.0^0 X-Git-Url: https://repo.or.cz/w/clogger.git/commitdiff_plain/8333454e7c95407b7d7eff5e8fbae0a2795b4d06 clogger 2.0.0 - updated website URL, cleanups This updates the documentation to point to the new homepage at http://clogger.bogomips.org/ There is one API change which removes :to_io support, as this was never a valid Rack extension. This also fixes a minor incompatibility which prevented the GVL from being released on ruby-trunk (2.2.0dev) during disk operations. The mailing list continues to be hosted at librelist, but that will probably soon change to a public-inbox + mailing list. There are also minor code cleanups. This also relaxes license to LGPLv2.1 or later. --- diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index edc39c9..f6a10f2 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.4.0 +DEF_VER=v2.0.0 LF=' '