--- AnyEvent/Changes 2008/06/06 15:35:30 1.157 +++ AnyEvent/Changes 2008/07/02 12:27:42 1.160 @@ -1,5 +1,16 @@ Revision history for Perl extension AnyEvent. +4.160 + - re-registering signal watchers after unregistering one did + not work if a backend falls back on AnyEvent's default + implementation (also affected child watchers). + - new AnyEvent::Handle options: autocork and no_delay. + +4.152 Sun Jun 22 14:15:44 CEST 2008 + - allow for 32-bit perls that implement shifts differently + on different architectures in parse_ipv4 (reported and + analysed by Keiichi DAIBA). + 4.151 Fri Jun 6 17:34:24 CEST 2008 - make sure specifying _only_ on_read and never pushing reads works.