]> www.infradead.org Git - users/dwmw2/openconnect.git/commitdiff
Tag version 8.05 v8.05
authorDavid Woodhouse <dwmw2@infradead.org>
Wed, 11 Sep 2019 23:31:04 +0000 (00:31 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Wed, 11 Sep 2019 23:31:04 +0000 (00:31 +0100)
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
configure.ac
version.sh
www/changelog.xml
www/download.xml

index 39a5391a97c44d9d2f23375086189cf2e66d5d4d..c7a5412d0f9e233ffde296283979197baecb4136 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(openconnect, 8.04)
+AC_INIT(openconnect, 8.05)
 AC_CONFIG_HEADERS([config.h])
 
 PKG_PROG_PKG_CONFIG
index ae664332e8a8b4653031379d506adc9d7b9d6163..0388ef1225cb80c90bf29394519e9e0831ab0048 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-v="v8.04"
+v="v8.05"
 
 if [ -d ${GIT_DIR:-.git} ] && tag=`git describe --tags`; then
        v="$tag"
index 9634f4ab89c34888f5794b4d610fca256c97b817..285a930addb98cae76f8c43f52228e1fa3cec0eb 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.05.tar.gz">OpenConnect v8.05</a></b>
+     <i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-8.05.tar.gz.asc">PGP signature</a>)</i> &#8212; 2019-09-12
      <ul>
        <li>Fix GlobalProtect ESP stall (<a href="https://gitlab.com/openconnect/openconnect/merge_requests/55">#55</a>).</li>
        <li>Fix HTTP chunked encoding buffer overflow (CVE-2019-16239).</li>
index af06508265af09f18654e4c2195d325208977b62..8b3cd974c13a9590603a7afbecc34a796fae9e8c 100644 (file)
 
 <p>
 <!-- latest-release-start -->
-The latest release is <a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-8.04.tar.gz">OpenConnect v8.04</a>
-<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-8.04.tar.gz.asc">PGP signature</a>)</i>,
-released on 2019-08-09 with the following changelog:</p>
+The latest release is <a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-8.05.tar.gz">OpenConnect v8.05</a>
+<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-8.05.tar.gz.asc">PGP signature</a>)</i>,
+released on 2019-09-12 with the following changelog:</p>
      <ul>
-       <li>Rework DTLS MTU detection. (<a href="https://gitlab.com/openconnect/openconnect/issues/10">#10</a>)</li>
-       <li>Add Pulse Connect Secure support.</li>
-       <li>OpenSSL build fixes (<a href="https://gitlab.com/openconnect/openconnect/merge_requests/51">#51</a>).</li>
-       <li>Add HMAC-SHA256-128 (RFC4868) support for ESP.</li>
-       <li>Support IPv6 in ESP.</li>
-       <li>Translate user-visible strings from <tt>openconnect_get_supported_protocols()</tt>.</li>
-       <li>Fix proxy username/password handling to allow special characters and escaping.</li>
+       <li>Fix GlobalProtect ESP stall (<a href="https://gitlab.com/openconnect/openconnect/merge_requests/55">#55</a>).</li>
+       <li>Fix HTTP chunked encoding buffer overflow (CVE-2019-16239).</li>
      </ul>
 <!-- latest-release-end -->