aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d1fde5..1f5bad8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
PingTunnel-NG Changelog
=======================
+1.41 - 03. April 2019
+- change the RNG device during ./configure (fixes issues on systems without
+ enough entropy avilable from it's random source)
+
1.40 - 20. March 2019
- improved empty ping mode (by Masaq-)
- fixed NULL pointer derefs and division by zero
diff --git a/configure.ac b/configure.ac
index e75a518..9e92922 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.69)
-AC_INIT([ptunnel-ng], [1.40], [], [], [])
+AC_INIT([ptunnel-ng], [1.41], [], [], [])
AC_CONFIG_SRCDIR([src/config.h.in])
AC_CONFIG_FILES([Makefile src/Makefile])