Update changelog with changes relative to #75

This commit is contained in:
gio 2015-08-20 19:50:42 +00:00
parent 1873c53d7c
commit 419cf17951

View file

@ -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]