From 3c2b82100e03db3ca0837c615108c19a392b96c8 Mon Sep 17 00:00:00 2001 From: fyodor Date: Fri, 12 Nov 2010 23:12:11 +0000 Subject: [PATCH] reword an item to make it a bit more clear that the python and gtk upgrades are only needed if you want to build Zenmap and that all these upgrades are only needed if you want to compile Nmap yourself --- CHANGELOG | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 5edae6d94..e33223d78 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -11,12 +11,11 @@ o [NSE] Added a new Web Service Dynamic Discovery library (wsdd) and the two o [Zenmap] Upgraded to the newer gtk.Tooltip API to avoid deprecation messages about gtk.Tooltip. [Rob Nicholls] -o Updated the Windows build to work with (and require): - o Visual C++ 2010 (was 2008) - o Python 2.7 - o GTK+ 2.22 - See docs/win32-zenmap-build-guide.txt for details. Thanks to KX for - Visual C++ instructions. [David, Rob Nicholls] +o Updated the Windows build process to work with (and require) Visual + C++ 2010 rather than 2008. If you want to build Zenmap too, you now + need Python 2.7 (rather than 2.6) and GTK+ 2.22. See + http://nmap.org/book/inst-windows.html#inst-win-source [David, Rob + Nicholls, KX] 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