--- AnyEvent/Changes 2010/04/12 02:50:31 1.392 +++ AnyEvent/Changes 2010/06/02 02:14:21 1.396 @@ -2,6 +2,16 @@ TODO: docs signal for condvar +TODO: FIX PIPE CHECK! explicitly ceck for datagram sockets and files + - simplified and reworked the "OTHER MODULES" section. + - explicitly check for non-stream sockets in AE::Handle, too many + clueless people fell into the trap of this somehow working + (see the horrible AE::Handle::UDP for a good example...). + +5.261 Wed Apr 28 16:13:36 CEST 2010 + - AF_INET6 was not properly used from Socket6 during configuration + time (found by Andy Grundman). + 5.26 Mon Apr 12 04:49:35 CEST 2010 - don't generate spurious readyness notifications when select returns EINTR in the pure perl backend (analysed and testcase