From 9d287e40c57233190a51b6434ba7345370e36f38 Mon Sep 17 00:00:00 2001
From: David Woodhouse
Date: Thu, 14 May 2020 16:46:24 +0100
Subject: [PATCH] Tag version 8.10
Signed-off-by: David Woodhouse
---
configure.ac | 2 +-
version.sh | 2 +-
www/changelog.xml | 6 ++++++
www/download.xml | 14 +++++++-------
4 files changed, 15 insertions(+), 9 deletions(-)
diff --git a/configure.ac b/configure.ac
index 8a6ce8dd..8b1b540f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(openconnect, 8.09)
+AC_INIT(openconnect, 8.10)
AC_CONFIG_HEADERS([config.h])
PKG_PROG_PKG_CONFIG
diff --git a/version.sh b/version.sh
index 72ff41bc..22039362 100755
--- a/version.sh
+++ b/version.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-v="v8.09"
+v="v8.10"
if [ -d ${GIT_DIR:-.git} ] && tag=`git describe --tags`; then
v="$tag"
diff --git a/www/changelog.xml b/www/changelog.xml
index 1738e383..bca5c8e2 100644
--- a/www/changelog.xml
+++ b/www/changelog.xml
@@ -14,6 +14,12 @@
gitweb.
- OpenConnect HEAD
+
+ - No changelog entries yet
+
+
+ - OpenConnect v8.10
+ (PGP signature) — 2020-05-14
- Install bash completion script to ${datadir}/bash-completion/completions/openconnect.
- Improve compatibility of csd-post.sh trojan.
diff --git a/www/download.xml b/www/download.xml
index 43c1bc3d..a742c4ac 100644
--- a/www/download.xml
+++ b/www/download.xml
@@ -17,14 +17,14 @@
-The latest release is OpenConnect v8.09
-(PGP signature),
-released on 2020-04-29 with the following changelog:
+The latest release is OpenConnect v8.10
+(PGP signature),
+released on 2020-05-14 with the following changelog:
- - Add bash completion support.
- - Give more helpful error in case of Pulse servers asking for TNCC.
- - Sanitize non-canonical Legacy IP network addresses (!97)
- - Fix OpenSSL validation for trusted but invalid certificates (CVE-2020-12105).
+ - Install bash completion script to ${datadir}/bash-completion/completions/openconnect.
+ - Improve compatibility of csd-post.sh trojan.
+ - Update Android build dependencies and bump API level to support Android 10.
+ - Fix potential buffer overflow with GnuTLS describing local certs (CVE-2020-12823).
--
2.49.0