From b53b1a1a889e6a0ae1447d97f6855ac949503e67 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Fri, 19 Oct 2018 12:55:32 +0200 Subject: 1.3-release Signed-off-by: Toni Uhlig --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index af69f6f..03879da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ PingTunnel-NG Changelog ======================= +1.30 - 19. October 2018 +- travis-ci, coverity integration +- xcompile issue for mingw-w64 fixed +- fixed wrong usage of format() specifiers + 1.20 - 15. July 2018 - Readme improvements - Fixes a possible memory leak when a packet could not send diff --git a/configure.ac b/configure.ac index 020a03e..36ddddc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.69) -AC_INIT([ptunnel-ng], [1.2], [], [], []) +AC_INIT([ptunnel-ng], [1.3], [], [], []) AC_CONFIG_SRCDIR([src/config.h.in]) AC_CONFIG_FILES([Makefile src/Makefile]) -- cgit v1.2.3