diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2019-04-03 10:02:29 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2019-04-03 10:02:29 +0200 |
commit | 1c04661dc9b11c6506e96a21e79b3587b4038a28 (patch) | |
tree | d243a7477b257258bd9456094c534cb46ff745fe | |
parent | 78cd218c94ffb4c24e7f129b183c3402bada3c77 (diff) |
1.41-release
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-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]) |