NEWS in clogger-0.9.0 vs NEWS in clogger-1.0.0

- old
+ new

@@ -1,4 +1,20 @@ +=== clogger 1.0.0 - \o/ / 2011-04-21 05:42 UTC + + * $time_iso8601 added for nginx compatibility + * $time_local (without strftime-options) is now locale-independent + + There's also a minor usability tweak that allows Symbols to be + specified as the :format argument, so config.ru can be shortened: + + before (continues to work with 1.0.0): + + use Clogger, :format => Clogger::Format::Rack_1_0 + + after: + + use Clogger, :format => :Rack_1_0 + === clogger 0.9.0 - configurable logging for Rack / 2011-03-15 11:53 UTC Under 1.9, we always release the GVL for filesystem operations now to avoid worst case scenarios. This may hurt performance for some folks with bad locking implementations and extremely