From 1c04661dc9b11c6506e96a21e79b3587b4038a28 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Wed, 3 Apr 2019 10:02:29 +0200 Subject: 1.41-release Signed-off-by: Toni Uhlig --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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]) -- cgit v1.2.3