NEWS in rainbows-0.8.0 vs NEWS in rainbows-0.9.0

- old
+ new

@@ -1,4 +1,32 @@ +=== 0.9.0 / 2009-12-13 22:51 UTC + + This release introduces compatibility with Sunshowers, a library + for Web Sockets, see http://rainbows.rubyforge.org/sunshowers + for more information. Several small cleanups and fixes. + + Eric Wong (20): + add RevThreadPool to README + rev: do not initialize a Rev::Loop in master process + rainbows.1: update headers + do not log IOError raised during app processing + move "async.callback" constant to EvCore + larger thread pool default sizes ({Rev,}ThreadPool) + ev_core: no need to explicitly close TmpIOs + EventMachine: allow usage as a base class + NeverBlock: resync with recent our EM-related expansion + RevThread*: move warning message to a saner place + EventMachineDefer: preliminary (and) broken version + TODO: add EM Deferrables + RevThread*: remove needless nil assignment + README: HTML5 Web Sockets may not be supported, yet... + env["hack.io"] for Fiber*, Revactor, Thread* models + EventMachineDefer is experimental + README: add Sunshowers reference + Rakefile: resync with Unicorn + doc/comparison: add Web Sockets to comparison + README updates + === 0.8.0 / 2009-12-02 08:55 UTC This release fixes a memory leak in our existing Revactor concurrency model. A new RevThreadPool concurrency model has been added as well as small cleaups to exit handling in workers.