From: David Woodhouse
Date: Mon, 6 Apr 2020 15:45:01 +0000 (+0100)
Subject: Tag version 8.08
X-Git-Tag: v8.08
X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a73743d13e4c75ea19635f8e725907b7cd8477f8;p=users%2Fdwmw2%2Fopenconnect.git
Tag version 8.08
Signed-off-by: David Woodhouse
---
diff --git a/configure.ac b/configure.ac
index c2c28c7c..cd95d25c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(openconnect, 8.07)
+AC_INIT(openconnect, 8.08)
AC_CONFIG_HEADERS([config.h])
PKG_PROG_PKG_CONFIG
diff --git a/version.sh b/version.sh
index 0a9a15de..1fe3b6a5 100755
--- a/version.sh
+++ b/version.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-v="v8.07"
+v="v8.08"
if [ -d ${GIT_DIR:-.git} ] && tag=`git describe --tags`; then
v="$tag"
diff --git a/www/changelog.xml b/www/changelog.xml
index f3321a32..c44324d3 100644
--- a/www/changelog.xml
+++ b/www/changelog.xml
@@ -14,6 +14,12 @@
gitweb.
- OpenConnect HEAD
+
+ - No changelog entries yet
+
+
+ - OpenConnect v8.08
+ (PGP signature) — 2020-04-06
- Fix check of pin-sha256: public key hashes to be case sensitive (#116).
- Don't give non-functioning stderr to CSD trojan scripts.
diff --git a/www/download.xml b/www/download.xml
index b60b504b..1fa088bd 100644
--- a/www/download.xml
+++ b/www/download.xml
@@ -17,14 +17,13 @@
-The latest release is OpenConnect v8.07
-(PGP signature),
-released on 2020-04-04 with the following changelog:
+The latest release is OpenConnect v8.08
+(PGP signature),
+released on 2020-04-06 with the following changelog:
- - Don't abort Pulse connection when server-provided certificate MD5 doesn't match.
- - Fix off-by-one in check for bad GnuTLS versions, and add build and run time checks.
- - Don't abort connection if CSD wrapper script returns non-zero (for now).
- - Make --passtos work for protocols that use ESP, in addition to DTLS.
+ - 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.