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
4
4
5
5
For a full list of changes and contributors see: https://github.com/modernistik/Nmap-Parser/commits/master
6
6
7
+ ### Changes for 1.37
8
+ - Added starttime attributes and subroutine thanks to @jcrochon (PR #19)
9
+
7
10
### Changes for 1.35
8
- - Updated build configuration thanks to @mperry2 (Pull #17)
11
+ - Updated build configuration thanks to @mperry2 (PR #17)
9
12
10
13
### Changes for 1.34
11
- - Added devicetype thanks to @jcrochon (Pull #16)
14
+ - Added devicetype thanks to @jcrochon (PR #16)
12
15
13
16
### Changes for 1.33
14
17
- 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;
3
3
use strict;
4
4
use XML::Twig;
5
5
6
- our $VERSION = 1.36 ;
6
+ our $VERSION = 1.37 ;
7
7
8
8
9
9
sub new {
You can’t perform that action at this time.
0 commit comments