File: Changes

package info (click to toggle)
libnet-dns-lite-perl 0.12-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 236 kB
  • sloc: perl: 1,821; makefile: 4
file content (38 lines) | stat: -rw-r--r-- 859 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Revision history for Perl extension Net::DNS::Lite

0.12
	- fix handling of MX records (by fujiwara)

0.11
	- ignore ipv6 addresses in resolve.conf, since we do not yet support DNS queries transferred over IPv6

0.10
	- fix documentation issue (by tokuhirom)

0.09
	- support for the "attempts" field in resolve.conf (by kazeburo)
0.08
	- temporary disable timeout test (due to the expiration of the domain used for testing)

0.07
	- remove implicit dependency on AnyEvent

0.06
	- do not send unnecessary packets on DNS timeout

0.05
	- add support for internal cache

0.04
	- reopen udp socket when pid changes

0.03
	- (hopefully) fix compatibility issues with the tar archive

0.02
	- (hopefully) fix compatibility issues with the tar archive
	- proper handling of query ids (generation using random and reuse list)
	- more tests

0.01
	- initial release