File: Changes

package info (click to toggle)
libnet-dns-resolver-mock-perl 1.20230216-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 120 kB
  • sloc: perl: 240; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 491 bytes parent folder | download
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
Revision history for Net::DNS::Resolver::Mock

1.20230216 2023-02-16 23:31:47+00:00 UTC
  - Build a zonefile cache hash to speed up multiple lookups

1.20220817
  - Fix issue when looking up record at the root

1.20200215 2020-02-15 15:07:49+00:00 UTC
  - Add missing Changelog
  - Debugging mode with output via STDERR and method

1.20200214
  - Add Mocking of Exceptions

1.20171219
  - Add CNAME lookups
  - Bugfix PTR lookups

1.20171031
  - Improve tests

1.20170814
  - First release