1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-25 23:59:01 +00:00

Changelog entry for previous commit

This commit is contained in:
dmiller
2017-04-15 03:30:28 +00:00
parent 9e81835ccb
commit e2546efe02

View File

@@ -1,5 +1,9 @@
# Nmap Changelog ($Id$); -*-text-*-
o No longer allow ICMP Time Exceeded messages to mark a host as down during
host discovery. Running traceroute at the same time as Nmap was causing
interference. [David Fifield]
o [NSE][GH#807] Fixed a JSON library issue that was causing long integers
to be expressed in the scientific/exponent notation. [nnposter]