1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

3.11 (Amber is the color of it's energy)

This commit is contained in:
Nate Berkopec 2017-11-20 09:26:05 -07:00
parent c87bbffdb0
commit f6f3892f4d
No known key found for this signature in database
GPG key ID: 2358919275D3081C
2 changed files with 23 additions and 2 deletions

View file

@ -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/<ENV>.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.10.0 / 2017-08-17
* 3 features: * 3 features:

View file

@ -98,8 +98,8 @@ module Puma
# too taxing on performance. # too taxing on performance.
module Const module Const
PUMA_VERSION = VERSION = "3.10.0".freeze PUMA_VERSION = VERSION = "3.11.0".freeze
CODE_NAME = "Russell's Teapot".freeze CODE_NAME = "Love Song".freeze
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze
FAST_TRACK_KA_TIMEOUT = 0.2 FAST_TRACK_KA_TIMEOUT = 0.2