From 6dc4a8820dc3474755539d348492fe221517ea91 Mon Sep 17 00:00:00 2001 From: henri Date: Thu, 22 Sep 2011 18:13:43 +0000 Subject: [PATCH] ChangeLog entry for r26665 --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index c581293ef..b5f709bd7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ # Nmap Changelog ($Id$); -*-text-*- +o [NSE] Fixed a bug in dns.lua: ensure that dns.query() always return two values + (status, response) and replaced the workaround in asn-query.nse by the proper + use. [Henri] + o [NSE] Added quake3-info.nse by Toni Ruottu. This script gets information about games and settings for a Quake 3 (or derived game) server.