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:
parent
f15c87691c
commit
e1eb3ecbe8
2 changed files with 13 additions and 2 deletions
11
History.txt
11
History.txt
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue