From d863e73c369db74986109ed1b541bd09cb9dcded Mon Sep 17 00:00:00 2001 From: david Date: Mon, 24 May 2010 19:02:47 +0000 Subject: [PATCH] Document the new XML output processing merged in r17300 in CHANGELOG. --- CHANGELOG | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 0af43eab1..ee7bdd6a0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,12 @@ # Nmap Changelog ($Id$); -*-text-*- +o Open XML elements are now closed in case of a fatal error, so the + output should at least be well-formed. There are new attributes + "exit" and "errormsg" in the finished element. "exit" is "success" + or "error". When it is "error", the "errormsg" attribute contains + the error message. Thanks to Grant Bartlett, who found a typo in the + new output. [David] + o Fixed some errors in nmap-os-db, probably caused by incorrect string replacement during integration. This patch is from James Cook.