From f60c24e1fd49b6f3876f90a43a886c18d7fe743d Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 6 Jun 2010 07:50:51 +0000 Subject: clogger 0.5.0 - body.to_path forwarding 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). Signed-off-by: Eric Wong --- lib/clogger.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/clogger.rb') diff --git a/lib/clogger.rb b/lib/clogger.rb index ca102ba..1d4e012 100644 --- a/lib/clogger.rb +++ b/lib/clogger.rb @@ -4,8 +4,8 @@ require 'rack' # See the README for usage instructions class Clogger - # the version of Clogger, currently 0.4.0 - VERSION = '0.4.0' + # the version of Clogger, currently 0.5.0 + VERSION = '0.5.0' # :stopdoc: OP_LITERAL = 0 -- cgit v1.2.3-24-ge0c7