From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-2.9 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: clogger-public@bogomips.org Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 0A649200CD for ; Fri, 27 Feb 2015 22:45:10 +0000 (UTC) From: Eric Wong To: clogger-public@bogomips.org Subject: [PATCH 0/2] fixes for pure-Ruby users Date: Fri, 27 Feb 2015 22:45:05 +0000 Message-Id: <1425077107-25270-1-git-send-email-e@80x24.org> List-Id: These bugs were discovered by some folks who forgot to upgrade from clogger 1.0.1 when when upgrading from MRI 1.9.3 to 2.1 and were inadvertently using the pure Ruby version instead of the C extension. New release coming, but does not affect users of the C extension. Eric Wong (2): pure: fix reentrancy of request_time pure: use monotonic clock if possible