From ced2b4cd18e1d134e92dde4c51cb2ffe8b9958d4 Mon Sep 17 00:00:00 2001
From: Martin Hecht <mrbaseman@gmx.de>
Date: Sat, 15 Jun 2019 09:48:17 +0200
Subject: [PATCH] openfortivpn version 1.10.0

---
 CHANGELOG.md | 13 +++++++++++++
 configure.ac |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6793d75..1827168 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,19 @@ 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.10.0
+
+* [-] fix openssl 1.1.x compatibility issues 
+* [~] Connect to old TLSv1.0 software - override new openssl defaults.
+* [~] suppress cleartext password in debug detail output / add new verbosity level
+* [~] increase speed setting for pppd
+* [-] work around EAGAIN issue on FreeBSD
+* [~] configure.ac: rt_dst: don't run tests when option is passed
+* [~] configure.ac: don't check file path if --with/--disable specified
+* [+] userinput: pass a hint to the pinentry program
+* [-] tunnel: make pppd default to logging to stderr
+* [-] tunnel: pass our stderr to the pppd slave
+
 ### 1.9.0
 
 * [+] update of the man page, especially about the dns settings
diff --git a/configure.ac b/configure.ac
index 6a1678b..fa5c00c 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.9.0])
+AC_INIT([openfortivpn], [1.10.0])
 AC_CONFIG_SRCDIR([src/main.c])
 AM_INIT_AUTOMAKE([foreign subdir-objects])
 
-- 
GitLab