mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 05:01:29 +00:00
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
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
# Nmap Changelog ($Id$); -*-text-*-
|
# 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
|
o Patched configure.ac to detect Lua include and library files in
|
||||||
"lua5.1" subdirectories of /usr/include and the like. Apparently
|
"lua5.1" subdirectories of /usr/include and the like. Apparently
|
||||||
Debian puts them there. We still check the likes of
|
Debian puts them there. We still check the likes of
|
||||||
|
|||||||
Reference in New Issue
Block a user