-
Notifications
You must be signed in to change notification settings - Fork 3
/
CHANGES
33 lines (26 loc) · 1.03 KB
/
CHANGES
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
0.8 (2024-03-11)
* pretty-print large numbers with thousands-separator
0.7 (2024-02-06)
* fixed a regular expression to use \t instead of a literal tab
* changed variable named $nm to $netmask
* added big integer support to show exact IP address counts
* added option "-f" so that other output formats can easily be supported
with "-f json" (which replaces "-j") and set "-f text" as the default
* added Perl source output format option "-f perl"
* some modules will be loaded only when needed by relevant options
* various minor cosmetic improvements
0.6 (2023-05-04)
* allow the user to specify resolvers by name
0.5 (2023-01-16)
* correct DNS lookup limit counting to not count
lookups performed to turn MX results into IP
addresses
0.4 (2022-09-27)
* switch to using $rr->txtdata to accommodate older versions of Net::DNS
0.3 (2022-09-06)
* add '-p' option to pass a policy to expand
* more accurately count IPs from CIDRs and other expansions
0.2 (2022-08-31)
* match "a:domain/v4cidr//v6dir" correctly
0.1 (2022-08-30)
* Hello, World!