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
13
History.txt
13
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:
|
||||
|
@ -483,7 +494,7 @@ RailsConf 2013 edition!
|
|||
* Close the binder in the right place. Fixes #192
|
||||
* Handle early term in workers. Fixes #206
|
||||
* Make sure that the default port is 80 when the request doesn't include HTTP_X_FORWARDED_PROTO.
|
||||
* Prevent Errno::EBADF errors on restart when running ruby 2.0
|
||||
* Prevent Errno::EBADF errors on restart when running ruby 2.0
|
||||
* Record the proper @master_pid
|
||||
* Respect the header HTTP_X_FORWARDED_PROTO when the host doesn't include a port number.
|
||||
* Retry EAGAIN/EWOULDBLOCK during syswrite
|
||||
|
|
|
@ -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
Reference in a new issue