mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Bump to 1.6.0
This commit is contained in:
parent
5f2b673ec9
commit
6cb5479cdc
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
=== 1.6.0 / 2012-07-23
|
||||
|
||||
* 1 major bug fix:
|
||||
* Prevent slow clients from starving the server by introducing a
|
||||
dedicated IO reactor thread. Credit for reporting goes to @meh.
|
||||
|
||||
=== 1.5.0 / 2012-07-19
|
||||
|
||||
* 7 contributers to this release:
|
||||
|
|
|
@ -25,7 +25,7 @@ module Puma
|
|||
# too taxing on performance.
|
||||
module Const
|
||||
|
||||
PUMA_VERSION = VERSION = "1.5.0".freeze
|
||||
PUMA_VERSION = VERSION = "1.6.0".freeze
|
||||
|
||||
# The default number of seconds for another request within a persistent
|
||||
# session.
|
||||
|
|
Loading…
Reference in a new issue