From 88bcae4ef182ca20ef32d396f835d7f8a67ff8ac Mon Sep 17 00:00:00 2001 From: dmiller Date: Thu, 9 Jun 2016 04:36:06 +0000 Subject: [PATCH] Add some changelog entries --- CHANGELOG | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 23273efed..f4819901a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,13 @@ # Nmap Changelog ($Id$); -*-text-*- +o Update oldest supported Windows version to Vista (Windows 6.0). This enables + the use of the poll Nsock engine. [Daniel Miller] + +o [GH#345][Zenmap] On Windows, save Zenmap's stderr output to a writeable + location (%LOCALAPPDATA%\zenmap.exe.log or %TEMP%\zenmap.exe.log) instead of + next to the zenmap.exe executable. This avoids a warning message when closing + Zenmap if it produced any stderr output. [Daniel Miller] + o [GH#379][NSE] Fix http-iis-short-name-brute to report non vulnerable hosts. Reported by alias1. [Paulino Calderon]