From 06926d0c9425b74ef10392e2b9a567cc1d6baef9 Mon Sep 17 00:00:00 2001 From: Evan Phoenix Date: Tue, 4 Sep 2012 13:13:18 -0400 Subject: [PATCH] Bump to 1.6.3 --- History.txt | 6 ++++++ lib/puma/const.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/History.txt b/History.txt index 551cce12..0dbf269c 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,9 @@ +=== 1.6.3 / 2012-09-04 + +* 1 bug fix: + * Close sockets waiting in the reactor when a hot restart is performed + so that browsers reconnect on the next request + === 1.6.2 / 2012-08-27 * 1 bug fix: diff --git a/lib/puma/const.rb b/lib/puma/const.rb index 9c1b1a7b..f3150a9c 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.6.2".freeze + PUMA_VERSION = VERSION = "1.6.3".freeze # The default number of seconds for another request within a persistent # session.