diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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]) |