Release Name: 4.1.0
Notes:
Zbatery 4.1.0 - pull in latest changes from unicorn 4.1.0
Zbatery is an HTTP server for Rack applications on systems that either
do not support fork(), or have no memory (nor need) to run the
master/worker model. It is based on Rainbows! (which is based on
Unicorn (which is based on Mongrel)) and inherits parts of each.
Zbatery supports your choice of all the thread/fiber/event/actor-based
concurrency models and Rack middleware that Rainbows! supports (or will
ever support) in a single process.
* http://zbatery.bogomip.org/
* rainbows-talk@rubyforge.org
* git://bogomips.org/zbatery.git
* http://zbatery.bogomip.org/NEWS.atom.xml
Changes:
Logging of errors is more consistent in this release.
See the unicorn 4.1.0 release notes for more details:
http://bogomips.org/unicorn.git/tag/?id=v4.1.0
Changes:
.document | 1 -
.wrongdoc.yml | 2 ++
GIT-VERSION-GEN | 2 +-
README | 19 +++++--------------
lib/zbatery.rb | 2 +-
t/test_isolate.rb | 10 ++++++----
zbatery.gemspec | 4 ++--
7 files changed, 17 insertions(+), 23 deletions(-)
commit 8c3916bfe76224b69e0f20827c4230c4e71cdc86
Author: Eric Wong
Date: Sat Aug 20 01:38:59 2011 +0000
Zbatery 4.1.0 - pull in latest changes from unicorn 4.1.0
Logging of errors is more consistent in this release.
See the unicorn 4.1.0 release notes for more details:
http://bogomips.org/unicorn.git/tag/?id=v4.1.0
commit 46e19b94c0933d25eafba033eb5d579a7a664ee7
Author: Eric Wong
Date: Sat Aug 20 01:36:41 2011 +0000
t/test_isolate: bump test dependency versions
commit 3c5a2e760dd09d8114c269490c1d6590894a849e
Author: Eric Wong
Date: Sat Aug 20 01:31:27 2011 +0000
README: various doc updates
commit ac9dc36c60f3b5905c3c40041f68a2e44032c0ff
Author: Eric Wong
Date: Sat Aug 20 01:28:04 2011 +0000
gemspec: depend on unicorn 4.1.0
...via Rainbows! 4.3.0.
commit cf69f29c2aae6d2dff62e2edbf6448c8da7fc541
Author: Eric Wong
Date: Sat Aug 20 01:27:36 2011 +0000
cleanup rdoc
We have no public API
commit 981c595b3600e639d70b6aa0690501f3c3b883dc
Author: Eric Wong
Date: Sat Aug 20 01:25:14 2011 +0000
bump wrongdoc to 1.6
We want email (but not the HTML kind :P)
|