From f3a4f40583c7086010201e55fef1c6bcb8c2ffc7 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 12 Mar 2009 18:09:36 +0000 Subject: [PATCH] Document some new Ncat features and fixes in CHANGELOG. --- CHANGELOG | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 681952810..dad838cd7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,20 @@ # Nmap Changelog ($Id$); -*-text-*- +o [Ncat] In --chat mode (formerly --talk), the server announces to + everyone when someone connects or disconnects. Besides letting you + know who's connected, this also informs you of your "user name" as + soon as you connect. [David] + +o [Ncat] In --chat mode, the server escapes potentially dangerous + control characters before sending them to clients. [David] + +o [Ncat] The --exec and --sh-exec options now work on Windows. [David] + +o [Ncat] Ncat now works interactively on Windows. Before, + peculiarities in the way Windows handles reading from the keyboard + meant that typing interactively into Ncat would cause it to quit + with a write timeout. [David] + o [Ndiff] Added a workaround for a bug in PyXML. The bug would cause a crash that looked like "KeyError: 0". Fyodor reported the error. [David]