Update CHANGELOG with two recent Zenmap fixes.

This commit is contained in:
shinnok 2011-06-25 10:49:53 +00:00
parent 03f052d8a8
commit 70bcce0855

View file

@ -1,5 +1,13 @@
# Nmap Changelog ($Id$); -*-text-*-
o [Zenmap] Fixed issue with Zenmap not being able to kill the Nmap scan
subprocess upon canceling a scan or quitting the application on Windows.
[Shinnok]
o [Zenmap] Fixed issue with Zenmap not waiting for the return exit code
of the Nmap scan subprocess after killing it on Posix systems, thus
leaving the processes in a defunct(zombie) state. [Shinnok]
o [NSE] The host.bin_ip and host.bin_ip_src entries now also work with
16-byte IPv6 addresses. [David]