aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2019-01-24 14:17:04 +0100
committerToni Uhlig <matzeton@googlemail.com>2019-01-24 14:17:04 +0100
commitcea2b50c81db45d3f0eb19c327d2cc04bc01e1d2 (patch)
treee96b8fc658f028e4c9ae0a09ea6cfb77f8f2b4b3
parent44b32c31eb575ec20b8bb2f0b1642c78d556cb91 (diff)
1.32-release
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fc40604..4c82b5c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
PingTunnel-NG Changelog
=======================
+1.32 - 24. January 2019
+- improved error logging
+- introduced icmp_filter via setsockopt to filter unwanted icmp messages
+- more "secure" random number generator
+- fixed NULL deref and invalid memory access by elnerd
+(https://github.com/elnerd) PoC: https://www.securityfocus.com/bid/54627/info
+
1.31 - 03. December 2018
- added Android build support (requires a root'ed device!)
- fixed ArchLinux PKGBUILD/AUR
diff --git a/configure.ac b/configure.ac
index c9ee465..eeb6634 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.69)
-AC_INIT([ptunnel-ng], [1.31], [], [], [])
+AC_INIT([ptunnel-ng], [1.32], [], [], [])
AC_CONFIG_SRCDIR([src/config.h.in])
AC_CONFIG_FILES([Makefile src/Makefile])