From 419cf179514e7c27602085995be0a7c0b8ed2aec Mon Sep 17 00:00:00 2001 From: gio Date: Thu, 20 Aug 2015 19:50:42 +0000 Subject: [PATCH] Update changelog with changes relative to #75 --- CHANGELOG | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 311628859..4025201ad 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,14 @@ # Nmap Changelog ($Id$); -*-text-*- +o [GH#75] Normalize check targets to standard format check-*. + [Gioacchino Mazzurco] + +o [GH#75] Normalize clean and distclean targets to standard format clean-* and + distclean-*. [Gioacchino Mazzurco] + +o [GH#75] Normalize build targets to standard format build-*. + [Gioacchino Mazzurco] + o [NSE] Added script xmlrpc-methods. This script perfoms introspection of xmlrpc services and lists methods and their description. [Gyanendra Mishra]