about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--History.txt8
-rw-r--r--lib/clogger.rb2
2 files changed, 9 insertions, 1 deletions
diff --git a/History.txt b/History.txt
index 20ef99a..d816d27 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,11 @@
+=== 0.0.3 / 2009-08-29
+
+    The MRI extension clogger_ext gets GC bug fix and
+    cleanups/robustness improvements.  It should now be more
+    tolerant of misbehaving applications in that it'll be less
+    likely to segfault.  No changes to the (recommended) pure
+    implementation.
+
 === 0.0.2 / 2009-08-29
 
 * 2 bug fixes
diff --git a/lib/clogger.rb b/lib/clogger.rb
index 0918672..8f3a8f5 100644
--- a/lib/clogger.rb
+++ b/lib/clogger.rb
@@ -1,6 +1,6 @@
 # -*- encoding: binary -*-
 class Clogger
-  VERSION = '0.0.2'
+  VERSION = '0.0.3'
 
   OP_LITERAL = 0
   OP_REQUEST = 1