--- Coro/Changes 2008/01/13 03:14:39 1.313 +++ Coro/Changes 2008/01/13 09:47:22 1.314 @@ -5,6 +5,9 @@ (which is cool in a lot of important aspects (failures!), but very lacking in others (higher level ipc)). + - reset diehook when terminating from an async_pool as to not + trigger any __DIE__ handlers. + 4.35 Sun Jan 13 04:14:13 CET 2008 - "bt" debug command now displays any exceptions from longmess and also skips the innermost @@ -12,7 +15,7 @@ - allow backtraces in coroutines blocked in Coro::EV, at a <1% speed hit. - handle localising of $SIG{__WARN__} and __DIE__ - properly (with a proepr amount of dirty hacking). + properly (with a proper amount of dirty hacking). 4.34 Sat Dec 22 17:49:53 CET 2007 - upgrade to EV version 2.0 API.