1
0
Fork 0
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:
Evan Phoenix 2012-07-23 15:42:34 -07:00
parent 5f2b673ec9
commit 6cb5479cdc
2 changed files with 7 additions and 1 deletions

View file

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

View file

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