From: David Woodhouse
Date: Sat, 5 Jan 2019 10:44:38 +0000 (+0000)
Subject: Tag version 8.01
X-Git-Tag: v8.01
X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a0690773fb0f51a6a3e6eb03a92a686ac9cb7ef9;p=users%2Fdwmw2%2Fopenconnect.git
Tag version 8.01
Signed-off-by: David Woodhouse
---
diff --git a/configure.ac b/configure.ac
index 9c99301f..b2bb4483 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(openconnect, 8.00)
+AC_INIT(openconnect, 8.01)
AC_CONFIG_HEADERS([config.h])
PKG_PROG_PKG_CONFIG
diff --git a/version.sh b/version.sh
index ef38f68d..08e33571 100755
--- a/version.sh
+++ b/version.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-v="v8.00"
+v="v8.01"
if [ -d ${GIT_DIR:-.git} ] && tag=`git describe --tags`; then
v="$tag"
diff --git a/www/changelog.xml b/www/changelog.xml
index 32e22b0e..106f1afe 100644
--- a/www/changelog.xml
+++ b/www/changelog.xml
@@ -14,6 +14,12 @@
gitweb.
- OpenConnect HEAD
+
+ - No changelog entries yet
+
+
+ - OpenConnect v8.01
+ (PGP signature) — 2019-01-05
- Fix memset_s() arguments.
- Fix OpenBSD build.
diff --git a/www/download.xml b/www/download.xml
index 7e0eaec6..5cfcfcbf 100644
--- a/www/download.xml
+++ b/www/download.xml
@@ -17,26 +17,12 @@
-The latest release is OpenConnect v8.00
-(PGP signature),
+The latest release is OpenConnect v8.01
+(PGP signature),
released on 2019-01-05 with the following changelog:
- - Clear form submissions (which may include passwords) before freeing (CVE-2018-20319).
- - Allow form responses to be provided on command line.
- - Add support for SSL keys stored in TPM2.
- - Fix ESP rekey when replay protection is disabled.
- - Drop support for GnuTLS older than 3.2.10.
- - Fix --passwd-on-stdin for Windows to not forcibly open console.
- - Fix portability of shell scripts in test suite.
- - Add Google Authenticator TOTP support for Juniper.
- - Add RFC7469 key PIN support for cert hashes.
- - Add protocol method to securely log out the Juniper session.
- - Relax requirements for Juniper hostname packet response to support old gateways.
- - Add API functions to query the supported protocols.
- - Verify ESP sequence numbers and warn even if replay protection is disabled.
- - Add support for PAN GlobalProtect VPN protocol (--protocol=gp).
- - Reorganize listing of command-line options, and include information on supported protocols.
- - SIGTERM cleans up the session similarly to SIGINT.
+ - Fix memset_s() arguments.
+ - Fix OpenBSD build.