bump to 0.1.0 and note the changes

This commit is contained in:
Zane C. B-H 2019-02-26 00:12:25 -06:00
parent 1674f4f45a
commit 359daebdd5
2 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,12 @@
Revision history for Parse-Netstat-Search
0.1.0 2019-02-26/00:15
- Add in handling of % in IPv6 addresses.
- Add in handling of slightly malformed IPv6 address that netstat
on FreeBSD seems to sometimes produce, using ':.' for the port
delimiter instead of '.'. This is not to be confused with ::
appearing at the end, but like "fe80::4ecc:6aff:.123".
0.0.3 2019-02-25/06:30
- Use eval to talk to Net::CIDR as it seems to not always like IPv6.
This allows it to continue instead of killing the entire op.

View File

@ -12,11 +12,11 @@ Parse::Netstat::Search - Searches the connection list in the results returned by
=head1 VERSION
Version 0.0.3
Version 0.1.0
=cut
our $VERSION = '0.0.3';
our $VERSION = '0.1.0';
=head1 SYNOPSIS