NEWS in clogger-0.3.2 vs NEWS in clogger-0.4.0

- old
+ new

@@ -1,4 +1,21 @@ +=== 0.4.0 / 2010-04-21 23:54 UTC + + 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 + === 0.3.2 / 2010-02-13 09:48 UTC 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.