From 4c588f3f3b12b07c66ce134c7a3f85f676705af8 Mon Sep 17 00:00:00 2001 From: fyodor Date: Sun, 25 Jun 2006 04:45:08 +0000 Subject: [PATCH] 4.20ALPHA2 --- CHANGELOG | 7 ++++++- Makefile.in | 2 +- docs/nmap.usage.txt | 2 +- nmap_winconfig.h | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c38da7b02..1a41474ed 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,7 +2,12 @@ Nmap 4.20ALPHA2 -o Included nmap-os-db (the new OS detection DB) within the release. Oops! +o Included nmap-os-db (the new OS detection DB) within the release. + Oops! Thanks to Brandon Enright (bmenrigh(a)ucsd.edu) for catching + this problem with 4.20ALPHA1. + +o Added a fix for the crash in the new OS detection which would come + with the message "Probe doesn't exist! Probe type: 1. Probe subid: 1" Nmap 4.20ALPHA1 diff --git a/Makefile.in b/Makefile.in index 6166219f1..643439d8a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -export NMAP_VERSION = 4.20ALPHA1 +export NMAP_VERSION = 4.20ALPHA2 NMAP_NAME= Nmap NMAP_URL= http://www.insecure.org/nmap/ NMAP_PLATFORM=@host@ diff --git a/docs/nmap.usage.txt b/docs/nmap.usage.txt index bd5f7e5f0..891396823 100644 --- a/docs/nmap.usage.txt +++ b/docs/nmap.usage.txt @@ -1,4 +1,4 @@ -Nmap 4.20ALPHA1 ( http://www.insecure.org/nmap/ ) +Nmap 4.20ALPHA2 ( http://www.insecure.org/nmap/ ) Usage: nmap [Scan Type(s)] [Options] {target specification} TARGET SPECIFICATION: Can pass hostnames, IP addresses, networks, etc. diff --git a/nmap_winconfig.h b/nmap_winconfig.h index 7c03e1614..7e800be44 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.20ALPHA1" +#define NMAP_VERSION "4.20ALPHA2" #define NMAP_NAME "Nmap" #define NMAP_URL "http://www.insecure.org/nmap" #define NMAP_PLATFORM "i686-pc-windows-windows"