ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/EV-ADNS/Changes
Revision: 1.8
Committed: Wed Dec 12 23:44:46 2007 UTC (16 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-1_0
Changes since 1.7: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

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