mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Bump to 2.6.0
This commit is contained in:
parent
b24920d3ed
commit
cd6c8fe942
2 changed files with 15 additions and 2 deletions
13
History.txt
13
History.txt
|
@ -1,3 +1,16 @@
|
|||
=== 2.6.0 / 2013-09-13
|
||||
|
||||
* 2 minor features:
|
||||
* Add support for event hooks
|
||||
** Add a hook for state transitions
|
||||
* Add phased restart to capistrano recipe.
|
||||
|
||||
* 4 bug fixes:
|
||||
* Convince workers to stop by SIGKILL after timeout
|
||||
* Define RSTRING_NOT_MODIFIED for Rubinius performance
|
||||
* Handle BrokenPipe, StandardError and IOError in fat_wrote and break out
|
||||
* Return success status to the invoking environment
|
||||
|
||||
=== 2.5.1 / 2013-08-13
|
||||
|
||||
* 2 bug fixes:
|
||||
|
|
|
@ -28,8 +28,8 @@ module Puma
|
|||
# too taxing on performance.
|
||||
module Const
|
||||
|
||||
PUMA_VERSION = VERSION = "2.5.1".freeze
|
||||
CODE_NAME = "Astronaut Shoelaces"
|
||||
PUMA_VERSION = VERSION = "2.6.0".freeze
|
||||
CODE_NAME = "Pantsuit Party"
|
||||
|
||||
FAST_TRACK_KA_TIMEOUT = 0.2
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue