|
| 1 | +v0.91.0 - HTTP/0.9 support, multiline header support, small fixes |
| 2 | +v0.90.0 - switch chunking+trailer handling to Ragel, v0.8.4 fixes |
| 3 | +v0.9.2 - Ruby 1.9.2 preview1 compatibility |
| 4 | +v0.9.1 - FD_CLOEXEC portability fix (v0.8.2 port) |
| 5 | +v0.9.0 - bodies: "Transfer-Encoding: chunked", rewindable streaming |
| 6 | +v0.8.4 - pass through unknown HTTP status codes |
| 7 | +v0.8.3 - Ruby 1.9.2 preview1 compatibility |
| 8 | +v0.8.2 - socket handling bugfixes and usability tweaks |
| 9 | +v0.8.1 - safer timeout handling, more consistent reload behavior |
| 10 | +v0.8.0 - enforce Rack dependency, minor performance improvements and fixes |
| 11 | +v0.7.1 - minor fixes, cleanups and documentation improvements |
| 12 | +v0.7.0 - rack.version is 1.0 |
| 13 | +v0.6.0 - cleanups + optimizations, signals to {in,de}crement processes |
| 14 | +v0.5.4 - fix data corruption with some small uploads (not curl) |
| 15 | +v0.5.3 - fix 100% CPU usage when idle, small cleanups |
| 16 | +v0.5.2 - force Status: header for compat, small cleanups |
| 17 | +v0.5.1 - exit correctly on INT/TERM, QUIT is still recommended, however |
| 18 | +v0.5.0 - {after,before}_fork API change, small tweaks/fixes |
| 19 | +v0.4.2 - fix Rails ARStore, FD leak prevention, descriptive proctitles |
| 20 | +v0.4.1 - Rails support, per-listener backlog and {snd,rcv}buf |
| 21 | +v0.2.3 - Unlink Tempfiles after use (they were closed, just not unlinked) |
| 22 | +v0.2.2 - small bug fixes, fix Rack multi-value headers (Set-Cookie:) |
| 23 | +v0.2.1 - Fix broken Manifest that cause unicorn_rails to not be bundled |
| 24 | +v0.2.0 - unicorn_rails launcher script. |
| 25 | +v0.1.0 - Unicorn - UNIX-only fork of Mongrel free of threading |
0 commit comments