From 5fb4355a370632391654a9aa19338fc48a30d143 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 29 Aug 2009 16:20:19 -0700 Subject: clogger 0.0.3 --- History.txt | 8 ++++++++ lib/clogger.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-24-ge0c7