ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/EV-ADNS/Changes
Revision: 1.13
Committed: Tue Jun 30 20:40:48 2015 UTC (9 years, 1 month ago) by root
Branch: MAIN
CVS Tags: rel-2_3
Changes since 1.12: +5 -0 lines
Log Message:
2.3

File Contents

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