]> www.infradead.org Git - users/dwmw2/openconnect.git/commitdiff
Tag version 8.06 v8.06
authorDavid Woodhouse <dwmw2@infradead.org>
Mon, 30 Mar 2020 23:32:07 +0000 (00:32 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Mon, 30 Mar 2020 23:32:07 +0000 (00:32 +0100)
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
configure.ac
openconnect.h
version.sh
www/changelog.xml
www/download.xml

index 2a9ce64c0b6d288ac827a0edf2a518244d1c6135..00b1b5535a294aa4809ad186e5246c2f2cf6d480 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(openconnect, 8.05)
+AC_INIT(openconnect, 8.06)
 AC_CONFIG_HEADERS([config.h])
 
 PKG_PROG_PKG_CONFIG
index e87b30e45237c634c7526f4c92ed80f25c97f8da..d1c3d74a1d691a76f66d0c4078522a53a842b7c9 100644 (file)
@@ -36,7 +36,7 @@ extern "C" {
 #define OPENCONNECT_API_VERSION_MINOR 6
 
 /*
- * API version 5.6:
+ * API version 5.6 (v8.06; 2020-03-31):
  *  - Add openconnect_set_trojan_interval()
  *
  * API version 5.5 (v8.00; 2019-01-05):
index 0388ef1225cb80c90bf29394519e9e0831ab0048..62b5a638dad8233a4db1ace7936ccb16c03d3793 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-v="v8.05"
+v="v8.06"
 
 if [ -d ${GIT_DIR:-.git} ] && tag=`git describe --tags`; then
        v="$tag"
index a30f7b51596f0f6650a52f70f1f3f0c050f21991..79b376d27340617b91cc3d2c7832d9b01c15e64a 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.06.tar.gz">OpenConnect v8.06</a></b>
+     <i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-8.06.tar.gz.asc">PGP signature</a>)</i> &#8212; 2020-03-31
      <ul>
        <li>Implement EAP-TTLS fragmentation.</li>
        <li>Fix Windows build with MSYS2 (<a href="https://gitlab.com/openconnect/openconnect/issues/74">#74</a>).</li>
index 8b3cd974c13a9590603a7afbecc34a796fae9e8c..164cec51525f2b575d6100755e5098542b2b1009 100644 (file)
 
 <p>
 <!-- latest-release-start -->
-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>
+The latest release is <a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-8.06.tar.gz">OpenConnect v8.06</a>
+<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-8.06.tar.gz.asc">PGP signature</a>)</i>,
+released on 2020-03-31 with the following changelog:</p>
      <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>
+       <li>Implement EAP-TTLS fragmentation.</li>
+       <li>Fix Windows build with MSYS2 (<a href="https://gitlab.com/openconnect/openconnect/issues/74">#74</a>).</li>
+       <li>Allow custom stoken rcfile to be specified (<a href="https://gitlab.com/openconnect/openconnect/issues/71">#71</a>).</li>
+       <li>Periodic HIP checking for GlobalProtect, and cross-protocol API (<a href="https://gitlab.com/openconnect/openconnect/merge_requests/56">!56</a>).</li>
+       <li>Ciphersuite priority override options (<a href="https://gitlab.com/openconnect/openconnect/merge_requests/71">!71</a>).</li>
+       <li>Clearer GlobalProtect debugging/SAML output (<a href="https://gitlab.com/openconnect/openconnect/merge_requests/66">!66</a>, <a href="https://gitlab.com/openconnect/openconnect/merge_requests/69">!69</a>).</li>
+       <li>Explain experimental Pulse support for servers where Juniper oNCP is disabled (<a href="https://gitlab.com/openconnect/openconnect/merge_requests/48">!48</a>).</li>
+       <li>Ignore missing Cisco CSD stub and simply CSD subprocess invocation (<a href="https://gitlab.com/openconnect/openconnect/merge_requests/77">!77</a>, <a href="https://gitlab.com/openconnect/openconnect/merge_requests/74">!74</a>).</li>
+       <li>Pass <tt>IDLE_TIMEOUT</tt> to vpnc-script (<a href="https://gitlab.com/openconnect/openconnect/merge_requests/67">!67</a>).</li>
+       <li>Windows line-ending flexibility for standard input (<a href="https://gitlab.com/openconnect/openconnect/merge_requests/78">!78</a>).</li>
+       <li>Disable DTLS for GnuTLS versions between 3.6.3 and 3.6.13 inclusive due to <a href="https://gitlab.com/gnutls/gnutls/-/issues/960">GnuTLS #960</a>.</li>
+       <li>Add RFC6750 Bearer token support (<a href="https://gitlab.com/openconnect/openconnect/-/merge_requests/70">!70</a>).</li>
      </ul>
 <!-- latest-release-end -->