diff --git a/CHANGELOG.md b/CHANGELOG.md index 6793d75263d8d54c8a04c20c04ac2d921076c30a..1827168ffbdd1ec854a3444c8161649f3cea930d 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 6a1678b7ca571d445a2a7733df9bbe3ddeb3dcad..fa5c00cd4b45ad19f00f599cd0ec72546d12617d 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])