diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,6 +1,12 @@ PingTunnel-NG Changelog ======================= +1.20 - 15. July 2018 +- Readme improvements +- Fixes a possible memory leak when a packet could not send +- Better error handling on socket descriptor creation +- All Coverity issues fixed + 1.00 - 18. December 2017 - First public release - Fixes a exploitable memory leak (proxy/forwarder) if using password diff --git a/configure.ac b/configure.ac index a2bff17..a96a2fc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.69) -AC_INIT([ptunnel-ng], [1.1], [], [], []) +AC_INIT([ptunnel-ng], [1.2], [], [], []) AC_CONFIG_SRCDIR([src/config.h.in]) AC_CONFIG_FILES([Makefile src/Makefile]) |