From f6f3892f4d82638fb7a2a57d993641b1486ee88a Mon Sep 17 00:00:00 2001 From: Nate Berkopec Date: Mon, 20 Nov 2017 09:26:05 -0700 Subject: [PATCH] 3.11 (Amber is the color of it's energy) --- History.md | 21 +++++++++++++++++++++ lib/puma/const.rb | 4 ++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 29e7061a..da20b8fb 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,24 @@ +## 3.11.0 / 2017-11-20 + +* 2 features: + * HTTP 203 Early Hints (#1403) + * 421/451 status codes now have correct status messages attached (#1435) + +* 9 bugfixes: + * Environment config files (/config/puma/.rb) load correctly (#1340) + * Specify windows dependencies correctly (#1434, #1436) + * puma/events required in test helper (#1418) + * Correct control CLI's option help text (#1416) + * Remove a warning for unused variable in mini_ssl (#1409) + * Correct pumactl docs argument ordering (#1427) + * Fix an uninitialized variable warning in server.rb (#1430) + * Fix docs typo/error in Launcher init (#1429) + * Deal with leading spaces in RUBYOPT (#1455) + +* 2 other: + * Add docs about internals (#1425, #1452) + * Tons of test fixes from @MSP-Greg (#1439, #1442, #1464) + ## 3.10.0 / 2017-08-17 * 3 features: diff --git a/lib/puma/const.rb b/lib/puma/const.rb index 1e6eb21e..983c8025 100644 --- a/lib/puma/const.rb +++ b/lib/puma/const.rb @@ -98,8 +98,8 @@ module Puma # too taxing on performance. module Const - PUMA_VERSION = VERSION = "3.10.0".freeze - CODE_NAME = "Russell's Teapot".freeze + PUMA_VERSION = VERSION = "3.11.0".freeze + CODE_NAME = "Love Song".freeze PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze FAST_TRACK_KA_TIMEOUT = 0.2