about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-07-19 17:24:43 -0700
committerEric Wong <normalperson@yhbt.net>2009-07-19 17:24:56 -0700
commitdff2ef2712e8f7d9d35207ee9498a1bd6ec61a38 (patch)
tree0929c918ec038a1db7e9ca3217b0490524f0c4dc
parentc73984946fc8660aa9a5cf740bb104297294a392 (diff)
downloadunicorn-dff2ef2712e8f7d9d35207ee9498a1bd6ec61a38.tar.gz
-rw-r--r--CHANGELOG1
-rw-r--r--lib/unicorn/const.rb2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3fd10b8..401c0f7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,4 @@
+v0.9.2 - Ruby 1.9.2 preview1 compatibility
 v0.9.1 - FD_CLOEXEC portability fix (v0.8.2 port)
 v0.9.0 - bodies: "Transfer-Encoding: chunked", rewindable streaming
 v0.8.2 - socket handling bugfixes and usability tweaks
diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb
index ef58984..f5375a2 100644
--- a/lib/unicorn/const.rb
+++ b/lib/unicorn/const.rb
@@ -5,7 +5,7 @@ module Unicorn
   # gave about a 3% to 10% performance improvement over using the strings directly.
   # Symbols did not really improve things much compared to constants.
   module Const
-    UNICORN_VERSION="0.9.1".freeze
+    UNICORN_VERSION="0.9.2".freeze
 
     DEFAULT_HOST = "0.0.0.0".freeze # default TCP listen host address
     DEFAULT_PORT = "8080".freeze    # default TCP listen port