1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-28 10:29:03 +00:00

Moved my last change from the bottom to the top

This commit is contained in:
sean
2012-06-30 01:51:41 +00:00
parent a02382c2b8
commit b8d65571b5

View File

@@ -1,5 +1,9 @@
# Nmap Changelog ($Id$); -*-text-*-
o Removed the log_errors variable. (Treating it as true everywhere). This change
did not effect the support for older scripts that still call it. However nmap --log-errors
now does nothing. Also updated the documentation to reflect this change
o Reduced the size of Port structures by about a third (from 176 to 64
bytes on x86_64). They had accidentally been made bigger than they
should during the IPv6 code merge. [David Fifield]
@@ -12798,8 +12802,4 @@ o Documentation updated and clarified slightly.
o Added this CHANGELOG file to the distribution.
o Removed the log_errors variable. (Treating it as true everywhere). This change
did not effect the support for older scripts that still call it. However nmap --log-errors
now does nothing. Also updated the documentation to reflect this change