From 5c602916b86b2867efaf76ef6e129293bce96b8f Mon Sep 17 00:00:00 2001 From: sean Date: Sat, 30 Jun 2012 01:48:05 +0000 Subject: [PATCH] Updated the changelog --- CHANGELOG | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 4f07c33e1..8f69d82e3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -12796,4 +12796,10 @@ o Changed the makefile 'all' target to use install-sh rather than o Documentation updated and clarified slightly. -o Added this CHANGELOG file to the distribution. +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 + +