about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-08-29 13:52:37 -0700
committerEric Wong <normalperson@yhbt.net>2009-08-29 13:53:42 -0700
commitd7cbdb6d59434145ed7293f97578feea83a47bc2 (patch)
tree1f97f194a2f28a4b16951b189f47a1a34e7699f5
parent4cae518fd0b2ba81114ed4cc26eb1704a1f71e28 (diff)
downloadclogger-d7cbdb6d59434145ed7293f97578feea83a47bc2.tar.gz
-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