mirror of
https://github.com/nmap/nmap.git
synced 2025-12-10 09:49:05 +00:00
update version number and changelog in prep for upcoming 4.53 release
This commit is contained in:
12
CHANGELOG
12
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]
|
||||
|
||||
|
||||
@@ -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\.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
.\" Title: zenmap
|
||||
.\" Author:
|
||||
.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
|
||||
.\" 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)
|
||||
|
||||
4
nmap.h
4
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: */
|
||||
|
||||
Reference in New Issue
Block a user