From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-3.0 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, RP_MATCHES_RCVD,URIBL_BLOCKED shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: rainbows-public@bogomips.org Received: from localhost (dcvr.yhbt.net [127.0.0.1]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPSA id 2BE481F8C2; Mon, 19 Oct 2015 21:28:51 +0000 (UTC) Date: Mon, 19 Oct 2015 21:28:51 +0000 From: Eric Wong To: rainbows-public@bogomips.org Cc: ruby-talk@ruby-lang.org Subject: [ANN] Rainbows! 4.7.0 - Rack HTTP server for the sleepy Message-ID: <20151019-rainbows-4.7.0-rele@sed> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-Id: Rainbows! is an HTTP server for sleepy Rack applications. Use of Rainbows! for new projects is not recommended, try other servers instead. Changes since 4.6.2: Rainbows! 4.7.0 - updates for ruby 2.3.0dev This release includes fixes for upcoming changes in Ruby 2.3.0 (due December 2015). Use of Rainbows! for new projects is not recommended, try other servers instead. * update dependencies for Ruby 2.2.0dev * switch docs + website to olddoc * gemspec: fix bad reference to rdoc_options * README: reference yahns * build: fix quoting issue with double parens * response: avoid unnecessary args to IO.copy_stream * t/close-has-env.ru: ensure close is idempotent * sync_close: This fix breakage from Ruby-trunk r50118 * t/t0044-autopush.sh: remove test * t/test_isolate.rb: updates for various gem versions * response: convert source arg to path before IO.copy_stream * speed up QUIT for users of the unicorn worker_loop * gemspec: use SPDX-compatible license for GPL-2.0+ * http://rainbows.bogomips.org/ * rainbows-public@bogomips.org * http://bogomips.org/rainbows-public/ * git clone git://bogomips.org/rainbows.git * http://rainbows.bogomips.org/NEWS.atom.xml