Skip to content

Commit

Permalink
Tag version 8.01
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
dwmw2 committed Jan 5, 2019
1 parent 0d378c8 commit a069077
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 20 deletions.
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT(openconnect, 8.00)
AC_INIT(openconnect, 8.01)
AC_CONFIG_HEADERS([config.h])

PKG_PROG_PKG_CONFIG
Expand Down
2 changes: 1 addition & 1 deletion version.sh
@@ -1,6 +1,6 @@
#!/bin/sh

v="v8.00"
v="v8.01"

if [ -d ${GIT_DIR:-.git} ] && tag=`git describe --tags`; then
v="$tag"
Expand Down
6 changes: 6 additions & 0 deletions www/changelog.xml
Expand Up @@ -14,6 +14,12 @@
<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>
Expand Down
22 changes: 4 additions & 18 deletions www/download.xml
Expand Up @@ -17,26 +17,12 @@

<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 -->

Expand Down

0 comments on commit a069077

Please sign in to comment.