ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/EV-ADNS/Changes
Revision: 1.9
Committed: Thu Dec 20 07:13:36 2007 UTC (18 years, 8 months ago) by root
Branch: MAIN
Changes since 1.8: +3 -0 lines
Log Message:
*** empty log message ***

File Contents

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