From 1d84cd8ec042860ecb52ad2645db4bc228574099 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 26 Sep 2011 03:49:34 +0000 Subject: [PATCH] Changelog entry for recent AIX portability work. --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index c08aba607..1715553b2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ # Nmap Changelog ($Id$); -*-text-*- +o Improved AIX support for raw scans. This includes some patches + originally written by Peter O'Gorman and Florian Schmid. It also + involved various build fixes found necessary on AIX 6.1 and 7.1. + [David] + o Made the interface gathering loop work on Linux when an interface index is more than two digits in /proc/sys/if_inet6. Joe McEachern tracked down the problem and provided the fix.