about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--History.txt7
-rw-r--r--lib/clogger.rb2
2 files changed, 8 insertions, 1 deletions
diff --git a/History.txt b/History.txt
index 51bd07d..20ef99a 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,10 @@
+=== 0.0.2 / 2009-08-29
+
+* 2 bug fixes
+
+   * support "$request_uri" as a log variable
+   * Log bad/invalid app responses as 500 errors
+
 === 0.0.1 / 2009-08-28
 
 * 1 major enhancement
diff --git a/lib/clogger.rb b/lib/clogger.rb
index 8e881c2..0918672 100644
--- a/lib/clogger.rb
+++ b/lib/clogger.rb
@@ -1,6 +1,6 @@
 # -*- encoding: binary -*-
 class Clogger
-  VERSION = '0.0.1'
+  VERSION = '0.0.2'
 
   OP_LITERAL = 0
   OP_REQUEST = 1