From 35eb7f1137d5673d931f10342c2ed1ac03708a88 Mon Sep 17 00:00:00 2001 From: david Date: Sun, 24 May 2009 18:04:47 +0000 Subject: [PATCH] Use a datetime.date object to store the date criterion in the Zenmap search dialog, not an ad-hoc (year, month, day) tuple. This fixes an error introduced when I made the change to use strftime for date formatting: File "zenmapGUI\SearchGUI.pyo", line 583, in operator_changed File "zenmapGUI\SearchGUI.pyo", line 566, in new_subcriterion File "zenmapGUI\SearchGUI.pyo", line 751, in __init__ File "zenmapGUI\SearchGUI.pyo", line 816, in set_date TypeError: argument must be sequence of length 9, not 3 --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 625e96aae..bcdd2d68b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ # Nmap Changelog ($Id$); -*-text-*- +o [Zenmap] Fixed a crash, introduced in 4.85BETA4, that happened when + searching scan results by date. [David] The error message was + File "zenmapGUI\SearchGUI.pyo", line 816, in set_date + TypeError: argument must be sequence of length 9, not 3 + o Patched configure.ac to detect Lua include and library files in "lua5.1" subdirectories of /usr/include and the like. Apparently Debian puts them there. We still check the likes of