--- cvsroot/Coro/Changes 2012/10/31 20:15:40 1.601 +++ cvsroot/Coro/Changes 2013/03/05 18:37:43 1.613 @@ -2,11 +2,35 @@ TODO: should explore PerlIO::coroaio (perl leaks like hell). TODO: channel->maxsize(newsize)? -TODO: http://www.microsoft.com/msj/archive/s2ce.aspx TODO: __GCC_HAVE_DWARF2_CFI_ASM -TODO: add peerhost/peerport from IO::Socket::INET etc. + - manually copy existing __DIE__ and __WARN__ handlers so + they lose their magic and will not cause segfaults later + (testcase by Andrey Sagulin). + - improved Coro::State documentation a bit. + - Coro::Debug::command now flushes the output. + - add hack detection code for x32 abi, because the braindead slugs + who designed that made it look exactly like x86_64 without + providing proper compile time symbols to test for it. as a result, + this detection cannot work reliably. + - valgrind stack registering was broken. + - do not rely on Time::HiRes anymore in Coro::Debug. +6.23 Fri Dec 7 23:36:37 CET 2012 + - use experimental fiber implementation on native windows + perls. + - use sizeof (void *) as multiplication factor for stack sizes, + to accomodate the totally braindamaged microsoft 64 bit "os". + - changed verifier host from win2k-ap510-32 to win7-sp516-32/64. + activeperl 5.16 crashes when PerlIO_define_layer is called due + to some bug in the perl dll, strawberry perl at least passes + the testsuite. + - implement Coro::Handle->peeraddr/host/port, for slightly + improved compatibility with LWP. + - implement 5.17 compatibility by almost blindly applying a + good-looking patch by Father Chrysostomos. + - move stack management functions into libcoro 3. + - libcoro version 3 "released". - support magic values as timed_io_once args. - recommend AnyEvent 7+ or EV 4+, also require EV version 4 or newer for Coro::EV.