trac
The trac site is available now.
mod_ruby-1.2.4 released
mod_ruby-1.2.4 is released.
Changes from mod_ruby-1.2.3
- fixed a build problem on Mac OS X. There is no need to upgrade from mod_ruby-1.2.3 on other platforms.
mod_ruby-1.2.3 released
mod_ruby-1.2.3 is released.
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.
mod_ruby-1.2.2 released
mod_ruby-1.2.2 is released.
Changes from mod_ruby-1.2.1
- fixed a SEGV proglem on Apache2 with threads.
IPv6 support
Services on modruby.net are IPv6 ready now.
modruby.net was down
modruby.net was down from Aug 1 22:55 (JST) to Aug 8 11:36. Because the script on modruby.net detect the newer packages on the Debian sites, and disabled old packages.
Restoration was delayed because I was on vacation. Sorry.
mod_ruby-1.2.1 released
mod_ruby-1.2.1 is released.
Changes from mod_ruby-1.2.0
- added a new handler RubyChildInitHandler.
- added RUBY_VERSION/RUBY_RELEASE_DATE to the Server header field.
- output newlines correctly in error_log.
- fixed a confliction with mod_dav on Apache2.
Moved documents to Wiki
Documents for mod_ruby/eruby are moved to Wiki.
Site renewal
This site is renewed.
Pages are generated by lily. It is running on mod_ruby:)
Subversion repository
The Subversion repository is available now.
- Subversion
- http://svn.modruby.net/repos/
- ViewCVS
- http://svn.modruby.net/cgi-bin/viewcvs.cgi/
The old CVS repository will be available soon.
mod_ruby-1.2.0 released
The new stable version mod_ruby-1.2.0 is released.
Changes from mod_ruby-1.0.7
- supports threaded MPMs of Apache2.
- supports libapreq.
- added new handler Apache::Registry.
- added new class Apache::Query parsing query parameters.
- Apache::ERubyRun gets faster.
- removed obsolete methods.
Changes from mod_ruby-1.1.3
- fix for NetBSD.