--- AnyEvent/Changes 2009/08/12 15:50:44 1.336 +++ AnyEvent/Changes 2009/09/01 16:44:58 1.342 @@ -1,5 +1,26 @@ Revision history for Perl extension AnyEvent. +TODO: pass values to anyevent condvar callback, make this count as recv. +TODO: resolv.conf nameserver blabla # comment does not work + - update to Async::Interrupt 1.02. + - use same set of warningsa s common::sense 2.0. + - fix a potential 32 bit overflow issue due to perl having problems + with large hex constants in the Perl backend. + - do not use the slower 5.6 version fo the enc_name code in AnyEvent::DNS + by default. + +5.112 Fri Aug 21 13:59:04 CEST 2009 + - AnyEvent::Handle could cause hard crashes in Net::SSLeay when + using starttls with an illegal/uncreatable tls context. + - port to broken win32 perls. + +5.111 Sun Aug 16 18:44:36 CEST 2009 + - perl errornously requires sockaddr_un structures returned by the + kernel to have a specific length. work around this bug by padding + sockaddr_un structures (found to fail on OS X, as perl only uses + the correct code for GNU/Linux, but likely to fail on other + OSes as well). + 5.11 Wed Aug 12 17:49:37 CEST 2009 - fixed a bug in run_cmd with input from filename. - create a json coder object when none is given in write direction