diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2018-07-15 01:50:10 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2018-07-15 01:50:10 +0200 |
commit | fe77689ea1b17cd02564bf58b15cc1c75184992f (patch) | |
tree | bc73a83203ea34e85ebf6d91120c4e63584cce80 | |
parent | d3c9dc4d61edd42ed6b22b4908bc97234765b31a (diff) |
bump to 1.2: ChangeLog update
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-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]) |