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

Bump to 2.13.2

This commit is contained in:
Evan Phoenix 2015-08-15 14:48:51 -07:00
parent 8bdbcd38ee
commit d787a8064d
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
=== 2.13.2 / 2015-08-15
The "clearly I don't have enough tests for the config" release.
* 1 bug fix:
* Fix another place binds wasn't initialized. Fixes #767
=== 2.13.1 / 2015-08-15
* 2 bug fixes:

View file

@ -99,7 +99,7 @@ module Puma
# too taxing on performance.
module Const
PUMA_VERSION = VERSION = "2.13.1".freeze
PUMA_VERSION = VERSION = "2.13.2".freeze
CODE_NAME = "A Midsummer Code's Dream".freeze
FAST_TRACK_KA_TIMEOUT = 0.2