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