mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Bump to 1.6.3
This commit is contained in:
parent
c47fcc80c8
commit
06926d0c94
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
=== 1.6.3 / 2012-09-04
|
||||
|
||||
* 1 bug fix:
|
||||
* Close sockets waiting in the reactor when a hot restart is performed
|
||||
so that browsers reconnect on the next request
|
||||
|
||||
=== 1.6.2 / 2012-08-27
|
||||
|
||||
* 1 bug fix:
|
||||
|
|
|
@ -25,7 +25,7 @@ module Puma
|
|||
# too taxing on performance.
|
||||
module Const
|
||||
|
||||
PUMA_VERSION = VERSION = "1.6.2".freeze
|
||||
PUMA_VERSION = VERSION = "1.6.3".freeze
|
||||
|
||||
# The default number of seconds for another request within a persistent
|
||||
# session.
|
||||
|
|
Loading…
Reference in a new issue