From 5a93258a0724d62e06ec688183b8dfe767b00d36 Mon Sep 17 00:00:00 2001 From: gorjan Date: Sun, 14 Aug 2011 14:56:37 +0000 Subject: [PATCH] Added bittorrent entry in CHANGELOG --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 8f4b43866..e8145e12a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ # Nmap Changelog ($Id$); -*-text-*- +o [NSE] Added the bittorrent library and bittorrent-discovery script which + enables us to discover peers and nodes for a particular torrent file or + magnet link. + o [NSE] Added basic query support to the Oracle TNS library making it possible for scripts to query the database server using SQL. [Patrik]