object b8a39676cce2ab22efb14949073ade4f9541ceb3 type commit tag v2.0.2 tagger Eric Wong <e@80x24.org> 2015-02-27 22:54:55 +0000 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
git clone http://yhbt.net/clogger.git