From 6f7a3958c1544c1034ecf8b1ccfdd9dabd171fd2 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 26 Dec 2010 08:03:23 +0000 Subject: unicorn 3.2.1 - parser improvements for Rainbows! There are numerous improvements in the HTTP parser for Rainbows!, none of which affect Unicorn-only users. The kgio dependency is incremented to 2.1: this should avoid ENOSYS errors for folks building binaries on newer Linux kernels and then deploying to older ones. There are also minor documentation improvements, the website is now JavaScript-free! (Ignore the 3.2.0 release, I fat-fingered some packaging things) --- lib/unicorn/const.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb index 4a0971c..92d6106 100644 --- a/lib/unicorn/const.rb +++ b/lib/unicorn/const.rb @@ -7,8 +7,8 @@ # improve things much compared to constants. module Unicorn::Const - # The current version of Unicorn, currently 3.2.0 - UNICORN_VERSION = "3.2.0" + # The current version of Unicorn, currently 3.2.1 + UNICORN_VERSION = "3.2.1" # default TCP listen host address (0.0.0.0, all interfaces) DEFAULT_HOST = "0.0.0.0" -- cgit v1.2.3-24-ge0c7