about summary refs log tree commit homepage
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG31
1 files changed, 13 insertions, 18 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3cc5d62..a2a5a64 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,19 +1,14 @@
+v0.7.0 - rack.version is 1.0
+v0.6.0 - cleanups + optimizations, signals to {in,de}crement processes
+v0.5.4 - fix data corruption with some small uploads (not curl)
+v0.5.3 - fix 100% CPU usage when idle, small cleanups
+v0.5.2 - force Status: header for compat, small cleanups
+v0.5.1 - exit correctly on INT/TERM, QUIT is still recommended, however
+v0.5.0 - {after,before}_fork API change, small tweaks/fixes
+v0.4.2 - fix Rails ARStore, FD leak prevention, descriptive proctitles
+v0.4.1 - Rails support, per-listener backlog and {snd,rcv}buf
+v0.2.3 - Unlink Tempfiles after use (they were closed, just not unlinked)
+v0.2.2 - small bug fixes, fix Rack multi-value headers (Set-Cookie:)
+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
-
-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.