ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/EV-ADNS/Changes
Revision: 1.11
Committed: Sat May 17 20:37:17 2008 UTC (16 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-2_1
Changes since 1.10: +3 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 Revision history for EV::ADNS
2
3 2.1
4 - support r_addr result type.
5
6 2.0 Sat Dec 22 17:49:53 CET 2007
7 - upgrade to EV version 2.0 API.
8 - add message about adns-1.4 being the minimum supported version.
9
10 1.0 Thu Dec 13 00:44:24 CET 2007
11 - only run the prepare watcher if there actually is work to do
12 (this also made the code simpler and faster).
13 - possible future multiplicity support.
14
15 0.3 Mon Dec 3 20:02:40 CET 2007
16 - properly call adns_processtimeouts in the timer callback.
17
18 0.2 Mon Dec 3 12:53:55 CET 2007
19 - use an idle watcher to ensure that our prepare callback
20 is called even when we submit requests late in the event loop.
21 - doc fixes.
22
23 0.1 Sat Dec 1 23:35:27 CET 2007
24 - original version, a Glib::EV clone.