Release Name: 3.3.0
Notes:
Zbatery 3.3.0 - another Rainbows! resync
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
Changes:
Like Rainbows! 3.3.0, we've added the GPLv3 to our license
(in addition to GPLv2 and Ruby terms). See Rainbows! 3.3.0
release notes and news for more infor on changes:
http://rainbows.rubyforge.org/NEWS.html
Changes:
COPYING | 899 ++++++++++++++++++++++++++++++++++++-----------------
GNUmakefile | 1 -
LICENSE | 19 +-
README | 11 +-
lib/zbatery.rb | 4 +-
t/GNUmakefile | 6 +
t/test_isolate.rb | 19 +-
7 files changed, 655 insertions(+), 304 deletions(-)
commit 604dc05809e14c41f148962cc7d6849a941f8e8f
Author: Eric Wong
Date: Mon May 16 14:28:29 2011 -0700
Zbatery 3.3.0 - another Rainbows! resync
Like Rainbows! 3.3.0, we've added the GPLv3 to our license
(in addition to GPLv2 and Ruby terms). See Rainbows! 3.3.0
release notes and news for more infor on changes:
http://rainbows.rubyforge.org/NEWS.html
commit d2bfeb287656d231737379dfda38b1ef8908bf22
Author: Eric Wong
Date: Tue May 10 16:36:25 2011 -0700
LICENSE: add GPLv3 terms
GPLv2 and Ruby-specific terms remain intact, but this means
we can be combined and redistributed with GPLv3-only software
(once Unicorn has GPLv3 added to its license).
commit 27f11facd8aca6716928c85228119a9f7460dd43
Author: Eric Wong
Date: Fri Feb 11 11:24:10 2011 +0000
GNUmakefile: fix doc build
copy-and-paste error from Rainbows!
commit 817082c7d51c2a57f896637c2a128f2110354994
Author: Eric Wong
Date: Wed Feb 16 10:50:50 2011 -0800
README: clarify license terms and versions
Ruby 1.9.3dev switched to BSD but we remain under the same terms
as the old Ruby 1.8 license. Mongrel2 exists now and also uses
the BSD, so don't confuse people with that, either.
|