From fd202518ee7dd920bad4a1a7d4f631658e9d9939 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 13 Mar 2009 18:08:11 +0000 Subject: [PATCH] [Zenmap] A crash was fixed that would happen when you ran a scan that didn't produce any host output (like "nmap --iflist") and then tried to remove it from the inventory. [David] The crash looked like ValueError: list.remove(x): x not in list --- CHANGELOG | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index dad838cd7..5ecff8179 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,11 @@ # Nmap Changelog ($Id$); -*-text-*- +o [Zenmap] A crash was fixed that would happen when you ran a scan + that didn't produce any host output (like "nmap --iflist") and then + tried to remove it from the inventory. [David] + The crash looked like + ValueError: list.remove(x): x not in list + o [Ncat] In --chat mode (formerly --talk), the server announces to everyone when someone connects or disconnects. Besides letting you know who's connected, this also informs you of your "user name" as