From 8230c7282405306db2748996d8ef786371af5924 Mon Sep 17 00:00:00 2001 From: Martin Hecht Date: Thu, 28 Nov 2019 00:14:29 +0100 Subject: [PATCH] openfortivpn version 1.11.0 --- CHANGELOG.md | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e22e762..4ad545af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,17 @@ 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.11.0 + +* [+] allow to connect with empty password (and with smartcard instead of username) +* [~] properly handle manipulations of resolv.conf +* [+] support dns-suffix feature +* [-] several codacy fixes +* [+] Add smartcard support with openssl-engine +* [-] correctly shift masks for cidr notation on MAC +* [-] one-byte fix to build with lcc compiler +* [-] pass space character as %20 instead of encoding it as '+' + ### 1.10.0 * [-] fix openssl 1.1.x compatibility issues diff --git a/configure.ac b/configure.ac index fa5c00cd..2f705738 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.10.0]) +AC_INIT([openfortivpn], [1.11.0]) AC_CONFIG_SRCDIR([src/main.c]) AM_INIT_AUTOMAKE([foreign subdir-objects])