diff --git a/CHANGELOG.md b/CHANGELOG.md index 7af91c17..b7c09783 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,21 @@ Releases This high level changelog is usually updated when a release is tagged. On the master branch there may be changes that are not (yet) described here. +### 1.14.0 + +* [+] add git commit id in debug output +* [-] do not use interface ip for routing on linux +* [-] avoid extra hop on interface for default route +* [+] clean up, updates and improvments in the build system +* [+] increase the inbound HTTP buffer capacity when needed +* [+] print domain search list to output +* [+] add systemd service file +* [+] add systemd notification when stopping +* [+] allow logging with both smartcard and username +* [+] fix GCC 9 and clang warnings +* [+] bump default minimal TLS version from TLSv1.0 to TLSv1.2 +* [-] fix a couple coverity warnin + ### 1.13.3 * [-] fix a coverity warning diff --git a/configure.ac b/configure.ac index 3d574db1..edc2e9eb 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) -AC_INIT([openfortivpn], [1.13.3]) +AC_INIT([openfortivpn], [1.14.0]) AC_CONFIG_SRCDIR([src/main.c]) AM_INIT_AUTOMAKE([foreign subdir-objects])