1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-30 19:39:07 +00:00

Add to CHANGELOG:

o Made everything build with Visual C++ 2010. Thanks to KX for
  providing instructions.
This commit is contained in:
david
2010-11-05 02:59:57 +00:00
parent 134591c311
commit aca3abc84c

View File

@@ -1,5 +1,8 @@
# Nmap Changelog ($Id$); -*-text-*-
o Made everything build with Visual C++ 2010. Thanks to KX for
providing instructions.
o [NSE] Added a new library upnp that provides UPnP support to the scripts
upnp-info and broadcast-upnp-info. The library is largely based on code
taken from Thomas Buchanan's upnp-info script. [Patrik]