From 946ebe7fbb124877f86dbca88dcdcfb889f7058f Mon Sep 17 00:00:00 2001
From: David Woodhouse
Date: Wed, 29 Apr 2020 14:21:06 +0100
Subject: [PATCH] Tag version 8.09
Signed-off-by: David Woodhouse
---
configure.ac | 2 +-
version.sh | 2 +-
www/changelog.xml | 6 ++++++
www/download.xml | 13 +++++++------
4 files changed, 15 insertions(+), 8 deletions(-)
diff --git a/configure.ac b/configure.ac
index 39d4cde8..8a6ce8dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(openconnect, 8.08)
+AC_INIT(openconnect, 8.09)
AC_CONFIG_HEADERS([config.h])
PKG_PROG_PKG_CONFIG
diff --git a/version.sh b/version.sh
index 1fe3b6a5..72ff41bc 100755
--- a/version.sh
+++ b/version.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-v="v8.08"
+v="v8.09"
if [ -d ${GIT_DIR:-.git} ] && tag=`git describe --tags`; then
v="$tag"
diff --git a/www/changelog.xml b/www/changelog.xml
index 1b2b6c58..152cbba6 100644
--- a/www/changelog.xml
+++ b/www/changelog.xml
@@ -14,6 +14,12 @@
gitweb.
- OpenConnect HEAD
+
+ - No changelog entries yet
+
+
+ - OpenConnect v8.09
+ (PGP signature) — 2020-04-29
- Add bash completion support.
- Give more helpful error in case of Pulse servers asking for TNCC.
diff --git a/www/download.xml b/www/download.xml
index 1fa088bd..43c1bc3d 100644
--- a/www/download.xml
+++ b/www/download.xml
@@ -17,13 +17,14 @@
-The latest release is OpenConnect v8.08
-(PGP signature),
-released on 2020-04-06 with the following changelog:
+The latest release is OpenConnect v8.09
+(PGP signature),
+released on 2020-04-29 with the following changelog:
- - Fix check of pin-sha256: public key hashes to be case sensitive (#116).
- - Don't give non-functioning stderr to CSD trojan scripts.
- - Fix crash with uninitialised OIDC token.
+ - 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).
--
2.50.1