Skip to content

Commit

Permalink
Tag version 8.05
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
dwmw2 committed Sep 11, 2019
1 parent 875f0a6 commit 7980a73
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT(openconnect, 8.04)
AC_INIT(openconnect, 8.05)
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.04"
v="v8.05"

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.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>
Expand Down
15 changes: 5 additions & 10 deletions www/download.xml
Expand Up @@ -17,17 +17,12 @@

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

Expand Down

0 comments on commit 7980a73

Please sign in to comment.