]> www.infradead.org Git - users/dwmw2/openconnect.git/commitdiff
Tag version 8.01 v8.01
authorDavid Woodhouse <dwmw2@infradead.org>
Sat, 5 Jan 2019 10:44:38 +0000 (10:44 +0000)
committerDavid Woodhouse <dwmw2@infradead.org>
Sat, 5 Jan 2019 10:44:38 +0000 (10:44 +0000)
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
configure.ac
version.sh
www/changelog.xml
www/download.xml

index 9c99301fbc0a5f559cb4f25d8bd60d80e675e535..b2bb4483ac7b71896be4db6eb64d8d540340fff7 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(openconnect, 8.00)
+AC_INIT(openconnect, 8.01)
 AC_CONFIG_HEADERS([config.h])
 
 PKG_PROG_PKG_CONFIG
index ef38f68d22fea97dfef2b2618a5f9ab83254da81..08e3357190cb2a76f83d8ddcfbb2c8d8f195f413 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-v="v8.00"
+v="v8.01"
 
 if [ -d ${GIT_DIR:-.git} ] && tag=`git describe --tags`; then
        v="$tag"
index 32e22b0e6ccfe27f0e6670d01305023769ff2416..106f1afeff551d0a0aaac6731dde956a383364ca 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.01.tar.gz">OpenConnect v8.01</a></b>
+     <i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-8.01.tar.gz.asc">PGP signature</a>)</i> &#8212; 2019-01-05
      <ul>
        <li>Fix <tt>memset_s()</tt> arguments.</li>
        <li>Fix OpenBSD build.</li>
index 7e0eaec607b9bfb124cf072e282ff688e5d1b4a8..5cfcfcbfa3b5baedd29f86b7a9450a25faaad2a2 100644 (file)
 
 <p>
 <!-- latest-release-start -->
-The latest release is <a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-8.00.tar.gz">OpenConnect v8.00</a>
-<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-8.00.tar.gz.asc">PGP signature</a>)</i>,
+The latest release is <a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-8.01.tar.gz">OpenConnect v8.01</a>
+<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-8.01.tar.gz.asc">PGP signature</a>)</i>,
 released on 2019-01-05 with the following changelog:</p>
      <ul>
-       <li>Clear form submissions (which may include passwords) before freeing (CVE-2018-20319).</li>
-       <li>Allow form responses to be provided on command line.</li>
-       <li>Add support for SSL keys stored in <a href="tpm.html">TPM2</a>.</li>
-       <li>Fix ESP rekey when replay protection is disabled.</li>
-       <li>Drop support for GnuTLS older than 3.2.10.</li>
-       <li>Fix <tt>--passwd-on-stdin</tt> for Windows to not forcibly open console.</li>
-       <li>Fix portability of shell scripts in test suite.</li>
-       <li>Add Google Authenticator TOTP support for Juniper.</li>
-       <li>Add RFC7469 key PIN support for cert hashes.</li>
-       <li>Add protocol method to securely log out the Juniper session.</li>
-       <li>Relax requirements for Juniper hostname packet response to support old gateways.</li>
-       <li>Add API functions to query the supported protocols.</li>
-       <li>Verify ESP sequence numbers and warn even if replay protection is disabled.</li>
-       <li>Add support for PAN GlobalProtect VPN protocol (<tt>--protocol=gp</tt>).</li>
-       <li>Reorganize listing of command-line options, and include information on supported protocols.</li>
-       <li>SIGTERM cleans up the session similarly to SIGINT.</li>
+       <li>Fix <tt>memset_s()</tt> arguments.</li>
+       <li>Fix OpenBSD build.</li>
      </ul>
 <!-- latest-release-end -->