about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-06-06 07:50:51 +0000
committerEric Wong <normalperson@yhbt.net>2010-06-06 07:57:13 +0000
commitf60c24e1fd49b6f3876f90a43a886c18d7fe743d (patch)
tree1d0492d9b23334e57653781cd984ac7ec5b40feb
parent86699fa42105c48e7d4c3cf6e16cca4417bf0a06 (diff)
downloadclogger-f60c24e1fd49b6f3876f90a43a886c18d7fe743d.tar.gz
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 <normalperson@yhbt.net>
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--GNUmakefile2
-rw-r--r--lib/clogger.rb4
3 files changed, 4 insertions, 4 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 4a466ed..9ae4282 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.4.0.GIT
+DEF_VER=v0.5.0.GIT
 
 LF='
 '
diff --git a/GNUmakefile b/GNUmakefile
index f98c1cc..090fcc9 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -59,7 +59,7 @@ NEWS: GIT-VERSION-FILE .manifest
         $(RAKE) -s news_rdoc > $@+
         mv $@+ $@
 
-SINCE = 0.3.2
+SINCE = 0.4.0
 ChangeLog: log_range = $(shell test -n "$(SINCE)" && echo v$(SINCE)..)
 ChangeLog: GIT-VERSION-FILE
         @echo "ChangeLog from $(GIT_URL) ($(SINCE)..$(GIT_VERSION))" > $@+
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