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.5.0 - body.to_path forwarding Date: Sun, 6 Jun 2010 08:05:46 +0000 Message-ID: <20100606080546.GA29009@dcvr.yhbt.net> References: <20100606080546.GA29009@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 1275811566 632 80.91.229.12 (6 Jun 2010 08:06:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 6 Jun 2010 08:06:06 +0000 (UTC) To: clogger@librelist.com Original-X-From: clogger@librelist.com Sun Jun 06 10:06:04 2010 Return-path: Envelope-to: gcrcg-clogger@m.gmane.org In-Reply-To: <20100606080546.GA29009@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:39 Archived-At: Received: from zedshaw.xen.prgmr.com ([64.71.167.205]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OLAro-0000ca-P3 for gcrcg-clogger@m.gmane.org; Sun, 06 Jun 2010 10:06:00 +0200 Received: from zedshaw.xen.prgmr.com (localhost [IPv6:::1]) by zedshaw.xen.prgmr.com (Postfix) with ESMTP id E468021AE75 for ; Sun, 6 Jun 2010 08:13:50 +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: This release allows middleware like Rack::Contrib::Sendfile to work properly higher up the stack from Clogger. Certain configurations of the Rainbows! and Zbatery web servers are able to use the return value of body.to_path to serve static files efficiently (via IO.copy_stream under 1.9 or stream_file_data with EventMachine). There are some small cleanups and documentation improvements as well. I've relicensed to LGPLv2.1+ (from LGPLv3-only) to allow bundling with GPLv2-only applications (I'm currently the sole copyright holder). -- Eric Wong