Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tag version 8.04
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
dwmw2 committed Aug 9, 2019
1 parent 8571659 commit 6f394b5
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 9 deletions.
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT(openconnect, 8.03)
AC_INIT(openconnect, 8.04)
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.03"
v="v8.04"

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.04.tar.gz">OpenConnect v8.04</a></b>
<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-8.04.tar.gz.asc">PGP signature</a>)</i> &#8212; 2019-08-09
<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>
Expand Down
17 changes: 10 additions & 7 deletions www/download.xml
Expand Up @@ -17,14 +17,17 @@

<p>
<!-- latest-release-start -->
The latest release is <a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-8.03.tar.gz">OpenConnect v8.03</a>
<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-8.03.tar.gz.asc">PGP signature</a>)</i>,
released on 2019-05-18 with the following changelog:</p>
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>
<ul>
<li>Fix detection of <tt>utun</tt> support on OS X (<a href="https://gitlab.com/openconnect/openconnect/issues/18">#18</a>).</li>
<li>Fix Cisco DTLSv1.2 support for <tt>AES256-GCM-SHA384</tt>.</li>
<li>Fix Solaris 11.4 build by properly detecting <tt>memset_s()</tt>.</li>
<li>Fix recognition of OTP password fields (<a href="https://gitlab.com/openconnect/openconnect/issues/24">#24</a>).</li>
<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>
</ul>
<!-- latest-release-end -->

Expand Down

0 comments on commit 6f394b5

Please sign in to comment.