From 43470e91ba8fb5686a172076a35cee2cc30c1749 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 13 Apr 2010 02:20:14 +0000 Subject: [PATCH] Add to CHANGELOG: o [Zenmap] Made IP addresses be sorted by octet, not by their string representation. For example, 10.1.1.2 is now sorted before 10.1.1.10, when it was the opposite before. This was reported by Norris Carden. [David] --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 9f4eac867..a759d8346 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ # Nmap Changelog ($Id$); -*-text-*- +o [Zenmap] Made IP addresses be sorted by octet, not by their string + representation. For example, 10.1.1.2 is now sorted before + 10.1.1.10, when it was the opposite before. This was reported by + Norris Carden. [David] + o [NSE] Added sorting on port number to dns-service-discovery script. [Patrik] o [NSE] Added snmpWalk function to SNMP library and updated scripts to use it.