Skip to content

Commit ec731af

Browse files
committed
fixed version 0.4.7
1 parent 1fe026e commit ec731af

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGES.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
v0.4.7, 23/04/2014 -- Rewrite of NmapProcess
1+
v0.4.7, 02/05/2014 -- Rewrite of NmapProcess
22
- removed Threads to read stdout/stderr
33
- replaced by Process
44
- use of semaphore to not consume CPU while looping
5+
- added NmapTask class
6+
- added NmapProcess.current_task
7+
- added NmapProcess.tasks list
58
v0.4.6, 06/04/2014 -- minor fix
69
- corrected missing incomplete parameter on parse_fromfile
710
and parse_fromstring

TODO

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
- review OS fingerprint API and add NmapOSFP class
22
- add unit test for os fingerprint class
3-
- complete unit tests with coverall support
4-
- review and improve threading for NmapProcess
53
- support for python3
4+
- complete unit tests with coverall support
65
- support for windows
76
- Add new plugins to support import/export from mysql, couchdb, csv
87
- add unittest for udp scans, ping sweeping
98
- add support for 'resume' capability (see nmap --resume)
10-
- add support for "not shown ports" (extra ports) in NmapHost (via NmapParser)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='python-libnmap',
8-
version='0.4.6',
8+
version='0.4.7',
99
author='Ronald Bister',
1010
author_email='mini.pelle@gmail.com',
1111
packages=['libnmap', 'libnmap.plugins', 'libnmap.objects'],

0 commit comments

Comments
 (0)