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: AS47066 71.19.144.0/20 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 2.0.0 - updated website URL, cleanups Date: Mon, 12 May 2014 06:58:01 +0000 Message-ID: <20140512065801.GB24112@dcvr.yhbt.net> References: <20140512065801.GB24112@dcvr.yhbt.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1399877906 11959 80.91.229.3 (12 May 2014 06:58:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 May 2014 06:58:26 +0000 (UTC) To: clogger@librelist.org Original-X-From: clogger@librelist.org Mon May 12 08:58:20 2014 Return-path: Envelope-to: gcrcg-clogger@m.gmane.org In-Reply-To: <20140512065801.GB24112@dcvr.yhbt.net> List-Archive: List-Help: List-Id: List-Post: List-Subscribe: List-Unsubscribe: Precedence: list Original-Sender: clogger@librelist.org Xref: news.gmane.org gmane.comp.lang.ruby.clogger.general:70 Archived-At: Received: from zedshaw2.xen.prgmr.com ([71.19.156.177]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WjkBm-0004vY-NM for gcrcg-clogger@m.gmane.org; Mon, 12 May 2014 08:58:18 +0200 Received: from zedshaw2.xen.prgmr.com (unknown [IPv6:::1]) by zedshaw2.xen.prgmr.com (Postfix) with ESMTP id 3B6C9751A9 for ; Mon, 12 May 2014 07:02:50 +0000 (UTC) This updates the documentation to point to the new homepage at http://clogger.bogomips.org/ There is one API change which removes :to_io support, as this was never a valid Rack extension. Most users are unaffected, but I've bumped the major version just in case. This also fixes a minor incompatibility which prevented the GVL from being released on ruby-trunk (2.2.0dev) during disk operations. The mailing list continues to be hosted at librelist, but that will probably soon change to a public-inbox + mailing list. There are also minor code cleanups. This also relaxes license to LGPLv2.1 or later. * http://clogger.bogomips.org/ * clogger@librelist.org * git://bogomips.org/clogger.git * http://clogger.bogomips.org/NEWS.atom.xml -- Eric Wong