LATEST in rainbows-4.4.3 vs LATEST in rainbows-4.5.0
- old
+ new
@@ -1,15 +1,11 @@
-=== Rainbows! 4.4.3 - bugfixes for EventMachine users / 2013-01-18 11:23 UTC
+=== Rainbows! 4.5.0 - hijacking support / 2013-02-27 10:28 UTC
- This release fixes two EventMachine bugfixes from Lin Jen-Shin
- and Mark J. Titorenko. There are also some minor cleanups.
+ This release adds hijacking support for Rack 1.5.x users.
+ See Rack documentation for more information about hijacking.
+ Lin Jen-Shin also provided the -N/--no-default-middleware option.
+ Minor packaging cleanups and new HACKING document.
- Lin Jen-Shin (1):
- event_machine: avoid close on deferred response
-
- Mark J. Titorenko (1):
- event_machine: join reactor_thread if it is already running
-
- Eric Wong (2):
- event_machine: cleanup confusing assignment
- t/GNUmakefile: cleanup test dependencies
+ There are also some corner-case bugfixes for *Epoll* users
+ (sleepy_penguin, these bugs do not affect EM or Cool.io users)
+ and test suite portability improvements.