1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Bump to 3.1.1

This commit is contained in:
Evan Phoenix 2016-03-17 21:31:15 -07:00
parent 4ca81231c4
commit d8ce817f08
2 changed files with 14 additions and 1 deletions

View file

@ -1,3 +1,16 @@
=== 3.1.1 / 2016-03-17
* 4 bug fixes:
* Disable USR1 usage on JRuby
* Fixes #922 - Correctly define file encoding as UTF-8
* Set a more explicit SERVER_SOFTWARE Rack variable
* Show RUBY_ENGINE_VERSION if available. Fixes #923
* 3 PRs merged:
* Merge pull request #912 from tricknotes/fix-allow-failures-in-travis-yml
* Merge pull request #921 from swrobel/patch-1
* Merge pull request #924 from tbrisker/patch-1
=== 3.1.0 / 2016-03-05
* 1 minor feature:

View file

@ -100,7 +100,7 @@ module Puma
# too taxing on performance.
module Const
PUMA_VERSION = VERSION = "3.1.0".freeze
PUMA_VERSION = VERSION = "3.1.1".freeze
CODE_NAME = "El Niño Winter Wonderland".freeze
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze