Skip to content

Commit

Permalink
Tag version 4.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 Jul 23, 2012
1 parent 25d2886 commit d6a1dbf
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT(openconnect, 4.05)
AC_INIT(openconnect, 4.06)
PKG_PROG_PKG_CONFIG
AC_LANG_C
AC_CANONICAL_HOST
Expand Down
2 changes: 1 addition & 1 deletion version.sh
@@ -1,6 +1,6 @@
#!/bin/sh

v="v4.05"
v="v4.06"

if [ -d .git ] && tag=`git describe --tags`; then
v="$tag"
Expand Down
6 changes: 6 additions & 0 deletions www/changelog.xml
Expand Up @@ -16,6 +16,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-4.06.tar.gz">OpenConnect v4.06</a></b>
<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-4.06.tar.gz.asc">PGP signature</a>)</i> &#8212; 2012-07-23
<ul>
<li>Fix default CA location for non-Fedora systems with old GnuTLS.</li>
<li>Improve error handing when <tt>vpnc-script</tt> exits with error.</li>
Expand Down
14 changes: 6 additions & 8 deletions www/download.xml
Expand Up @@ -19,15 +19,13 @@

<p>
<!-- latest-release-start -->
The latest release is <a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-4.05.tar.gz">OpenConnect v4.05</a>
<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-4.05.tar.gz.asc">PGP signature</a>)</i>,
released on 2012-07-12 with the following changelog:</p>
The latest release is <a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-4.06.tar.gz">OpenConnect v4.06</a>
<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-4.06.tar.gz.asc">PGP signature</a>)</i>,
released on 2012-07-23 with the following changelog:</p>
<ul>
<li>Use correct CSD script for Mac OS X.</li>
<li>Fix endless loop in PIN cache handling with multiple PKCS#11 tokens.</li>
<li>Fix PKCS#11 URI handling to preserve all attributes.</li>
<li>Don't forget key password on GUI reconnect.</li>
<li>Fix GnuTLS v3 build on OpenBSD.</li>
<li>Fix default CA location for non-Fedora systems with old GnuTLS.</li>
<li>Improve error handing when <tt>vpnc-script</tt> exits with error.</li>
<li>Handle PKCS#11 tokens which won't list keys without login.</li>
</ul>
<!-- latest-release-end -->

Expand Down

0 comments on commit d6a1dbf

Please sign in to comment.