From d60d0b4656718a63137f89baa15b6589740ad454 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 2 Sep 2009 01:04:19 -0700 Subject: clogger 0.0.4 --- History.txt | 16 ++++++++++++++++ lib/clogger.rb | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/History.txt b/History.txt index d816d27..00dd699 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,19 @@ +=== 0.0.4 / 2009-09-02 + + The pure Ruby version now escapes with uppercase A-F + characters to match nginx log output. There are now extra + checks against badly behaving Rack applications and 500 + errors will be logged before TypeError is raised if the + application response does not conform (minimally) to Rack + expectations. Finally, handling of $request (requests + without "HTTP_VERSION" set in the Rack env) should now be + logged correctly without unnecessary trailing characters. + + Hackers: the primary git repository has been moved to + git://git.bogomips.org/clogger.git for now since I'm having + issues with pushing to Rubyforge (seems related to Support + Requests item #26185). + === 0.0.3 / 2009-08-29 The MRI extension clogger_ext gets GC bug fix and diff --git a/lib/clogger.rb b/lib/clogger.rb index 8f3a8f5..9a76f38 100644 --- a/lib/clogger.rb +++ b/lib/clogger.rb @@ -1,6 +1,6 @@ # -*- encoding: binary -*- class Clogger - VERSION = '0.0.3' + VERSION = '0.0.4' OP_LITERAL = 0 OP_REQUEST = 1 -- cgit v1.2.3-24-ge0c7