From normalperson at yhbt.net Thu Aug 6 19:08:13 2009 From: normalperson at yhbt.net (Eric Wong) Date: Thu, 6 Aug 2009 16:08:13 -0700 Subject: [ANN] unicorn 0.8.4 Message-ID: <20090806230813.GA17162@dcvr.yhbt.net> Unicorn is a Rack HTTP server for Unix, fast clients and nothing else This release allows graceful degradation in case a user is using a status code not defined by Rack::Utils::HTTP_STATUS_CODES. A patch has been submitted[1] upstream to Rack but this issue may still affect users of yet-to-be-standardized status codes. * site: http://unicorn.bogomips.org/ * git: git://git.bogomips.org/unicorn.git * cgit: http://git.bogomips.org/cgit/unicorn.git/ * list: mongrel-unicorn at rubyforge.org [1] - http://rack.lighthouseapp.com/projects/22435-rack/tickets/70 There is no 0.9.x release of Unicorn planned to fix this issue, I'm too tired at the moment and 0.9.x is an experiment anyways. -- Eric Wong From normalperson at yhbt.net Sun Aug 16 21:03:49 2009 From: normalperson at yhbt.net (Eric Wong) Date: Sun, 16 Aug 2009 18:03:49 -0700 Subject: [ANN] unicorn 0.90.0 Message-ID: <20090817010349.GA28165@dcvr.yhbt.net> Unicorn is a Rack HTTP server for Unix, fast clients and nothing else Changes: Moved chunked decoding and trailer parsing over to C/Ragel. Minor bug fixes, internal code cleanups, and API changes. This release is more likely to be stable and not eat CPU like the 0.9.x series while retaining all of the on-the-fly upload processing capabilities (which I hope to port back to Mongrel). * site: http://unicorn.bogomips.org/ * git: git://git.bogomips.org/unicorn.git * cgit: http://git.bogomips.org/cgit/unicorn.git/ * list: mongrel-unicorn at rubyforge.org * nntp: nntp://news.gmane.org/gmane.comp.lang.ruby.unicorn.general -- Eric Wong