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

Version bump to 2.0.0-b1

This commit is contained in:
Evan Phoenix 2012-09-11 22:44:20 -07:00
parent 963cbfc813
commit 08ae68f388
2 changed files with 14 additions and 1 deletions

View file

@ -1,3 +1,16 @@
=== 2.0.0-b1 / 2012-09-11
* 1 major feature:
* Optional worker process mode (-w) to allow for process scaling in
addition to thread scaling
* 1 bug fix:
* Introduce Puma::MiniSSL to be able to properly control doing
nonblocking SSL
NOTE: SSL support in JRuby is not supported at present. Support will
be added back in a future date when a java Puma::MiniSSL is added.
=== 1.6.3 / 2012-09-04
* 1 bug fix:

View file

@ -28,7 +28,7 @@ module Puma
# too taxing on performance.
module Const
PUMA_VERSION = VERSION = "1.6.3".freeze
PUMA_VERSION = VERSION = "2.0.0-b1".freeze
FAST_TRACK_KA_TIMEOUT = 0.2