From 9697bea0e50952cab57063238b43a7099e498cbb Mon Sep 17 00:00:00 2001
From: David Woodhouse
Date: Tue, 13 Dec 2016 12:31:37 +0000
Subject: [PATCH] Tag version 7.08
Signed-off-by: David Woodhouse
---
configure.ac | 2 +-
openconnect.h | 2 +-
version.sh | 2 +-
www/changelog.xml | 6 ++++++
www/download.xml | 51 +++++++++++++++++++++++++++++++----------------
5 files changed, 43 insertions(+), 20 deletions(-)
diff --git a/configure.ac b/configure.ac
index 5bdbe479..5c50cf62 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(openconnect, 7.07)
+AC_INIT(openconnect, 7.08)
AC_CONFIG_HEADERS([config.h])
PKG_PROG_PKG_CONFIG
diff --git a/openconnect.h b/openconnect.h
index c6217657..fc23c3ca 100644
--- a/openconnect.h
+++ b/openconnect.h
@@ -36,7 +36,7 @@ extern "C" {
#define OPENCONNECT_API_VERSION_MINOR 4
/*
- * API version 5.4:
+ * API version 5.4 (v7.08; 2016-12-13):
* - Add openconnect_set_pass_tos()
*
* API version 5.3 (v7.07; 2016-07-11):
diff --git a/version.sh b/version.sh
index 957d31dc..0197279d 100755
--- a/version.sh
+++ b/version.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-v="v7.07"
+v="v7.08"
if [ -d ${GIT_DIR:-.git} ] && tag=`git describe --tags`; then
v="$tag"
diff --git a/www/changelog.xml b/www/changelog.xml
index 19a311f2..93920b69 100644
--- a/www/changelog.xml
+++ b/www/changelog.xml
@@ -14,6 +14,12 @@
gitweb.
- OpenConnect HEAD
+
+ - No changelog entries yet
+
+
+ - OpenConnect v7.08
+ (PGP signature) — 2016-12-13
- Add SHA256 support for server cert hashes.
- Enable DHE ciphers for Cisco DTLS.
diff --git a/www/download.xml b/www/download.xml
index 1f5134d9..edec58d9 100644
--- a/www/download.xml
+++ b/www/download.xml
@@ -17,23 +17,40 @@
-The latest release is OpenConnect v7.07
-(PGP signature),
-released on 2016-07-11 with the following changelog:
-
- - More fixes for OpenSSL 1.1 build.
- - Support Juniper "Post Sign-in Message".
- - Add --protocol option.
- - Fix ChaCha20-Poly1305 cipher suite to reflect final standard.
- - Add ability to disable IPv6 support via library API.
- - Set groups appropriately when using setuid().
- - Automatic DTLS MTU detection.
- - Support SSL client certificate authentication with Juniper servers.
- - Revamp SSL certificate validation for OpenSSL and stop supporting OpenSSL older than 0.9.8.
- - Fix handling of multiple DNS search domains with Network Connect.
- - Fix handling of large configuration packets for Network Connect.
- - Enable SNI when built with OpenSSL (1.0.1g or later).
- - Add --resolve and --local-hostname options to command line.
+The latest release is OpenConnect v7.08
+(PGP signature),
+released on 2016-12-13 with the following changelog:
+
+ - Add SHA256 support for server cert hashes.
+ - Enable DHE ciphers for Cisco DTLS.
+ - Increase initial oNCP configuration buffer size.
+ - Reopen CONIN$ when stdin is redirected on Windows.
+ - Improve support for point-to-point routing on Windows.
+ - Check for non-resumed DTLS sessions which may indicate a MiTM attack.
+ - Add TUNIDX environment variable on Windows.
+ - Fix compatibility with Pulse Secure 8.2R5.
+ - Fix IPv6 support in Solaris.
+ - Support DTLS automatic negotiation.
+ - Support --key-password for GnuTLS PKCS#11 PIN.
+ - Support automatic DTLS MTU detection with OpenSSL.
+ - Drop support for combined GnuTLS/OpenSSL build.
+ - Update OpenSSL to allow TLSv1.2, improve compatibility options.
+ - Remove --no-cert-check option. It was being (mis)used.
+ - Fix OpenSSL support for PKCS#11 EC keys without public key.
+ - Support for final OpenSSL 1.1 release.
+ - Fix polling/retry on "tun" socket when buffers full.
+ - Fix AnyConnect server-side MTU setting.
+ - Fix ESP replay detection.
+ - Allow build with LibreSSL (for fetishists only; do not use this as DTLS is broken).
+ - Add certificate torture test suite.
+ - Support PKCS#11 PIN via pin-value= and --key-password for OpenSSL.
+ - Fix integer overflow issues with ESP packet replay detection.
+ - Add --pass-tos option as in OpenVPN.
+ - Support rôle selection form in Juniper VPN.
+ - Support DER-format certificates, add certificate format torture tests.
+ - For OpenSSL >= 1.0.2, fix certificate validation when only an
+ intermediate CA is specified with the --cafile option.
+ - Support Juniper "Pre Sign-in Message".
--
2.49.0