From 0d897a8d2a7b1c4772c349b4005920b8d10af8e5 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 30 Jun 2010 15:38:19 +0000 Subject: [PATCH] Add to CHANGELOG: o The Windows executable installer now uses LZMA compression instead of zlib, making it about 15% smaller. See http://seclists.org/nmap-dev/2010/q2/1011 for test results. [David] --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 753a9abf7..8d9ac29a9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ # Nmap Changelog ($Id$); -*-text-*- +o The Windows executable installer now uses LZMA compression instead + of zlib, making it about 15% smaller. See + http://seclists.org/nmap-dev/2010/q2/1011 for test results. [David] + o [NSE] Added checking for boot.ini to http-passwd.nse. [Gutek] o Added a brand new library, libnetutil, which contains networking related