From 7980a733f52031c369594318956bb1f1767762e3 Mon Sep 17 00:00:00 2001
From: David Woodhouse
Date: Thu, 12 Sep 2019 00:31:04 +0100
Subject: [PATCH] Tag version 8.05
Signed-off-by: David Woodhouse
---
configure.ac | 2 +-
version.sh | 2 +-
www/changelog.xml | 6 ++++++
www/download.xml | 15 +++++----------
4 files changed, 13 insertions(+), 12 deletions(-)
diff --git a/configure.ac b/configure.ac
index 39a5391a..c7a5412d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(openconnect, 8.04)
+AC_INIT(openconnect, 8.05)
AC_CONFIG_HEADERS([config.h])
PKG_PROG_PKG_CONFIG
diff --git a/version.sh b/version.sh
index ae664332..0388ef12 100755
--- a/version.sh
+++ b/version.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-v="v8.04"
+v="v8.05"
if [ -d ${GIT_DIR:-.git} ] && tag=`git describe --tags`; then
v="$tag"
diff --git a/www/changelog.xml b/www/changelog.xml
index 9634f4ab..285a930a 100644
--- a/www/changelog.xml
+++ b/www/changelog.xml
@@ -14,6 +14,12 @@
gitweb.
- OpenConnect HEAD
+
+ - No changelog entries yet
+
+
+ - OpenConnect v8.05
+ (PGP signature) — 2019-09-12
- Fix GlobalProtect ESP stall (#55).
- Fix HTTP chunked encoding buffer overflow (CVE-2019-16239).
diff --git a/www/download.xml b/www/download.xml
index af065082..8b3cd974 100644
--- a/www/download.xml
+++ b/www/download.xml
@@ -17,17 +17,12 @@
-The latest release is OpenConnect v8.04
-(PGP signature),
-released on 2019-08-09 with the following changelog:
+The latest release is OpenConnect v8.05
+(PGP signature),
+released on 2019-09-12 with the following changelog:
- - Rework DTLS MTU detection. (#10)
- - Add Pulse Connect Secure support.
- - OpenSSL build fixes (#51).
- - Add HMAC-SHA256-128 (RFC4868) support for ESP.
- - Support IPv6 in ESP.
- - Translate user-visible strings from openconnect_get_supported_protocols().
- - Fix proxy username/password handling to allow special characters and escaping.
+ - Fix GlobalProtect ESP stall (#55).
+ - Fix HTTP chunked encoding buffer overflow (CVE-2019-16239).
--
2.49.0