diff --git a/CHANGELOG b/CHANGELOG index aa1e81d09..fc136ecba 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ # Nmap Changelog ($Id$); -*-text-*- +o [Ncat] Made Ncat compile with versions of OpenSSL before 0.9.7. It + would fail in ncat_openssl.c with the message "structure has no + member named `it'". The problem was reported by Jaroslav Fojtik. + [David] + o Tweaked validate_scan_lists so as to handle -SP and -SA at the same time when running nmap as nonroot or using IPv6. It now combines the two port lists [Josh Marlow]