From 9537f9db449139e6f4c6a36187b8894d656234b7 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 19 Oct 2011 17:54:11 +0000 Subject: [PATCH] Add to CHANGELOG: o Made nbase compile with the clang compiler that is a part of Xcode 4.2. [Daniel J. Luke] --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 381f2e2a5..e1187eb9f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ # Nmap Changelog ($Id$); -*-text-*- +o Made nbase compile with the clang compiler that is a part of Xcode + 4.2. [Daniel J. Luke] + o [NSE] Applied patch that fixes a nil table index bug discovered in the mongodb library. [Thomas Buchanan]