about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-08-29 16:20:19 -0700
committerEric Wong <normalperson@yhbt.net>2009-08-29 16:20:19 -0700
commit5fb4355a370632391654a9aa19338fc48a30d143 (patch)
tree72ebf556257a63840c0ef9b3158de14c750aa801
parentcb1772c91444c0c4eb3e4cf17cac5e265cb2a551 (diff)
downloadclogger-5fb4355a370632391654a9aa19338fc48a30d143.tar.gz
-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