From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS6939 64.71.128.0/18 X-Spam-Status: No, score=-1.9 required=3.0 tests=AWL,BAYES_00, MSGID_FROM_MTA_HEADER shortcircuit=no autolearn=unavailable version=3.3.2 Path: news.gmane.org!not-for-mail From: Eric Wong Newsgroups: gmane.comp.lang.ruby.clogger.general Subject: [ANN] clogger 0.3.2 - share a hacker, share a bug Date: Sat, 13 Feb 2010 10:42:25 +0000 Message-ID: <20100213104225.GE7833@dcvr.yhbt.net> References: <20100213104225.GE7833@dcvr.yhbt.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1266057773 1828 80.91.229.12 (13 Feb 2010 10:42:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 13 Feb 2010 10:42:53 +0000 (UTC) To: clogger@librelist.com Original-X-From: clogger@librelist.com Sat Feb 13 11:42:50 2010 Return-path: Envelope-to: gcrcg-clogger@m.gmane.org In-Reply-To: <20100213104225.GE7833@dcvr.yhbt.net> List-Archive: List-Help: List-Id: List-Post: List-Subscribe: List-Unsubscribe: Precedence: list Original-Sender: clogger@librelist.com Xref: news.gmane.org gmane.comp.lang.ruby.clogger.general:34 Archived-At: Received: from zedshaw.xen.prgmr.com ([64.71.167.205]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NgFSb-0008NN-4H for gcrcg-clogger@m.gmane.org; Sat, 13 Feb 2010 11:42:49 +0100 Received: from zedshaw.xen.prgmr.com (localhost [IPv6:::1]) by zedshaw.xen.prgmr.com (Postfix) with ESMTP id 7DD0621AE3E for ; Sat, 13 Feb 2010 10:48:05 +0000 (UTC) Yes, I managed to make the same mistake here I made in Unicorn! This release fixes a memory leak in the optional C extension due to misuse of the Ruby C API. Users of the pure Ruby version are unaffected. We also misreleased 0.3.1 with this fix, but without bumping the Clogger::VERSION constant. * http://clogger.rubyforge.org/ * clogger@librelist.com * git://git.bogomips.org/clogger.git -- Eric Wong