v0.7.0
tag04e6bf74b5b1b36bfe72e926bdd5793225942923
object 0abc76611fe3438dd5b152257f9ba9028c536ed3
authorEric Wong <normalperson@yhbt.net>
Sat, 15 Jan 2011 00:39:35 +0000 (14 16:39 -0800)
clogger 0.7.0 - portability improvements, cleanups

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.