File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,14 @@ Bleeding Edge version: https://github.com/modernistik/Nmap-Parser
44
55For a full list of changes and contributors see: https://github.com/modernistik/Nmap-Parser/commits/master
66
7+ ### Changes for 1.37
8+ - Added starttime attributes and subroutine thanks to @jcrochon (PR #19)
9+
710### Changes for 1.35
8- - Updated build configuration thanks to @mperry2 (Pull #17)
11+ - Updated build configuration thanks to @mperry2 (PR #17)
912
1013### Changes for 1.34
11- - Added devicetype thanks to @jcrochon (Pull #16)
14+ - Added devicetype thanks to @jcrochon (PR #16)
1215
1316### Changes for 1.33
1417 - Add tcp_port_state_ttl() function for export from nmap xml results. Thanks to @matrix.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package Nmap::Parser;
33use strict;
44use XML::Twig;
55
6- our $VERSION = 1.36 ;
6+ our $VERSION = 1.37 ;
77
88
99sub new {
You can’t perform that action at this time.
0 commit comments