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