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: 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 1.0.0 - \o/ Date: Thu, 21 Apr 2011 05:50:46 +0000 Message-ID: <20110421055046.GA16052@dcvr.yhbt.net> References: <20110421055046.GA16052@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 1303365074 25888 80.91.229.12 (21 Apr 2011 05:51:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 21 Apr 2011 05:51:14 +0000 (UTC) To: clogger@librelist.com Original-X-From: clogger@librelist.com Thu Apr 21 07:51:10 2011 Return-path: Envelope-to: gcrcg-clogger@m.gmane.org In-Reply-To: <20110421055046.GA16052@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:49 Archived-At: Received: from zedshaw.xen.prgmr.com ([64.71.167.205]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QCmnF-0002b5-7F for gcrcg-clogger@m.gmane.org; Thu, 21 Apr 2011 07:51:09 +0200 Received: from zedshaw.xen.prgmr.com (localhost [IPv6:::1]) by zedshaw.xen.prgmr.com (Postfix) with ESMTP id 97EDC21C7B5 for ; Thu, 21 Apr 2011 05:51:52 +0000 (UTC) Changes: * $time_iso8601 added for nginx compatibility * $time_local (without strftime-options) is now locale-independent There's also a minor usability tweak that allows Symbols to be specified as the :format argument, so config.ru can be shortened: before (continues to work with 1.0.0): use Clogger, :format => Clogger::Format::Rack_1_0 after: use Clogger, :format => :Rack_1_0 * http://clogger.rubyforge.org/ * clogger@librelist.com * git://bogomips.org/clogger.git -- Eric Wong