mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Bump to 2.13.3
This commit is contained in:
parent
b11afe282c
commit
524f72453c
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
=== 2.13.3 / 2015-08-15
|
||||||
|
|
||||||
|
Seriously, I need to revamp config with tests.
|
||||||
|
|
||||||
|
* 1 bug fix:
|
||||||
|
* Fix preserving options before cleaning for state. Fixes #769
|
||||||
|
|
||||||
=== 2.13.2 / 2015-08-15
|
=== 2.13.2 / 2015-08-15
|
||||||
|
|
||||||
The "clearly I don't have enough tests for the config" release.
|
The "clearly I don't have enough tests for the config" release.
|
||||||
|
|
|
@ -99,7 +99,7 @@ module Puma
|
||||||
# too taxing on performance.
|
# too taxing on performance.
|
||||||
module Const
|
module Const
|
||||||
|
|
||||||
PUMA_VERSION = VERSION = "2.13.2".freeze
|
PUMA_VERSION = VERSION = "2.13.3".freeze
|
||||||
CODE_NAME = "A Midsummer Code's Dream".freeze
|
CODE_NAME = "A Midsummer Code's Dream".freeze
|
||||||
|
|
||||||
FAST_TRACK_KA_TIMEOUT = 0.2
|
FAST_TRACK_KA_TIMEOUT = 0.2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue