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.raindrops.general Subject: [ANN] raindrops 0.3.0 - LGPL v2.1 and v3.0 relicense Date: Sat, 10 Jul 2010 22:34:42 +0000 Message-ID: <20100710223442.GA26698@dcvr.yhbt.net> References: <20100710223442.GA26698@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: dough.gmane.org 1278801306 2565 80.91.229.12 (10 Jul 2010 22:35:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 10 Jul 2010 22:35:06 +0000 (UTC) To: raindrops@librelist.com Original-X-From: raindrops@librelist.com Sun Jul 11 00:35:03 2010 Return-path: Envelope-to: gclrrg-raindrops@m.gmane.org In-Reply-To: <20100710223442.GA26698@dcvr.yhbt.net> List-Archive: List-Help: List-Id: List-Post: List-Subscribe: List-Unsubscribe: Precedence: list Original-Sender: raindrops@librelist.com Xref: news.gmane.org gmane.comp.lang.ruby.raindrops.general:14 Archived-At: Received: from zedshaw.xen.prgmr.com ([64.71.167.205]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OXidO-0006ht-DE for gclrrg-raindrops@m.gmane.org; Sun, 11 Jul 2010 00:34:58 +0200 Received: from zedshaw.xen.prgmr.com (localhost [IPv6:::1]) by zedshaw.xen.prgmr.com (Postfix) with ESMTP id 158F121BB68 for ; Sat, 10 Jul 2010 22:43:33 +0000 (UTC) Raindrops is a real time stats package to show statistics for Rack HTTP servers. It is designed for preforking servers such as Rainbows! and Unicorn, but should support any Rack HTTP server under Ruby 1.9, 1.8 and possibly Rubinius (untested) on platforms supporting POSIX shared memory and compiled with GCC (for atomic builtins). * http://raindrops.bogomips.org/ * raindrops@librelist.com * git://git.bogomips.org/raindrops.git Changes: Raindrops is now licensed under the LGPLv2.1 or LGPLv3 (from LGPLv3-only) to allow bundling in GPLv2-only applications. There are small documentation updates and updated examples at http://raindrops.bogomips.org/examples/ -- Eric Wong