From: David Woodhouse
Date: Fri, 9 Aug 2019 15:08:45 +0000 (+0100)
Subject: Tag version 8.04
X-Git-Tag: v8.04
X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=6f394b54b80f2bebb6af92d08d1dc07a0c57cb31;p=users%2Fdwmw2%2Fopenconnect.git
Tag version 8.04
Signed-off-by: David Woodhouse
---
diff --git a/configure.ac b/configure.ac
index b6a95ef9..39a5391a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(openconnect, 8.03)
+AC_INIT(openconnect, 8.04)
AC_CONFIG_HEADERS([config.h])
PKG_PROG_PKG_CONFIG
diff --git a/version.sh b/version.sh
index b103a5b8..ae664332 100755
--- a/version.sh
+++ b/version.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-v="v8.03"
+v="v8.04"
if [ -d ${GIT_DIR:-.git} ] && tag=`git describe --tags`; then
v="$tag"
diff --git a/www/changelog.xml b/www/changelog.xml
index 0c391512..5fe8499d 100644
--- a/www/changelog.xml
+++ b/www/changelog.xml
@@ -14,6 +14,12 @@
gitweb.
- OpenConnect HEAD
+
+ - No changelog entries yet
+
+
+ - OpenConnect v8.04
+ (PGP signature) — 2019-08-09
- Rework DTLS MTU detection. (#10)
- Add Pulse Connect Secure support.
diff --git a/www/download.xml b/www/download.xml
index 6dffe72f..af065082 100644
--- a/www/download.xml
+++ b/www/download.xml
@@ -17,14 +17,17 @@
-The latest release is OpenConnect v8.03
-(PGP signature),
-released on 2019-05-18 with the following changelog:
+The latest release is OpenConnect v8.04
+(PGP signature),
+released on 2019-08-09 with the following changelog:
- - Fix detection of utun support on OS X (#18).
- - Fix Cisco DTLSv1.2 support for AES256-GCM-SHA384.
- - Fix Solaris 11.4 build by properly detecting memset_s().
- - Fix recognition of OTP password fields (#24).
+ - 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.