From 972e8102f520a86b7da6c556770ae01959689a87 Mon Sep 17 00:00:00 2001 From: Evan Phoenix Date: Mon, 3 Aug 2015 22:15:00 -0700 Subject: [PATCH] Bump to 2.12.3 --- History.txt | 21 +++++++++++++++++++++ lib/puma/const.rb | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/History.txt b/History.txt index 74338923..10722704 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,24 @@ +=== 2.12.3 / 2015-08-03 + +* 8 minor bugs fixed: + * Fix Capistrano 'uninitialized constant Puma' error. + * Fix some ancient and incorrect error handling code + * Fix uninitialized constant error + * Remove toplevel rack interspection, require rack on load instead + * Skip empty parts when chunking + * Switch from inject to each in config_ru_binds iteration + * Wrap SSLv3 spec in version guard. + * ruby 1.8.7 compatibility patches + +* 4 PRs merged: + * Merge pull request #742 from deivid-rodriguez/fix_missing_require + * Merge pull request #743 from matthewd/skip-empty-chunks + * Merge pull request #749 from huacnlee/fix-cap-uninitialized-puma-error + * Merge pull request #751 from costi/compat_1_8_7 + +* 1 test fix: + * Add 1.8.7, rbx-1 (allow failures) to Travis. + === 2.12.2 / 2015-07-17 * 2 bug fix: diff --git a/lib/puma/const.rb b/lib/puma/const.rb index 62968e22..419ac55d 100644 --- a/lib/puma/const.rb +++ b/lib/puma/const.rb @@ -99,7 +99,7 @@ module Puma # too taxing on performance. module Const - PUMA_VERSION = VERSION = "2.12.2".freeze + PUMA_VERSION = VERSION = "2.12.3".freeze CODE_NAME = "Plutonian Photo Shoot".freeze FAST_TRACK_KA_TIMEOUT = 0.2