From b8a39676cce2ab22efb14949073ade4f9541ceb3 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 27 Feb 2015 22:50:47 +0000 Subject: 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-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 1f15e96..8af4d6c 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.0.1 +DEF_VER=v2.0.2 LF=' ' -- cgit v1.2.3-24-ge0c7