NEWS in clogger-0.6.0 vs NEWS in clogger-0.7.0
- old
+ new
@@ -1,4 +1,17 @@
+=== clogger 0.7.0 - portability improvements, cleanups / 2011-01-15 00:39 UTC
+
+ Broken/crazy systems without CLOCK_MONOTONIC (in varying
+ degrees) and/or clock_gettime() should be supported by
+ using gettimeofday(). Thanks to Lawrence Pit for reporting
+ and helping us test.
+
+ The Clogger::ToPath proxy class is gone, Clogger itself can
+ proxy to_path/close calls correctly to the response body.
+
+ $time_utc with a default strftime-format is now supported, and
+ time formats can now be arbitrarily long in the C extension.
+
=== clogger 0.6.0 - :path shortcut, minor bugfixes / 2010-12-25 09:28 UTC
Clogger may now be initialized with a :path instead of :logger
to avoid typing "::File" in config.ru files to avoid conflicting
with the completely-unrelated Rack::File.