From 801c3628a4d5c35cde6c8bbe3efdef3b4182ca13 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 8 May 2009 15:00:55 +0000 Subject: [PATCH] Remove the Zenmap command wizard. The profile editor has always been a better interface with tabs instead of a linear sequence of pages. The ability to run a scan from the editor was the one thing the command wizard could do that the profile editor couldn't, but now it can do that too. --- CHANGELOG | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 921be5494..691a2eaf6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,12 @@ # Nmap Changelog ($Id$); -*-text-*- +o [Zenmap] The command wizard has been removed. The profile editor has + the same capabilities with a better interface that doesn't require + clicking through many screens. The profile editor now has its own + "Scan" button that lets you run an edited command line immediately + without saving a new profile. The profile editor now comes up + showing the current command rather than being blank. [David] + o [Ncat] Ncat now automatically generates a temporary keypair and certificate in memory when you don't use the --ssl-key and --ssl-cert options. [David]