--- EV-ADNS/Changes 2007/12/01 13:53:11 1.1 +++ EV-ADNS/Changes 2007/12/20 07:13:36 1.9 @@ -1,4 +1,20 @@ Revision history for EV::ADNS -0.1 +2.0 + - upgrade to EV version 2.0 API. + +1.0 Thu Dec 13 00:44:24 CET 2007 + - only run the prepare watcher if there actually is work to do + (this also made the code simpler and faster). + - possible future multiplicity support. + +0.3 Mon Dec 3 20:02:40 CET 2007 + - properly call adns_processtimeouts in the timer callback. + +0.2 Mon Dec 3 12:53:55 CET 2007 + - use an idle watcher to ensure that our prepare callback + is called even when we submit requests late in the event loop. + - doc fixes. + +0.1 Sat Dec 1 23:35:27 CET 2007 - original version, a Glib::EV clone.