Skip to content

Commit

Permalink
Tag version 7.01
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 Dec 7, 2014
1 parent e8a58ca commit 69f1345
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 24 deletions.
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT(openconnect, 7.00)
AC_INIT(openconnect, 7.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="v7.00"
v="v7.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-7.01.tar.gz">OpenConnect v7.01</a></b>
<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-7.01.tar.gz.asc">PGP signature</a>)</i> &#8212; 2014-12-07
<ul>
<li>Try harder to find a PKCS#11 key to match a given certificate.</li>
<li>Handle '<tt>Connection: close</tt>' from proxies correctly.</li>
Expand Down
29 changes: 7 additions & 22 deletions www/download.xml
Expand Up @@ -17,29 +17,14 @@

<p>
<!-- latest-release-start -->
The latest release is <a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-7.00.tar.gz">OpenConnect v7.00</a>
<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-7.00.tar.gz.asc">PGP signature</a>)</i>,
released on 2014-11-27 with the following changelog:</p>
The latest release is <a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-7.01.tar.gz">OpenConnect v7.01</a>
<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-7.01.tar.gz.asc">PGP signature</a>)</i>,
released on 2014-12-07 with the following changelog:</p>
<ul>
<li>Add support for GnuTLS 3.4 <tt>system:</tt> keys including Windows certificate store.</li>
<li>Add support for HOTP/TOTP keys from Yubikey NEO devices.</li>
<li>Add <tt>---no-system-trust</tt> option to disable default certificate authorities.</li>
<li>Improve <tt>libiconv</tt> and <tt>libintl</tt> detection.</li>
<li>Stop calling <tt>setenv()</tt> from library functions.</li>
<li>Support <tt>utun</tt> driver on OS X.</li>
<li>Change library API so string ownership is never transferred.</li>
<li>Support new NDIS6 TAP-Windows driver shipped with OpenVPN 2.3.4.</li>
<li>Support using PSKC <i>(<a href="http://tools.ietf.org/html/rfc6030">RFC6030</a>)</i> token files for HOTP/TOTP tokens.</li>
<li>Support for updating HOTP token storage when token is used.</li>
<li>Support for reading OTP token data from a file.</li>
<li>Add full <a href="charset.html">character set handling</a> for legacy non-UTF8 systems <i>(including Windows)</i>.</li>
<li>Fix legacy <i>(i.e. not XML POST)</i> submission of non-ASCII form entries <i>(even in UTF-8 locales)</i>.</li>
<li>Add support for 32-bit Windows XP.</li>
<li>Avoid retrying without XML POST, when we failed to even reach the server.</li>
<li>Fix off-by-one in parameter substitution in error messages.</li>
<li>Improve reporting when GSSAPI auth requested but not compiled in.</li>
<li>Fix parsing of split include routes on Windows.</li>
<li>Fix crash on invocation with <tt>--token-mode</tt> but no <tt>--token-secret</tt>.</li>
<li>Try harder to find a PKCS#11 key to match a given certificate.</li>
<li>Handle '<tt>Connection: close</tt>' from proxies correctly.</li>
<li>Warn when MTU is set too low <i>(&lt;1280)</i> to permit IPv6 connectivity.</li>
<li>Add support for <tt>X-CSTP-DynDNS</tt>, to trigger DNS lookup on each reconnect.</li>
</ul>
<!-- latest-release-end -->

Expand Down

0 comments on commit 69f1345

Please sign in to comment.