From 7a08d348b50be4920d9d70265d124d82a2027c7d Mon Sep 17 00:00:00 2001 From: jurand Date: Fri, 6 Jun 2008 03:22:28 +0000 Subject: [PATCH] o Install icons and pixmaps under /usr/share/zenmap/{icons,pixmaps} so they don't get mixed in with the files in /usr/share/{icons,pixmaps}. [Jurand Nogiec] o Modification to handle the problem where if a user modifies the command entry field, Zenmap does not necessarily execute this command and instead it will follow what the Target/Entry fields specify instead. This avoids a bug where if you edited a command, then selected a different target, the edited command line would be replaced with one from the currently selected profile. [Jurand Nogiec] --- CHANGELOG | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index ed0edf3b9..cb88c7782 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,21 @@ # Nmap Changelog ($Id$); -*-text-*- +o Install icons and pixmaps under /usr/share/zenmap/{icons,pixmaps} + so they don't get mixed in with the files in /usr/share/{icons,pixmaps}. + [Jurand Nogiec] + +o Modification to handle the problem where if a user modifies the + command entry field, Zenmap does not necessarily execute this command + and instead it will follow what the Target/Entry fields specify + instead. This avoids a bug where if you edited a command, then selected + a different target, the edited command line would be replaced with one + from the currently selected profile. [Jurand Nogiec] + +o Fixed the nmap_command_path bug in Zenmap. The variable now actually + accesses the nmap_command_path in zenmap.conf file. It is accessed + by a new class in UmitConf called PathsConfig, which represents the + [paths] section in zenmap.conf. [Jurand Nogiec] + o Fixed an integer overflow which prevented a target specification of "*.*.*.*" from working. Support for the CIDR /0 is now also available. [Kris]