ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/EV-ADNS/Changes
Revision: 1.12
Committed: Fri May 7 21:42:36 2010 UTC (16 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-2_2
Changes since 1.11: +5 -1 lines
Log Message:
2.2

File Contents

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