Sha256: 3a073dc96cb916b423a49e54e4442453863e887978c9c0de592356fba4c6a37d
Contents?: true
Size: 1.69 KB
Versions: 1
Compression:
Stored size: 1.69 KB
Contents
$Id: RELEASE_NOTES 2459 2006-05-05 17:11:04Z francis $ RUBY/EventMachine RELEASE NOTES -------------------------------------------------- Version: 0.5.1, released 05May06 Made it possible to pass a Class rather than a Module to a protocol handler. Added Windows port. -------------------------------------------------- Version: 0.5.0, released 30Apr06 Added a preliminary SSL/TLS extension. This will probably change over the next few releases. -------------------------------------------------- Version: 0.4.5, released 29Apr06 Changed ext files so the ruby.h is installed after unistd.h otherwise it doesn't compile on gcc 4.1 -------------------------------------------------- Version: 0.4.2, released 19Apr06 Changed the Ruby-glue so the extension will play nicer in the sandbox with Ruby threads. Added an EventMachine::run_without_threads API to switch off the thread-awareness for better performance in programs that do not spin any Ruby threads. -------------------------------------------------- Version: 0.4.1, released 15Apr06 Reworked the shared-object interface to make it easier to use EventMachine from languages other than Ruby. -------------------------------------------------- Version: 0.3.2, released 12Apr06 Added support for a user-supplied block in EventMachine#connect. -------------------------------------------------- Version: 0.3.1, released 11Apr06 Fixed bug that prevented EventMachine from being run multiple times in a single process. -------------------------------------------------- Version: 0.3.0, released 10Apr06 Added method EventHandler::Connection::post_init -------------------------------------------------- Version: 0.2.0, released 10Apr06 Added method EventHandler::stop
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
eventmachine-0.5.1 | RELEASE_NOTES |