From aca3abc84ce20b181ad96e88889ab9a0b1b17ee0 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 5 Nov 2010 02:59:57 +0000 Subject: [PATCH] Add to CHANGELOG: o Made everything build with Visual C++ 2010. Thanks to KX for providing instructions. --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index ea3566fd9..be6fe651b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ # Nmap Changelog ($Id$); -*-text-*- +o Made everything build with Visual C++ 2010. Thanks to KX for + providing instructions. + o [NSE] Added a new library upnp that provides UPnP support to the scripts upnp-info and broadcast-upnp-info. The library is largely based on code taken from Thomas Buchanan's upnp-info script. [Patrik]