mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Bump to 1.4.0
This commit is contained in:
parent
0467ea2d0a
commit
2459d3b7d5
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
=== 1.4.0 / 2012-06-04
|
||||
|
||||
* 1 bug fix:
|
||||
* SCRIPT_NAME should be passed from env to allow mounting apps
|
||||
|
||||
* 1 experimental feature:
|
||||
* Add puma.socket key for direct socket access
|
||||
|
||||
=== 1.3.1 / 2012-05-15
|
||||
|
||||
* 2 bug fixes:
|
||||
|
|
|
@ -25,7 +25,7 @@ module Puma
|
|||
# too taxing on performance.
|
||||
module Const
|
||||
|
||||
PUMA_VERSION = VERSION = "1.3.1".freeze
|
||||
PUMA_VERSION = VERSION = "1.4.0".freeze
|
||||
|
||||
# The default number of seconds for another request within a persistent
|
||||
# session.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue