Changeset 335
- Timestamp:
- 05/26/07 07:14:12 (2 years ago)
- Files:
-
- version_0/ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
version_0/ChangeLog
r333 r335 15 15 22Nov06: Changed EventMachine#reconnect: no longer excepts when called on an 16 16 already-connected handler. 17 28Nov06: Supported a binary-unix gem.18 19Dec06: Added EventMachine#set_effective_user.19 05Jan07: Upped max outstanding timers to 1000.20 15May07: Applied Solaris patches from Brett Eisenberg21 22May07: Cleaned up the license text in all the source files.22 22May07: Released version 0.7.217 28Nov06: Supported a binary-unix gem. 18 19Dec06: Added EventMachine#set_effective_user. 19 05Jan07: Upped max outstanding timers to 1000. 20 15May07: Applied Solaris patches from Brett Eisenberg 21 22May07: Cleaned up the license text in all the source files. 22 22May07: Released version 0.7.2 23 23 24 23May07: Per suggestion from Bill Kelly, fixed a bug with the initialization24 23May07: Per suggestion from Bill Kelly, fixed a bug with the initialization 25 25 of the network libraries under Windows. The goal is to enable EM to 26 26 be used without Ruby. 27 28May07: Applied patch from Bill Kelly, refactors the declarations of 28 event names to make EM easier to use from C programs without Ruby.
