about summary refs log tree commit homepage
path: root/.CHANGELOG.old
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-09-17 02:55:01 -0700
committerEric Wong <normalperson@yhbt.net>2009-09-17 14:47:01 -0700
commit8d1b95587c1ebea4631c66b8e7e4130153c70b26 (patch)
tree1744305b6c7e7d2e41df286591f7609fab99d4a1 /.CHANGELOG.old
parent382d12a414942f027ea30911294cd8c8becdf2cd (diff)
downloadunicorn-8d1b95587c1ebea4631c66b8e7e4130153c70b26.tar.gz
* Manifest/CHANGELOG can be maintainance is painful.
  I really hate having those in the source tree when
  I have a version control system that already:

    1) encourages me to make meaningful commits
    2) is highly scriptable for generating manifests/changelogs

* hand-rolled gemspec allows more control for specifying
  pre-release gem versions

* Less magic over what the `rubyforge` command does, being
  able to spawn $VISUAL on changelogs/release notes and make
  edits on them is nice.

Additionally I still strongly prefer GNU make over Rake for many
tasks since it offers better parallelization and some things are
easier *for me* in shell than Ruby.
Diffstat (limited to '.CHANGELOG.old')
-rw-r--r--.CHANGELOG.old25
1 files changed, 25 insertions, 0 deletions
diff --git a/.CHANGELOG.old b/.CHANGELOG.old
new file mode 100644
index 0000000..8326f53
--- /dev/null
+++ b/.CHANGELOG.old
@@ -0,0 +1,25 @@
+v0.91.0 - HTTP/0.9 support, multiline header support, small fixes
+v0.90.0 - switch chunking+trailer handling to Ragel, v0.8.4 fixes
+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.4 - pass through unknown HTTP status codes
+v0.8.3 - Ruby 1.9.2 preview1 compatibility
+v0.8.2 - socket handling bugfixes and usability tweaks
+v0.8.1 - safer timeout handling, more consistent reload behavior
+v0.8.0 - enforce Rack dependency, minor performance improvements and fixes
+v0.7.1 - minor fixes, cleanups and documentation improvements
+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