From ea73851969ae7a6ea54fdd2d2b8c94776af24b2a Mon Sep 17 00:00:00 2001
From: David Woodhouse
Date: Sat, 18 May 2019 18:54:18 +0100
Subject: [PATCH] Tag version 8.03
Signed-off-by: David Woodhouse
---
configure.ac | 2 +-
version.sh | 2 +-
www/changelog.xml | 6 ++++++
www/download.xml | 17 +++++++----------
4 files changed, 15 insertions(+), 12 deletions(-)
diff --git a/configure.ac b/configure.ac
index 17acb327..02096c51 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(openconnect, 8.02)
+AC_INIT(openconnect, 8.03)
AC_CONFIG_HEADERS([config.h])
PKG_PROG_PKG_CONFIG
diff --git a/version.sh b/version.sh
index fffcb4d9..b103a5b8 100755
--- a/version.sh
+++ b/version.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-v="v8.02"
+v="v8.03"
if [ -d ${GIT_DIR:-.git} ] && tag=`git describe --tags`; then
v="$tag"
diff --git a/www/changelog.xml b/www/changelog.xml
index f0181ed3..e349dc46 100644
--- a/www/changelog.xml
+++ b/www/changelog.xml
@@ -14,6 +14,12 @@
gitweb.
- OpenConnect HEAD
+
+ - No changelog entries yet
+
+
+ - OpenConnect v8.03
+ (PGP signature) — 2019-05-18
- Fix detection of utun support on OS X (#18).
- Fix Cisco DTLSv1.2 support for AES256-GCM-SHA384.
diff --git a/www/download.xml b/www/download.xml
index beb910eb..6dffe72f 100644
--- a/www/download.xml
+++ b/www/download.xml
@@ -17,17 +17,14 @@
-The latest release is OpenConnect v8.02
-(PGP signature),
-released on 2019-01-16 with the following changelog:
+The latest release is OpenConnect v8.03
+(PGP signature),
+released on 2019-05-18 with the following changelog:
- - Fix GNU/Hurd build.
- - Discover vpnc-script in default packaged location on FreeBSD/OpenBSD.
- - Support split-exclude routes for GlobalProtect.
- - Fix GnuTLS builds without libtasn1.
- - Fix DTLS support with OpenSSL 1.1.1+.
- - Add Cisco-compatible DTLSv1.2 support.
- - Invoke script with reason=attempt-reconnect before doing so.
+ - 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).
--
2.49.0