about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-03-18 20:19:09 -0700
committerEric Wong <normalperson@yhbt.net>2009-03-18 20:19:47 -0700
commit5ce8e94bfb1e6f129bce47e0aa03dbc543d807db (patch)
treebf9e3fccd7ed2e30518f19e4b2831f02bcc29bea
parent45d2b9bc520575a7228a1aa06dc50dc96a1a3049 (diff)
downloadunicorn-5ce8e94bfb1e6f129bce47e0aa03dbc543d807db.tar.gz
-rw-r--r--CHANGELOG22
-rw-r--r--Manifest1
-rw-r--r--lib/unicorn/const.rb2
3 files changed, 14 insertions, 11 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 37ef742..73d68b8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,23 +1,25 @@
+v0.2.1 - Fix broken Manifest that cause unicorn_rails to not be bundled
+
 v0.2.0 - unicorn_rails launcher script.
 
 v0.1.0 - Unicorn - UNIX-only fork of Mongrel free of threading
 
--- old Mongrel changelog --
+  -- old Mongrel changelog --
 
-v2.0. (WIP) Rack support.
+  v2.0. (WIP) Rack support.
 
-v1.1.4. Fix camping handler. Correct treatment of @throttle parameter.
+  v1.1.4. Fix camping handler. Correct treatment of @throttle parameter.
 
-v1.1.3. Fix security flaw of DirHandler; reported on mailing list.
+  v1.1.3. Fix security flaw of DirHandler; reported on mailing list.
 
-v1.1.2. Fix worker termination bug; fix JRuby 1.0.3 load order issue; fix require issue on systems without Rubygems.
+  v1.1.2. Fix worker termination bug; fix JRuby 1.0.3 load order issue; fix require issue on systems without Rubygems.
 
-v1.1.1. Fix mongrel_rails restart bug; fix bug with Rack status codes.
+  v1.1.1. Fix mongrel_rails restart bug; fix bug with Rack status codes.
 
-v1.1. Pure Ruby URIClassifier. More modular architecture. JRuby support. Move C URIClassifier into mongrel_experimental project.
+  v1.1. Pure Ruby URIClassifier. More modular architecture. JRuby support. Move C URIClassifier into mongrel_experimental project.
 
-v1.0.4. Backport fixes for versioning inconsistency, mongrel_rails bug, and DirHandler bug.
+  v1.0.4. Backport fixes for versioning inconsistency, mongrel_rails bug, and DirHandler bug.
 
-v1.0.3. Fix user-switching bug; make people upgrade to the latest from the RC.
+  v1.0.3. Fix user-switching bug; make people upgrade to the latest from the RC.
 
-v1.0.2. Signed gem; many minor bugfixes and patches.
+  v1.0.2. Signed gem; many minor bugfixes and patches.
diff --git a/Manifest b/Manifest
index 5586499..91b2129 100644
--- a/Manifest
+++ b/Manifest
@@ -11,6 +11,7 @@ Rakefile
 SIGNALS
 TODO
 bin/unicorn
+bin/unicorn_rails
 ext/unicorn/http11/ext_help.h
 ext/unicorn/http11/extconf.rb
 ext/unicorn/http11/http11.c
diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb
index e2e63f2..b02d9ef 100644
--- a/lib/unicorn/const.rb
+++ b/lib/unicorn/const.rb
@@ -68,7 +68,7 @@ module Unicorn
     REQUEST_URI='REQUEST_URI'.freeze
     REQUEST_PATH='REQUEST_PATH'.freeze
     
-    UNICORN_VERSION="0.2.0".freeze
+    UNICORN_VERSION="0.2.1".freeze
 
     UNICORN_TMP_BASE="unicorn".freeze