about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-03-19 23:19:40 -0700
committerEric Wong <normalperson@yhbt.net>2009-03-19 23:19:40 -0700
commit995ef7040ffc6f4bf822838746428e37ab0d2ee1 (patch)
tree89963ad9744a9670fa0dfc0500dc363cb4469ea2
parente9be891dc851015eaf592d3c64caff77398f1246 (diff)
downloadunicorn-995ef7040ffc6f4bf822838746428e37ab0d2ee1.tar.gz
Even though we've forked off it, it's a different project
and our version numbering starts off later.
-rw-r--r--CHANGELOG22
1 files changed, 0 insertions, 22 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 73d68b8..5a99059 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,25 +1,3 @@
 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 --
-
-  v2.0. (WIP) Rack support.
-
-  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.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. 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.3. Fix user-switching bug; make people upgrade to the latest from the RC.
-
-  v1.0.2. Signed gem; many minor bugfixes and patches.