Date: Mon, 27 Sep 2004 01:48:51 +0900
From: Shugo Maeda <shugo@...>
Subject: mod_ruby-1.2.3 released
To: modruby@... (modruby ML)
Message-Id: <4156F2F3.7020207@...>
X-Mail-Count: 01317
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