mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Bump to 2.14.0
This commit is contained in:
parent
302954190c
commit
1cd87a600f
2 changed files with 10 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue