Skip to content

Commit 91bb496

Browse files
committed
Fixed endless loop in nmap.process. Patch provided by rcarrillo.
1 parent ba1a068 commit 91bb496

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
v0.7.0, 28/02/2016 -- A few bugfixes
2+
- fixe of endless loop in Nmap.Process. Fix provided by @rcarrillo, many thanks!
13
v0.6.3, 18/08/2015 -- Merged pull requests for automatic pypi upload, thanks @bmx0r
24
v0.6.2, 03/01/2015 -- Fixed a few bugs
35
- bulk fix for issues 37, 41, 42, 43, 44, 46

setup.py

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

77
setup(
88
name='python-libnmap',
9-
version='0.6.3',
9+
version='0.7.0',
1010
author='Ronald Bister',
1111
author_email='mini.pelle@gmail.com',
1212
packages=['libnmap', 'libnmap.plugins', 'libnmap.objects'],

0 commit comments

Comments
 (0)