diff --git a/CHANGELOG.md b/CHANGELOG.md index 802982affc9..fd88d1c6af5 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 870a08011db..df734ce92f8 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"