diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-24 11:29:03 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-24 11:29:03 -0500 |
commit | 066bae76e94c21604fe4132c4ca26e5b2f0c6375 (patch) | |
tree | 64cd6638d6f513ef8ddb094f9437467c0a810d86 /ChangeLog | |
download | knmap-066bae76e94c21604fe4132c4ca26e5b2f0c6375.tar.gz knmap-066bae76e94c21604fe4132c4ca26e5b2f0c6375.zip |
Initial import of knmap 2.1 sources
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..fa31f39 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,36 @@ +2.1 +=== + +* If root-only options are selected by a 'normal' user, + the 'kdesu' facility is envoked to run nmap as root + +* Previously all nmap output was "wrapped", this is now + an option. The default is to wrap long lines. + +2.0 +=== + +* Minor syntax corrections +* No major changes since 2.0-beta-1 + +2.0-beta-1 +========== + +* Added support for multiple concurrent scans + +1.0 +=== + +* Added support for the "-6" and "-A' nmap options + +* Changes to the docbook documentation for the "-6" + and "-A" option support and other small changes. + +1.0-beta-1 +========== + +* This is a completely new program! + + There was a prior Knmap - the last version was 0.9 + but that version does not compile under the current + Qt / KDE environments. |