From 111e5ac0bf12021a2b8cf9145df59312f1f96992 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 21 Apr 2010 16:53:43 -0700 Subject: clogger 0.4.0 Small cleanups and minor enhancements (mainly for the optional C extension) for this release: Eric Wong (10): ext: use FIX macros instead of generic NUM macros if possible ext: preserve subclasses of Rack::Utils::HeaderHash test: fix Linux memory usage test avoid direct require of "rack" to quiet warnings ext: GC safety fix when throwing an exception ext: eliminate unused variable ext: fix signedness and shadow warnings ext: sparse cleanups ext: avoid void pointer arithmetic clogger 0.4.0 --- 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 8567c91..ba047f5 100644 --- a/lib/clogger.rb +++ b/lib/clogger.rb @@ -2,7 +2,7 @@ autoload :Rack, 'rack' class Clogger - VERSION = '0.3.2' + VERSION = '0.4.0' OP_LITERAL = 0 OP_REQUEST = 1 -- cgit v1.2.3-24-ge0c7