1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-14 01:16:33 +00:00

CHANGELOG a side effect of target refactoring: mixed IPv4 ranges and netmasks.

This commit is contained in:
david
2013-01-22 00:07:16 +00:00
parent e1fba2d663
commit 01e4c23692

View File

@@ -1,5 +1,9 @@
# Nmap Changelog ($Id$); -*-text-*-
o It's now possible to mix IPv4 range notation with CIDR netmasks in
target specifications. For example, 192.168-170.4-100,200.5/16 is
effectively the same as 192.168.168-170.0-255.0-255. [David Fifield]
o Added nmap-fo.xsl, contributed by Tilik Ammon. This converts Nmap
XML into XSL-FO, which can be converted into PDF using Apache FOP.