From 944200e5dc2c2069f5eba1e4949ec06bd7aad411 Mon Sep 17 00:00:00 2001 From: dmiller Date: Fri, 7 Mar 2014 19:16:37 +0000 Subject: [PATCH] Note unicode.lua in the Changelog --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 359266c54..61b668c0b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,11 @@ o [NSE] Add quake1-info script for retrieving server and player information from Quake 1 game servers. Reports potential DoS amplification factor. [Ulrik Haugen] +o [NSE] Add unicode library for decoding and encoding UTF-8, UTF-16, CP437 and + other character sets to Unicode code points. Scripts that previously just + added or skipped nulls in UTF-16 data can use this to support non-ASCII + characters. [Daniel Miller] + o When doing a ping scan (-sn), the --open option will prevent down hosts from being shown when -v is specified. This aligns with similar output for other scan types. [Daniel Miller]