about summary refs log tree commit homepage
tag namev2.0.2 (e60ba1fc771bb05c12698272bb0ea1b9fb46e6fd)
tag date2015-02-27 22:54:55 +0000
tagged byEric Wong <e@80x24.org>
tagged objectcommit b8a39676cc...
downloadclogger-2.0.2.tar.gz
clogger 2.0.2 - bugfixes for pure Ruby users
This release fixes a bug discovered in the rarely-used pure Ruby
version in multithreaded Rack servers.

Some folks reported privately that they forgot to upgrade from
clogger 1.0.1 when when upgrading from MRI 1.9.3 to 2.1, so they
were inadvertently using the pure Ruby version instead of the
less-buggy C extension.  This also adds support for using the
monotonic clock under Ruby 2.1+ for request timing, matching
what the C extension used all along.

Users of the C extension are unaffected by bugs this release fixes
and do not need to upgrade.

* pure: fix reentrancy of request_time
* pure: use monotonic clock if possible