From 6cb5479cdcc7846198ca063eb91a70f2a589c4b1 Mon Sep 17 00:00:00 2001 From: Evan Phoenix Date: Mon, 23 Jul 2012 15:42:34 -0700 Subject: [PATCH] Bump to 1.6.0 --- History.txt | 6 ++++++ lib/puma/const.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/History.txt b/History.txt index 2b3994a1..aefb0dc6 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,9 @@ +=== 1.6.0 / 2012-07-23 + +* 1 major bug fix: + * Prevent slow clients from starving the server by introducing a + dedicated IO reactor thread. Credit for reporting goes to @meh. + === 1.5.0 / 2012-07-19 * 7 contributers to this release: diff --git a/lib/puma/const.rb b/lib/puma/const.rb index 8c405de5..26d81af2 100644 --- a/lib/puma/const.rb +++ b/lib/puma/const.rb @@ -25,7 +25,7 @@ module Puma # too taxing on performance. module Const - PUMA_VERSION = VERSION = "1.5.0".freeze + PUMA_VERSION = VERSION = "1.6.0".freeze # The default number of seconds for another request within a persistent # session.