From: Eric Wong Date: Tue, 6 Nov 2012 02:58:33 +0000 (+0000) Subject: clogger 1.2.0 - small bug and compatibility fixes X-Git-Tag: v1.2.0^0 X-Git-Url: https://repo.or.cz/w/clogger.git/commitdiff_plain/7cff94a7ce127765e7ce1ce75a92f29e3a15e604 clogger 1.2.0 - small bug and compatibility fixes This release enables the optional C extension on MRI Ruby 2.0.0 (and any other platform that builds C extensions). For rare setups which do not specify a :logger or :path parameter for Clogger#initialize, we are now Rack::Lint compliant and call #write on env["rack.errors"] instead of "<<" --- diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 4251f36..4085f0e 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.1.0.GIT +DEF_VER=v1.2.0 LF=' '