From 724c1f6a3b42a020199554c809a46ddc4b404659 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 13 Feb 2010 01:47:12 -0800 Subject: clogger 0.3.2 This release fixes a memory leak in the optional C extension due to misuse of the Ruby C API. Users of the pure Ruby version are unaffected. We also misreleased 0.3.1 with this fix, but without bumping the Clogger::VERSION constant. --- GIT-VERSION-GEN | 2 +- lib/clogger.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index e1fc604..c129dfa 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v0.3.0.GIT +DEF_VER=v0.3.2.GIT LF=' ' diff --git a/lib/clogger.rb b/lib/clogger.rb index b23f3fe..641d5c5 100644 --- a/lib/clogger.rb +++ b/lib/clogger.rb @@ -1,6 +1,6 @@ # -*- encoding: binary -*- class Clogger - VERSION = '0.3.0' + VERSION = '0.3.2' OP_LITERAL = 0 OP_REQUEST = 1 -- cgit v1.2.3-24-ge0c7