From 5b4a5434ad77b4f5acee8e130be4f4f4f7aec796 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 10 Nov 2010 03:08:56 +0000 Subject: [PATCH] Update CHANGELOG with new Windows build version numbers and credit for Rob Nicholls and me. --- CHANGELOG | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 78846be68..f2956a983 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,8 +3,12 @@ o [Zenmap] Upgraded to the newer gtk.Tooltip API to avoid deprecation messages about gtk.Tooltip. [Rob Nicholls] -o Made everything build with Visual C++ 2010. Thanks to KX for - providing instructions. +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 [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