From b642da09ca29f4d53c74ecd91074b9bef4130876 Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 29 Oct 2007 02:33:09 +0000 Subject: [PATCH] a couple more fixes to the CHANGELOG --- CHANGELOG | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c4e2ba20d..ba784fc29 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -36,14 +36,14 @@ o Added --ttl support for connect() scans (-sT). [Kris] o Combine the zenmap setup scripts into one portable setup.py rather than having separate versions for Windows, Unix, and Mac OS X. -o Removed a bunch of uneccessary/incomplete code and data files from - Zenmap. [ David] +o Removed a bunch of unnecessary/incomplete code and data files from + Zenmap. [David] o In nbase, switched from GNU's getopt() replacement functions to Ben Sittler's BSD-licensed (but GNU compatible) functions. [Kris] o Include nmap.h in portreasons.h. This fixes a compilation problem - reported on OpenBSD [David]. + reported on OpenBSD. [David] o Change pcre from an nselib module back to statically linked code due to OpenBSD compilation problems. See