Changeset 293
- Timestamp:
- 11/27/06 22:18:18 (2 years ago)
- Files:
-
- version_0/lib/eventmachine_version.rb (modified) (1 diff)
- version_0/RELEASE_NOTES (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
version_0/lib/eventmachine_version.rb
r228 r293 37 37 module EventMachine 38 38 39 VERSION = "0.7. 0"39 VERSION = "0.7.1" 40 40 41 41 end version_0/RELEASE_NOTES
r230 r293 4 4 5 5 -------------------------------------------------- 6 Version: 0.7.0, released xxAug06 6 Version: 0.7.1, released xxNov06 7 Added protocol handlers for line-oriented protocols. 8 Various bug fixes. 9 10 -------------------------------------------------- 11 Version: 0.7.0, released 20Nov06 7 12 Added a fix in em.cpp/ConnectToServer to fix a fatal exception that 8 13 occurred in FreeBSD when connecting successfully to a remote server.
