From e2546efe029ce0489bf02db41805a16b0bb3bcab Mon Sep 17 00:00:00 2001 From: dmiller Date: Sat, 15 Apr 2017 03:30:28 +0000 Subject: [PATCH] Changelog entry for previous commit --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index b0b2261f2..bb5ca0998 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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]