Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ee21a79

Browse files
committedJul 2, 2018
v0.1-b.8
updates
1 parent d0f5888 commit ee21a79

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# sharesniffer Change Log
22

3+
## [0.1-b.8] = 2018-07-02
4+
### fixed
5+
- bug fix for traceback TypeError in get_nfs_shares function (pyneda pr d0f5888)
6+
37
## [0.1-b.7] = 2018-06-13
48
### changed
59
- if nse scripts return no results for host, print message and continue trying other hosts

‎sharesniffer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
from random import randint
3434

3535

36-
SHARESNIFFER_VERSION = '0.1-b.7'
36+
SHARESNIFFER_VERSION = '0.1-b.8'
3737
__version__ = SHARESNIFFER_VERSION
3838

3939

0 commit comments

Comments
 (0)
Please sign in to comment.