From 1cd87a600f51783f2908ea4085c6c596963013f2 Mon Sep 17 00:00:00 2001 From: Evan Phoenix Date: Fri, 18 Sep 2015 09:45:35 -0700 Subject: [PATCH] Bump to 2.14.0 --- History.txt | 8 ++++++++ lib/puma/const.rb | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/History.txt b/History.txt index 60a2b939..d6105328 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,11 @@ +=== 2.14.0 / 2015-09-18 + +* 1 minor feature: + * Make building with SSL support optional + +* 1 bug fix: + * Use Rack::Builder if available. Fixes #735 + === 2.13.4 / 2015-08-16 * 1 bug fix: diff --git a/lib/puma/const.rb b/lib/puma/const.rb index bb3cc73e..899912b7 100644 --- a/lib/puma/const.rb +++ b/lib/puma/const.rb @@ -99,8 +99,8 @@ module Puma # too taxing on performance. module Const - PUMA_VERSION = VERSION = "2.13.4".freeze - CODE_NAME = "A Midsummer Code's Dream".freeze + PUMA_VERSION = VERSION = "2.14.0".freeze + CODE_NAME = "Fuchsia Friday".freeze FAST_TRACK_KA_TIMEOUT = 0.2