From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS6939 64.71.128.0/18 X-Spam-Status: No, score=-1.9 required=3.0 tests=AWL,BAYES_00, MSGID_FROM_MTA_HEADER shortcircuit=no autolearn=unavailable version=3.3.2 Path: news.gmane.org!not-for-mail From: Eric Wong Newsgroups: gmane.comp.lang.ruby.clogger.general Subject: [ANN] clogger 0.6.0 - :path shortcut, minor bugfixes Date: Sat, 25 Dec 2010 09:35:50 +0000 Message-ID: <20101225093550.GA23459@dcvr.yhbt.net> References: <20101225093550.GA23459@dcvr.yhbt.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1293269773 22106 80.91.229.12 (25 Dec 2010 09:36:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 25 Dec 2010 09:36:13 +0000 (UTC) To: clogger@librelist.com Original-X-From: clogger@librelist.com Sat Dec 25 10:36:09 2010 Return-path: Envelope-to: gcrcg-clogger@m.gmane.org In-Reply-To: <20101225093550.GA23459@dcvr.yhbt.net> List-Archive: List-Help: List-Id: List-Post: List-Subscribe: List-Unsubscribe: Precedence: list Original-Sender: clogger@librelist.com Xref: news.gmane.org gmane.comp.lang.ruby.clogger.general:41 Archived-At: Received: from zedshaw.xen.prgmr.com ([64.71.167.205]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PWQXn-0006ih-JY for gcrcg-clogger@m.gmane.org; Sat, 25 Dec 2010 10:36:07 +0100 Received: from zedshaw.xen.prgmr.com (localhost [IPv6:::1]) by zedshaw.xen.prgmr.com (Postfix) with ESMTP id 5CCEB21C5F2 for ; Sat, 25 Dec 2010 09:48:31 +0000 (UTC) Clogger may now be initialized with a :path instead of :logger to avoid typing "::File" in config.ru files to avoid conflicting with the completely-unrelated Rack::File. $request_time is now uses the monotonic clock, making it immune to system clock changes. $usec and $msec statements were completely broken in the pure-Ruby code and now fixed. Rubinius is supported by the optional C extension as well, the pure-Ruby code always worked. * http://clogger.rubyforge.org/ * clogger@librelist.com * git://git.bogomips.org/clogger.git -- Eric Wong