From b32c2df695f4411fd2c9b002095c77ffa5de3460 Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 15 May 2008 22:44:50 +0000 Subject: [PATCH] Here is the updated changelog for my preceeding patch. --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index f1b9085b9..ad3b129a9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ # Nmap Changelog ($Id$); -*-text-*- +o Fixed a bug in nmap_dns.cc where the endian of the platform that nmap + ran on might negitivly effect how efficiently nmap stores cache values + in a hash table. [Michael] + o Fixed the nmap_command_path bug in Zenmap. The variable now actually accesses the nmap_command_path in zenmap.conf file. It is accessed by a new class in UmitConf called PathsConfig, which represents the