From f8be878de9ece0909857a6a534038ad92a61c71a Mon Sep 17 00:00:00 2001 From: fyodor Date: Sat, 12 Jan 2008 22:39:34 +0000 Subject: [PATCH] update version number and changelog in prep for upcoming 4.53 release --- CHANGELOG | 12 +++++++++++- docs/nmap.1 | 2 +- docs/nmap.usage.txt | 2 +- docs/zenmap.1 | 4 ++-- nmap.h | 4 ++-- 5 files changed, 17 insertions(+), 7 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index afb9dfb45..88e1f193f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,6 @@ - # Nmap Changelog ($Id$); -*-text-*- +4.53 + o Impoved Windows executable installer by making uninstall work better on systems which changed the default install path. The shortcut is also now deleted properly on Vista. [Rob Nicholls] @@ -12,6 +13,15 @@ o Added UPnP-info NSE script by Thomas Buchanan. It gathers many network devices such as routers, printers, and networked media players. +o Fixed a --traceroute bug (assertion failure crash) which occured + when the first hop of the first host in a tracegroup (reference + trace) times out. Thanks to Sebastián García for the bug report and + testing, and Eddie for the patch. + +o Fix a problem which prevented proper port number matching in + NSE scripts (port_or_service function) due to a variable + shadowing bug. [Sven Klemm] + o Improved rpcinfo.nse to better sort and display available RPC services. [Sven Klemm] diff --git a/docs/nmap.1 b/docs/nmap.1 index fb6b5737a..c1d7618c7 100644 --- a/docs/nmap.1 +++ b/docs/nmap.1 @@ -102,7 +102,7 @@ This options summary is printed when Nmap is run with no arguments, and the late .sp .RS 4 .nf -Nmap 4\.52 ( http://insecure\.org ) +Nmap 4\.53 ( http://insecure\.org ) Usage: nmap [Scan Type(s)] [Options] {target specification} TARGET SPECIFICATION: Can pass hostnames, IP addresses, networks, etc\. diff --git a/docs/nmap.usage.txt b/docs/nmap.usage.txt index 26ceb8e74..97f6a2406 100644 --- a/docs/nmap.usage.txt +++ b/docs/nmap.usage.txt @@ -1,4 +1,4 @@ -Nmap 4.52 ( http://insecure.org ) +Nmap 4.53 ( http://insecure.org ) Usage: nmap [Scan Type(s)] [Options] {target specification} TARGET SPECIFICATION: Can pass hostnames, IP addresses, networks, etc. diff --git a/docs/zenmap.1 b/docs/zenmap.1 index c197611e9..2a4f1f235 100644 --- a/docs/zenmap.1 +++ b/docs/zenmap.1 @@ -1,11 +1,11 @@ .\" Title: zenmap .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.2 -.\" Date: 01/01/2008 +.\" Date: 01/12/2008 .\" Manual: .\" Source: .\" -.TH "ZENMAP" "1" "01/01/2008" "" "" +.TH "ZENMAP" "1" "01/12/2008" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff --git a/nmap.h b/nmap.h index 8e41b1b6a..7533557bc 100644 --- a/nmap.h +++ b/nmap.h @@ -253,8 +253,8 @@ void *realloc(); #ifndef NMAP_VERSION /* Edit this definition only within the quotes, because it is read from this file by the makefiles. */ -#define NMAP_VERSION "4.52" -#define NMAP_NUM_VERSION "4.52.0.0" +#define NMAP_VERSION "4.53" +#define NMAP_NUM_VERSION "4.53.0.0" #endif /* User configurable #defines: */