aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2019-03-20 23:49:01 +0100
committerToni Uhlig <matzeton@googlemail.com>2019-03-20 23:49:01 +0100
commitadaca2629e4ec57a26951bbd00898efa3c8ad037 (patch)
tree9b6949013a27c8b71364af2b780168bcb421e355
parente7090ddba39e5a75ba763a4df91482b8e85eca81 (diff)
1.40-release
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r--ChangeLog15
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c82b5c..7d1fde5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,21 @@
PingTunnel-NG Changelog
=======================
+1.40 - 20. March 2019
+- improved empty ping mode (by Masaq-)
+- fixed NULL pointer derefs and division by zero
+- more secure chroot
+- CWE-126 workaround reported by codacy
+- switched to /dev/random as RNG except for Windows
+- fixed CLang related build errors
+- fixed SEGFAULT when network not reachable (by Masaq-)
+- added extended options for protocol tuning (by Masaq-)
+- Systemd support (also in debian/rules)
+- fixed compilation issues for Android targets
+- fixed 100% CPU consumption when receive window is full but data via select()
+available
+(by Masq-)
+
1.32 - 24. January 2019
- improved error logging
- introduced icmp_filter via setsockopt to filter unwanted icmp messages
diff --git a/configure.ac b/configure.ac
index 6d907bd..6cecd6f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.69)
-AC_INIT([ptunnel-ng], [1.32], [], [], [])
+AC_INIT([ptunnel-ng], [1.40], [], [], [])
AC_CONFIG_SRCDIR([src/config.h.in])
AC_CONFIG_FILES([Makefile src/Makefile])