From 23a8fb5d84059e37db63f68abf04ab1988ee19b9 Mon Sep 17 00:00:00 2001
From: David Woodhouse
Date: Tue, 31 Mar 2020 00:32:07 +0100
Subject: [PATCH] Tag version 8.06
Signed-off-by: David Woodhouse
---
configure.ac | 2 +-
openconnect.h | 2 +-
version.sh | 2 +-
www/changelog.xml | 6 ++++++
www/download.xml | 20 +++++++++++++++-----
5 files changed, 24 insertions(+), 8 deletions(-)
diff --git a/configure.ac b/configure.ac
index 2a9ce64c..00b1b553 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(openconnect, 8.05)
+AC_INIT(openconnect, 8.06)
AC_CONFIG_HEADERS([config.h])
PKG_PROG_PKG_CONFIG
diff --git a/openconnect.h b/openconnect.h
index e87b30e4..d1c3d74a 100644
--- a/openconnect.h
+++ b/openconnect.h
@@ -36,7 +36,7 @@ extern "C" {
#define OPENCONNECT_API_VERSION_MINOR 6
/*
- * API version 5.6:
+ * API version 5.6 (v8.06; 2020-03-31):
* - Add openconnect_set_trojan_interval()
*
* API version 5.5 (v8.00; 2019-01-05):
diff --git a/version.sh b/version.sh
index 0388ef12..62b5a638 100755
--- a/version.sh
+++ b/version.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-v="v8.05"
+v="v8.06"
if [ -d ${GIT_DIR:-.git} ] && tag=`git describe --tags`; then
v="$tag"
diff --git a/www/changelog.xml b/www/changelog.xml
index a30f7b51..79b376d2 100644
--- a/www/changelog.xml
+++ b/www/changelog.xml
@@ -14,6 +14,12 @@
gitweb.
- OpenConnect HEAD
+
+ - No changelog entries yet
+
+
+ - OpenConnect v8.06
+ (PGP signature) — 2020-03-31
- Implement EAP-TTLS fragmentation.
- Fix Windows build with MSYS2 (#74).
diff --git a/www/download.xml b/www/download.xml
index 8b3cd974..164cec51 100644
--- a/www/download.xml
+++ b/www/download.xml
@@ -17,12 +17,22 @@
-The latest release is OpenConnect v8.05
-(PGP signature),
-released on 2019-09-12 with the following changelog:
+The latest release is OpenConnect v8.06
+(PGP signature),
+released on 2020-03-31 with the following changelog:
- - Fix GlobalProtect ESP stall (#55).
- - Fix HTTP chunked encoding buffer overflow (CVE-2019-16239).
+ - Implement EAP-TTLS fragmentation.
+ - Fix Windows build with MSYS2 (#74).
+ - Allow custom stoken rcfile to be specified (#71).
+ - Periodic HIP checking for GlobalProtect, and cross-protocol API (!56).
+ - Ciphersuite priority override options (!71).
+ - Clearer GlobalProtect debugging/SAML output (!66, !69).
+ - Explain experimental Pulse support for servers where Juniper oNCP is disabled (!48).
+ - Ignore missing Cisco CSD stub and simply CSD subprocess invocation (!77, !74).
+ - Pass IDLE_TIMEOUT to vpnc-script (!67).
+ - Windows line-ending flexibility for standard input (!78).
+ - Disable DTLS for GnuTLS versions between 3.6.3 and 3.6.13 inclusive due to GnuTLS #960.
+ - Add RFC6750 Bearer token support (!70).
--
2.50.1