Skip to content

Commit

Permalink
Tag version 8.10
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
dwmw2 committed May 14, 2020
1 parent ab039a5 commit 9d287e4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT(openconnect, 8.09)
AC_INIT(openconnect, 8.10)
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.09"
v="v8.10"

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.10.tar.gz">OpenConnect v8.10</a></b>
<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-8.10.tar.gz.asc">PGP signature</a>)</i> &#8212; 2020-05-14
<ul>
<li>Install bash completion script to <tt>${datadir}/bash-completion/completions/openconnect</tt>.</li>
<li>Improve compatibility of <tt>csd-post.sh</tt> trojan.</li>
Expand Down
14 changes: 7 additions & 7 deletions www/download.xml
Expand Up @@ -17,14 +17,14 @@

<p>
<!-- latest-release-start -->
The latest release is <a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-8.09.tar.gz">OpenConnect v8.09</a>
<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-8.09.tar.gz.asc">PGP signature</a>)</i>,
released on 2020-04-29 with the following changelog:</p>
The latest release is <a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-8.10.tar.gz">OpenConnect v8.10</a>
<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-8.10.tar.gz.asc">PGP signature</a>)</i>,
released on 2020-05-14 with the following changelog:</p>
<ul>
<li>Add bash completion support.</li>
<li>Give more helpful error in case of Pulse servers asking for TNCC.</li>
<li>Sanitize non-canonical Legacy IP network addresses (<a href="https://gitlab.com/openconnect/openconnect/merge_requests/97">!97</a>)</li>
<li>Fix OpenSSL validation for trusted but invalid certificates (CVE-2020-12105).</li>
<li>Install bash completion script to <tt>${datadir}/bash-completion/completions/openconnect</tt>.</li>
<li>Improve compatibility of <tt>csd-post.sh</tt> trojan.</li>
<li>Update Android build dependencies and bump API level to support Android 10.</li>
<li>Fix potential buffer overflow with GnuTLS describing local certs (CVE-2020-12823).</li>
</ul>
<!-- latest-release-end -->

Expand Down

0 comments on commit 9d287e4

Please sign in to comment.