ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/EV-ADNS/Changes
Revision: 1.10
Committed: Sat Dec 22 16:51:52 2007 UTC (18 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-2_0
Changes since 1.9: +2 -1 lines
Log Message:
*** empty log message ***

File Contents

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