aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 49d4086..af69f6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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])