From 351054de1221bfec4367cc25b3025e6062c7601c Mon Sep 17 00:00:00 2001 From: dmiller Date: Mon, 6 Jan 2014 20:19:23 +0000 Subject: [PATCH] Add some CHANGELOG entries for recent changes --- CHANGELOG | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index a8a0d1e4a..b15613aa6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,11 @@ # Nmap Changelog ($Id$); -*-text-*- +o [NSE] Added unittest library and NSE script for adding unit tests to NSE + libraries. See unittest.lua for examples, and run `nmap --script=unittest + --script-args=unittest.run -d` to run the tests. [Daniel Miller] + +o Updated bundled liblua from 5.2.2 to 5.2.3 (bugfix release) [Daniel Miller] + o Added version detection signatures and probes for a bunch of Android remote mouse/keyboard servers, including AndroMouse, AirHID, Wifi-mouse, and RemoteMouse. [Paul Hemberger]