mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Bump to 2.5.1
This commit is contained in:
parent
f2b400dffe
commit
ec2b732ba7
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
=== 2.5.1 / 2013-08-13
|
||||
|
||||
* 2 bug fixes:
|
||||
|
||||
* Keep jruby daemon mode from retrying on a hot restart
|
||||
* Extract version from const.rb in gemspec
|
||||
|
||||
=== 2.5.0 / 2013-08-08
|
||||
|
||||
* 2 minor features:
|
||||
|
|
|
@ -28,7 +28,7 @@ module Puma
|
|||
# too taxing on performance.
|
||||
module Const
|
||||
|
||||
PUMA_VERSION = VERSION = "2.5.0".freeze
|
||||
PUMA_VERSION = VERSION = "2.5.1".freeze
|
||||
CODE_NAME = "Astronaut Shoelaces"
|
||||
|
||||
FAST_TRACK_KA_TIMEOUT = 0.2
|
||||
|
|
Loading…
Add table
Reference in a new issue