Skip to content

Commit

Permalink
Tag version 7.06
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Mar 17, 2015
1 parent 2efedda commit 35542d5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT(openconnect, 7.05)
AC_INIT(openconnect, 7.06)
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="v7.05"
v="v7.06"

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-7.06.tar.gz">OpenConnect v7.06</a></b>
<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-7.06.tar.gz.asc">PGP signature</a>)</i> &#8212; 2015-03-17
<ul>
<li>Fix <tt>openconnect.pc</tt> breakage after liboath removal.</li>
<li>Refactor Juniper Network Connect receive loop.</li>
Expand Down
20 changes: 7 additions & 13 deletions www/download.xml
Expand Up @@ -17,20 +17,14 @@

<p>
<!-- latest-release-start -->
The latest release is <a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-7.05.tar.gz">OpenConnect v7.05</a>
<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-7.05.tar.gz.asc">PGP signature</a>)</i>,
released on 2015-03-10 with the following changelog:</p>
The latest release is <a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-7.06.tar.gz">OpenConnect v7.06</a>
<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-7.06.tar.gz.asc">PGP signature</a>)</i>,
released on 2015-03-17 with the following changelog:</p>
<ul>
<li>Fix alignment issue which broke LZS compression on ARM etc.</li>
<li>Support HTTP authentication to servers, not just proxies.</li>
<li>Work around Yubikey <a href="http://forum.yubico.com/viewtopic.php?f=26&amp;t=1601#p6807">issue</a> with non-ASCII passphrase set on pre-KitKat Android.</li>
<li>Add SHA256/SHA512 support for OATH.</li>
<li>Remove liboath dependency.</li>
<li>Support DTLS v1.2 and AES-GCM with OpenSSL 1.0.2.</li>
<li>Add OpenSSL 1.0.2 to known-broken releases (<a href="http://rt.openssl.org/Ticket/Display.html?id=3703&amp;amp;user=guest&amp;amp;pass=guest">RT#3703</a>,
<a href="http://rt.openssl.org/Ticket/Display.html?id=3711&amp;amp;user=guest&amp;amp;pass=guest">RT#3711</a>).</li>
<li>Fix build with OpenSSL HEAD <i>(OpenSSL 1.1.x).</i></li>
<li>Preliminary support for Juniper SSL VPN.</li>
<li>Fix <tt>openconnect.pc</tt> breakage after liboath removal.</li>
<li>Refactor Juniper Network Connect receive loop.</li>
<li>Fix some memory leaks.</li>
<li>Add Bosnian translation.</li>
</ul>
<!-- latest-release-end -->

Expand Down

0 comments on commit 35542d5

Please sign in to comment.