]> www.infradead.org Git - users/dwmw2/openconnect.git/commitdiff
Tag version 8.08 v8.08
authorDavid Woodhouse <dwmw2@infradead.org>
Mon, 6 Apr 2020 15:45:01 +0000 (16:45 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Mon, 6 Apr 2020 15:45:01 +0000 (16:45 +0100)
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
configure.ac
version.sh
www/changelog.xml
www/download.xml

index c2c28c7cfd7e9566d390cf93cd4846f25c191c86..cd95d25c2d339a0ff112e53f9f5439b32672d507 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(openconnect, 8.07)
+AC_INIT(openconnect, 8.08)
 AC_CONFIG_HEADERS([config.h])
 
 PKG_PROG_PKG_CONFIG
index 0a9a15de6b3efc2a60cef79ea4ef05236003e64a..1fe3b6a569060fd3d533f977d5a98a4ed8bb7c4f 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-v="v8.07"
+v="v8.08"
 
 if [ -d ${GIT_DIR:-.git} ] && tag=`git describe --tags`; then
        v="$tag"
index f3321a32fbf60a44ba171e0773f38592960ce4ea..c44324d314b75ed6017f0bed6f5d44aa446a3d1a 100644 (file)
 <a href="http://git.infradead.org/users/dwmw2/openconnect.git">gitweb</a>.</p>
 <ul>
    <li><b>OpenConnect HEAD</b>
+     <ul>
+       <li><i>No changelog entries yet</i></li>
+     </ul><br/>
+  </li>
+  <li><b><a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-8.08.tar.gz">OpenConnect v8.08</a></b>
+     <i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-8.08.tar.gz.asc">PGP signature</a>)</i> &#8212; 2020-04-06
      <ul>
        <li>Fix check of <tt>pin-sha256:</tt> public key hashes to be case sensitive (<a href="https://gitlab.com/openconnect/openconnect/issues/116">#116</a>).</li>
        <li>Don't give non-functioning <tt>stderr</tt> to CSD trojan scripts.</li>
index b60b504bc6964d85bab9945cf9b2713298ccf4d4..1fa088bd404d088f51a31c331d5253e3e8cf6721 100644 (file)
 
 <p>
 <!-- latest-release-start -->
-The latest release is <a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-8.07.tar.gz">OpenConnect v8.07</a>
-<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-8.07.tar.gz.asc">PGP signature</a>)</i>,
-released on 2020-04-04 with the following changelog:</p>
+The latest release is <a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-8.08.tar.gz">OpenConnect v8.08</a>
+<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-8.08.tar.gz.asc">PGP signature</a>)</i>,
+released on 2020-04-06 with the following changelog:</p>
      <ul>
-       <li>Don't abort Pulse connection when server-provided certificate MD5 doesn't match.</li>
-       <li>Fix off-by-one in check for bad GnuTLS versions, and add build and run time checks.</li>
-       <li>Don't abort connection if CSD wrapper script returns non-zero (for now).</li>
-       <li>Make <tt>--passtos</tt> work for protocols that use ESP, in addition to DTLS.</li>
+       <li>Fix check of <tt>pin-sha256:</tt> public key hashes to be case sensitive (<a href="https://gitlab.com/openconnect/openconnect/issues/116">#116</a>).</li>
+       <li>Don't give non-functioning <tt>stderr</tt> to CSD trojan scripts.</li>
+       <li>Fix crash with uninitialised OIDC token.</li>
      </ul>
 <!-- latest-release-end -->