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. --- lib/clogger.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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