mod_ruby-1.2.3 released

Shugo Maeda <[email protected]> Mon, 27 Sep 2004 01:48:51 +0900
Newsgroups gmane.comp.apache.mod-ruby
Message-ID <[email protected]>
mod_ruby-1.2.3 is released.

<URL:http://modruby.net/archive/mod_ruby-1.2.3.tar.gz>

Changes from mod_ruby-1.2.2:

* included libapreq itself.
* ignore the second SIGTERM.
* wait finalization process of the Ruby interpreter.
* do not use APR threads on the prefork MPM.
* Apache::Request#send_fd works on Apache2 now.
* $stdout.sync is set to true.
* call GC on every handler call.

Shugo