From 2b66e9ebbe82c11c74c6e4e9b1aab1385e7eb235 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 2 Oct 2012 00:53:52 +0000 Subject: [PATCH] Add /nmap-mswin32-aux to CHANGELOG. --- CHANGELOG | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index df7566985..03464eaf6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,13 @@ # Nmap Changelog ($Id$); -*-text-*- +o Moved some Windows dependencies, including OpenSSL, libsvn, and the + vcredist files, into a new public Subversion directory + /nmap-mswin32-aux. This reduces the size of source code + distributions for users who don't need these files. Those who build + on Windows will need to check out /nmap-mswin32-aux in parallel to + their nmap checkout as described at + http://nmap.org/book/inst-windows.html#inst-win-source. + o Changed libdnet's routing interface to return an interface name for each route on the most common operating systems. This is used to improve the quality of Nmap's matching of routes to interfaces,