mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49: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:
parent
d971be11a8
commit
35eb7f1137
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue