EventMachine v1.0.4 Release Notes

Release Date: 2014-12-19 // over 10 years ago
    • โž• add starttls_options to smtp server [#552]
    • ๐Ÿ›  fix closesocket on windows [#497]
    • ๐Ÿ›  fix build on ruby 2.2 [#503]
    • ๐Ÿ›  fix build error on ruby 1.9 [#508]
    • ๐Ÿ›  fix timer leak during dns resolution [#489]
    • โž• add concurrency validation to EM::Iterator [#468]
    • add get_file_descriptor to get fd for a signature [#467]
    • add EM.attach_server and EM.attach_socket_server [#465, #466]
    • calling pause from receive_data takes effect immediately [#464]
    • reactor_running? returns false after fork [#455]
    • ๐Ÿ›  fix infinite loop on double close [edc4d0e6, #441, #445]
    • ๐Ÿ›  fix compilation issue on llvm [#433]
    • ๐Ÿ›  fix socket error codes on win32 [ff811a81]
    • ๐Ÿ›  fix EM.stop latency when timers exist [8b613d05, #426]
    • ๐Ÿ›  fix infinite loop when system time changes [1427a2c80, #428]
    • ๐Ÿ›  fix crash when callin attach/detach in the same tick [#427]
    • ๐Ÿ›  fix compilation issue on solaris [#416]