about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-09-08 16:57:01 -0700
committerEric Wong <normalperson@yhbt.net>2009-09-08 16:57:01 -0700
commit26ddbb36f5c6e10fd8ce4083d23f7e36f2b63918 (patch)
treef660160776ab10c8c026535d4ea0c47076e522f2
parent7832b0eb5e5274cef4ffec8ec351f53d67b026b7 (diff)
downloadunicorn-26ddbb36f5c6e10fd8ce4083d23f7e36f2b63918.tar.gz
* multiple listener and graceful shutdown support
* enable murder_lazy_workers to nuke deadlocked processes
* HTTP keepalive/pipelining support
* remove Rev monkey patch, depend on rev 0.3.0
-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 10efbc5..00866ec 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,4 @@
+v0.10.3r - small fixes, depend on rev 0.3.0+
 v0.10.2r - monkey-patch Rev for now (experimental)
 v0.10.1r - --rainbows/-R command-line option (experimental)
 v0.10.0r - Rainbows! (experimental, not going to Rubyforge)
diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb
index 9b02b22..787afaa 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.10.2r".freeze
+    UNICORN_VERSION="0.10.3r".freeze
 
     DEFAULT_HOST = "0.0.0.0".freeze # default TCP listen host address
     DEFAULT_PORT = "8080".freeze    # default TCP listen port