mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Bump to 3.3.0
This commit is contained in:
parent
ebc2320505
commit
a313698588
3 changed files with 18 additions and 2 deletions
15
History.txt
15
History.txt
|
@ -1,3 +1,18 @@
|
|||
=== 3.3.0 / 2016-04-05
|
||||
|
||||
* 2 minor features:
|
||||
* Allow overriding options of Configuration object
|
||||
* Rename to inherit_ssl_listener like inherit_tcp|unix
|
||||
|
||||
* 2 doc fixes:
|
||||
* Add docs/systemd.md (with socket activation sub-section)
|
||||
* Document UNIX signals with cluster on README.md
|
||||
|
||||
* 3 PRs merged:
|
||||
* Merge pull request #936 from prathamesh-sonpatki/allow-overriding-config-options
|
||||
* Merge pull request #940 from kyledrake/signalsdoc
|
||||
* Merge pull request #942 from dekellum/socket-activate-improve
|
||||
|
||||
=== 3.2.0 / 2016-03-20
|
||||
|
||||
* 1 deprecation removal:
|
||||
|
|
|
@ -11,6 +11,7 @@ bin/pumactl
|
|||
docs/config.md
|
||||
docs/nginx.md
|
||||
docs/signals.md
|
||||
docs/systemd.md
|
||||
ext/puma_http11/PumaHttp11Service.java
|
||||
ext/puma_http11/ext_help.h
|
||||
ext/puma_http11/extconf.rb
|
||||
|
|
|
@ -100,8 +100,8 @@ module Puma
|
|||
# too taxing on performance.
|
||||
module Const
|
||||
|
||||
PUMA_VERSION = VERSION = "3.2.0".freeze
|
||||
CODE_NAME = "Spring Is A Heliocentric Viewpoint".freeze
|
||||
PUMA_VERSION = VERSION = "3.3.0".freeze
|
||||
CODE_NAME = "Jovial Platypus".freeze
|
||||
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze
|
||||
|
||||
FAST_TRACK_KA_TIMEOUT = 0.2
|
||||
|
|
Loading…
Add table
Reference in a new issue