-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathChanges
43 lines (33 loc) · 1.33 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
34
35
36
37
38
39
40
41
42
43
Revision history for Net::Nessus::REST
0.7.0 Thu, 10 Mar 2016
- yet another attempt to fix version number
0.6.1 Wed, 09 Mar 2016
- fix test dependencies
- fix usage of dotted-decimal version scheme
0.6 Tue, 08 Mar 2016
- first actual tests against a live Nessus server
- fix get_scan_details() method (Denis Joiret)
- correctly fix list_scanners() method (Todd Bruner)
- add stop_scan() method (Todd Bruner)
0.5.2 Sat, 26 Feb 2016
- fix retrieval of scan history (Denis Joiret)
0.5.1 Sat, 06 Feb 2016
- fix import_policy() method (Asgeir Aegisson)
- keep pod and kwalitee tests for author only (fix #111699)
0.5 Sun, 31 Jan 2016
* add multiple policy management methods (Asgeir Aegisson)
* change list_plugin_families return value, for consistency (Asgeir Aegisson)
* additional documentation fixes (Asgeir Aegisson)
* use versioned dependency on LWP::UserAgent for delete() method usage
0.4 Sun, 12 Jul 2015
* fix breakage in download_scan() method,
introduced by my fault in previous release
* fix a few documentation issues in synopsis
0.3 Mon, 06 Jul 2015
* added scanner ID query functionality (Fabrice Durand)
* allow to return report content as a string instead of a file (Fabrice Durand)
* fix scanners list method (Todd Bruner)
0.2 Sat, 14 Feb 2015
* added plugin query functionality (Todd Bruner)
0.1 Mon, 22 Dec 2014
* initial release