mirror of
https://github.com/jschauma/spf.git
synced 2024-05-09 09:54:51 +00:00
34 lines
1.0 KiB
Plaintext
34 lines
1.0 KiB
Plaintext
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!
|