1
0
Fork 0
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:
Evan Phoenix 2013-08-13 16:10:30 -07:00
parent f2b400dffe
commit ec2b732ba7
2 changed files with 8 additions and 1 deletions

View file

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

View file

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