about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2014-05-12 06:48:00 +0000
committerEric Wong <normalperson@yhbt.net>2014-05-12 06:49:33 +0000
commit8333454e7c95407b7d7eff5e8fbae0a2795b4d06 (patch)
tree676be4c87c1f3100b38f04c001f8e6e7592291fc
parent2dd4c5c457fb658b5b85e20c5ec23c14ab5834de (diff)
downloadclogger-8333454e7c95407b7d7eff5e8fbae0a2795b4d06.tar.gz
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.
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
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='
 '