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.4.0 - small cleanups Date: Thu, 22 Apr 2010 00:00:04 +0000 Message-ID: <20100422000004.GA3592@dcvr.yhbt.net> References: <20100422000004.GA3592@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 1271894417 11145 80.91.229.12 (22 Apr 2010 00:00:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 22 Apr 2010 00:00:17 +0000 (UTC) To: clogger@librelist.com Original-X-From: clogger@librelist.com Thu Apr 22 02:00:15 2010 Return-path: Envelope-to: gcrcg-clogger@m.gmane.org In-Reply-To: <20100422000004.GA3592@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:35 Archived-At: Received: from zedshaw.xen.prgmr.com ([64.71.167.205]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O4jq3-00083T-Em for gcrcg-clogger@m.gmane.org; Thu, 22 Apr 2010 02:00:15 +0200 Received: from zedshaw.xen.prgmr.com (localhost [IPv6:::1]) by zedshaw.xen.prgmr.com (Postfix) with ESMTP id 86BE021A056 for ; Thu, 22 Apr 2010 00:07:05 +0000 (UTC) Clogger is Rack middleware for logging HTTP requests. The log format is customizable so you can specify exactly which fields to log. * http://clogger.rubyforge.org/ * clogger@librelist.com * git://git.bogomips.org/clogger.git Changes: Small cleanups and minor enhancements (mainly for the optional C extension) for this release: Eric Wong (10): ext: use FIX macros instead of generic NUM macros if possible ext: preserve subclasses of Rack::Utils::HeaderHash test: fix Linux memory usage test avoid direct require of "rack" to quiet warnings ext: GC safety fix when throwing an exception ext: eliminate unused variable ext: fix signedness and shadow warnings ext: sparse cleanups ext: avoid void pointer arithmetic clogger 0.4.0 -- Eric Wong