1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-04 21:59:02 +00:00

Here is the updated changelog for my preceeding patch.

This commit is contained in:
michael
2008-05-15 22:44:50 +00:00
parent 47e4b7aee5
commit b32c2df695

View File

@@ -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