From a52ba00a925cf23dce80825855886cf38ce13411 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 20 Nov 2008 18:44:41 +0000 Subject: [PATCH] o [Zenmap] Zenmap now parses and records XSL stylesheet information from Nmap XML files, so files saved by Zenmap will be viewable in a web browser just like those produced by Nmap. --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 1c478790b..c02f5b784 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ # Nmap Changelog ($Id$); -*-text-*- +o [Zenmap] Zenmap now parses and records XSL stylesheet information + from Nmap XML files, so files saved by Zenmap will be viewable in a + web browser just like those produced by Nmap. [David] + o A possible Lua stack overflow in dns.lua was fixed. [David] o The NSE registry now persists across host groups. [David]