1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-09 07:59:03 +00:00

Changelog entry for timespec script-args

This commit is contained in:
dmiller
2013-03-06 15:20:51 +00:00
parent 8d28811522
commit 7a7bd78468

View File

@@ -1,5 +1,11 @@
# Nmap Changelog ($Id$); -*-text-*-
o Timeout script-args are now standardized to use the timespec that
Nmap's command-line arguments take (5s, 5000ms, 1h, etc.). Some
scripts that previously took an integer number of milliseconds will
now treat that as a number of seconds if not explicitly denoted as
ms. [Daniel Miller]
o The list of nameservers on Windows now ignores nameservers from
inactive interfaces. [David Fifield]