1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-24 07:09:01 +00:00

Changelog entry for #1371 [ci skip]

This commit is contained in:
dmiller
2019-08-23 19:52:10 +00:00
parent 8712cbf9a2
commit ac2e140a14

View File

@@ -62,6 +62,8 @@ o [NSE] Added 11 NSE scripts, from 8 authors, bringing the total up to 598!
information from Nmap's service and application version detection.
[GMedian, Daniel Miller]
o [GH#1371] The macOS installer is now built for x86_64 architecture, not i386.
o [GH#1396] Fixed the Windows installer, which would replace the entire PATH
system variable with the path for Nmap if it exceeded 1024 bytes. This was
fixed by using the "large strings" build of NSIS to build the new installer.