NEWS in clogger-0.4.0 vs NEWS in clogger-0.5.0

- old
+ new

@@ -1,4 +1,23 @@ +=== 0.5.0 / 2010-06-06 07:59 UTC + + 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> + === 0.4.0 / 2010-04-21 23:54 UTC Small cleanups and minor enhancements (mainly for the optional C extension) for this release: