v0.6.0
tag6b2c05e2706fec08ca59afcd8cc674cac450aaa6
object 04ac0bbb1a7eb6d36d80a33e5798c7bbd62455ef
authorEric Wong <normalperson@yhbt.net>
Sat, 25 Dec 2010 09:28:53 +0000 (25 01:28 -0800)
clogger 0.6.0 - :path shortcut, minor bugfixes

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.

$request_time is now uses the monotonic clock, making it immune
to system clock changes.  $usec and $msec statements were
completely broken in the pure-Ruby code and now fixed.

Rubinius is supported by the optional C extension as well,
the pure-Ruby code always worked.