mirror of
https://github.com/nmap/nmap.git
synced 2025-12-11 02:09:03 +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-*-
|
# Nmap Changelog ($Id$); -*-text-*-
|
||||||
|
4.53
|
||||||
|
|
||||||
o Impoved Windows executable installer by making uninstall work better
|
o Impoved Windows executable installer by making uninstall work better
|
||||||
on systems which changed the default install path. The shortcut is
|
on systems which changed the default install path. The shortcut is
|
||||||
also now deleted properly on Vista. [Rob Nicholls]
|
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
|
many network devices such as routers, printers, and networked media
|
||||||
players.
|
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
|
o Improved rpcinfo.nse to better sort and display available RPC
|
||||||
services. [Sven Klemm]
|
services. [Sven Klemm]
|
||||||
|
|
||||||
|
|||||||
@@ -102,7 +102,7 @@ This options summary is printed when Nmap is run with no arguments, and the late
|
|||||||
.sp
|
.sp
|
||||||
.RS 4
|
.RS 4
|
||||||
.nf
|
.nf
|
||||||
Nmap 4\.52 ( http://insecure\.org )
|
Nmap 4\.53 ( http://insecure\.org )
|
||||||
Usage: nmap [Scan Type(s)] [Options] {target specification}
|
Usage: nmap [Scan Type(s)] [Options] {target specification}
|
||||||
TARGET SPECIFICATION:
|
TARGET SPECIFICATION:
|
||||||
Can pass hostnames, IP addresses, networks, etc\.
|
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}
|
Usage: nmap [Scan Type(s)] [Options] {target specification}
|
||||||
TARGET SPECIFICATION:
|
TARGET SPECIFICATION:
|
||||||
Can pass hostnames, IP addresses, networks, etc.
|
Can pass hostnames, IP addresses, networks, etc.
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
.\" Title: zenmap
|
.\" Title: zenmap
|
||||||
.\" Author:
|
.\" Author:
|
||||||
.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
|
.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
|
||||||
.\" Date: 01/01/2008
|
.\" Date: 01/12/2008
|
||||||
.\" Manual:
|
.\" Manual:
|
||||||
.\" Source:
|
.\" Source:
|
||||||
.\"
|
.\"
|
||||||
.TH "ZENMAP" "1" "01/01/2008" "" ""
|
.TH "ZENMAP" "1" "01/12/2008" "" ""
|
||||||
.\" disable hyphenation
|
.\" disable hyphenation
|
||||||
.nh
|
.nh
|
||||||
.\" disable justification (adjust text to left margin only)
|
.\" disable justification (adjust text to left margin only)
|
||||||
|
|||||||
4
nmap.h
4
nmap.h
@@ -253,8 +253,8 @@ void *realloc();
|
|||||||
#ifndef NMAP_VERSION
|
#ifndef NMAP_VERSION
|
||||||
/* Edit this definition only within the quotes, because it is read from this
|
/* Edit this definition only within the quotes, because it is read from this
|
||||||
file by the makefiles. */
|
file by the makefiles. */
|
||||||
#define NMAP_VERSION "4.52"
|
#define NMAP_VERSION "4.53"
|
||||||
#define NMAP_NUM_VERSION "4.52.0.0"
|
#define NMAP_NUM_VERSION "4.53.0.0"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* User configurable #defines: */
|
/* User configurable #defines: */
|
||||||
|
|||||||
Reference in New Issue
Block a user