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

Bump to 2.11.3

This commit is contained in:
Evan Phoenix 2015-05-18 21:08:57 -07:00
parent f15c87691c
commit e1eb3ecbe8
2 changed files with 13 additions and 2 deletions

View file

@ -1,3 +1,14 @@
=== 2.11.3 / 2015-05-18
* 5 bug fixes:
* Be sure to unlink tempfiles after a request. Fixes #690
* Coerce the key to a string before checking. (thar be symbols). Fixes #684
* Fix hang on bad SSL handshake
* Remove `enable_SSLv3` support from JRuby
* 1 PR merged:
* Merge pull request #698 from looker/hang-handshake
=== 2.11.2 / 2015-04-11
* 2 minor features:

View file

@ -28,7 +28,7 @@ module Puma
# too taxing on performance.
module Const
PUMA_VERSION = VERSION = "2.11.2".freeze
PUMA_VERSION = VERSION = "2.11.3".freeze
CODE_NAME = "Intrepid Squirrel".freeze
FAST_TRACK_KA_TIMEOUT = 0.2