From 7e2c88d4131a1a70f551287e49b8f527d29d0469 Mon Sep 17 00:00:00 2001 From: schneems Date: Tue, 8 Jan 2019 16:36:05 -0600 Subject: [PATCH] v3.12.1 --- History.md | 15 +++++++++++++++ lib/puma/const.rb | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index f8466d1b..720f3a5e 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,18 @@ +## Master + +* x features + +* x bugfixes + +## 3.12.1 / 2019-01-08 + +* 1 features + * Internal strings are frozen (#1649) +* 3 bugfixes + * Fix chunked ending check (#1607) + * Rack handler should use provided default host (#1700) + * Better support for detecting runtimes that support `fork` (#1630) + ## 3.12.0 / 2018-07-13 * 5 features: diff --git a/lib/puma/const.rb b/lib/puma/const.rb index 3e6a7c08..e25960d1 100644 --- a/lib/puma/const.rb +++ b/lib/puma/const.rb @@ -100,7 +100,7 @@ module Puma # too taxing on performance. module Const - PUMA_VERSION = VERSION = "3.12.0".freeze + PUMA_VERSION = VERSION = "3.12.1".freeze CODE_NAME = "Llamas in Pajamas".freeze PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze