Update CHANGELOG with the Nmap options parsing deferring update.

This commit is contained in:
shinnok 2011-07-30 00:18:40 +00:00
parent c2822fc17a
commit 93b9b3fe2d

View file

@ -1,5 +1,10 @@
# Nmap Changelog ($Id$); -*-text-*-
o Nmap now defers options parsing until it has read through all the command line
arguments. You can now use options like -S with an IPv6 address before
specifying -6 at the command line, which previously got you an error.
[Shinnok]
o [NSE] Added the library xmpp.lua and the script xmpp-brute that performs
brute force password auditing against XMPP (Jabber) servers. [Patrik]