1
0
Fork 0
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:
Evan Phoenix 2015-09-18 09:45:35 -07:00
parent 302954190c
commit 1cd87a600f
2 changed files with 10 additions and 2 deletions

View file

@ -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:

View file

@ -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