aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2020-10-19 16:18:25 +0200
committerLuca Deri <deri@ntop.org>2020-10-19 16:18:25 +0200
commit64929a75e0a7a60d864bd25a9fd97fdf9ac892a2 (patch)
tree1035d6cae2b488e3aac7e2ec99d091123594342d
parent02de8e10ca010d56c27fe2d655fa605e1d53f414 (diff)
3.4 nDPI Release3.4
-rw-r--r--CHANGELOG.md7
-rwxr-xr-xautogen.sh2
2 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 802982aff..fd88d1c6a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,8 @@
* SMBv1
* WebSocket
* TLS: added ESNI support
+* SOAP
+* DNScrypt
## Improvements
* Python CFFI bindings
@@ -25,8 +27,8 @@
* CiscoVPN
* H323
* MDNS
-* SOAP
* MySQL 8
+* IEC 60870-5-104
* DoH/DoT dissection improvements
* Office365 renamed to Microsoft365
* Major protocol dissection improvement in particular with unknwon traffic
@@ -50,7 +52,8 @@
## MISC
* Created demo app for nDPI newcomers
-
+* Removed obsolete pplive and pando protocols
+
#### nDPI 3.2 (February 2020)
## New Features
diff --git a/autogen.sh b/autogen.sh
index 870a08011..df734ce92 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,7 +1,7 @@
#!/bin/sh
NDPI_MAJOR="3"
-NDPI_MINOR="3"
+NDPI_MINOR="4"
NDPI_PATCH="0"
NDPI_VERSION_SHORT="$NDPI_MAJOR.$NDPI_MINOR.$NDPI_PATCH"