From f0e5e575ccdf253a63e0aed0f4fd9402dd323e64 Mon Sep 17 00:00:00 2001 From: fyodor Date: Wed, 31 May 2006 23:55:47 +0000 Subject: [PATCH] Nmap 4.04BETA1 --- CHANGELOG | 17 +++++++++++++++++ nmap_winconfig.h | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 98714499c..4beae2548 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,7 @@ # Nmap Changelog ($Id$); -*-text-*- +Nmap 4.04BETA1 + o Integrated all of your submissions (about a thousand) from the first quarter of this year! Please keep 'em coming! The DB has increased from 3,153 signatures representing 381 protocols in 4.03 to 3,441 @@ -39,6 +41,21 @@ o Nmap now ignores certain ICMP error message rate limiting (rather Macok (martin.macok(a)underground.cz) for writing the patch that these changes were based on. +o Moved my Nmap development environment to Visual C++ 2005 Express + edition. In typical "MS Upgrade Treadmill" fashion, Visual Studio + 2003 users will no longer be able to compile Nmap using the new + solution files. The compilation, installation, and execution + instructions at + http://www.insecure.org/nmap/install/inst-windows.html have been + upgraded. + +o Automated my Windows build system so that I just have to type a + single make command in the mswin32 directory. Thanks to Scott + Worley (smw(a)pobox.com>, Shane & Jenny Walters + (yfisaqt(a)waltersinamerica.com), and Alex Prinsier + (aphexer(a)mailhaven.com) for reading my appeal in the 4.03 + CHANGELOG and assisting. + o Changed the PortList class to use much more efficient data structures and algorithms which take advantage of Nmap-specific behavior patterns. Thanks to Marek Majkowski diff --git a/nmap_winconfig.h b/nmap_winconfig.h index 26bd9f1f6..b4f734a77 100644 --- a/nmap_winconfig.h +++ b/nmap_winconfig.h @@ -106,7 +106,7 @@ /* Without this, Windows will give us all sorts of crap about using functions like strcpy() even if they are done safely */ #define _CRT_SECURE_NO_DEPRECATE 1 -#define NMAP_VERSION "4.04" +#define NMAP_VERSION "4.04BETA1" #define NMAP_NAME "Nmap" #define NMAP_URL "http://www.insecure.org/nmap" #define NMAP_PLATFORM "i686-pc-windows-windows"