Skip to content

Commit

Permalink
Tag version 3.99
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 Jun 13, 2012
1 parent dee661e commit 8d28ce5
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 deletions.
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT(openconnect, 3.20)
AC_INIT(openconnect, 3.99)
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="v3.20"
v="v3.99"

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-3.99.tar.gz">OpenConnect v3.99</a></b>
<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-3.99.tar.gz.asc">PGP signature</a>)</i> &#8212; 2012-06-13
<ul>
<li>Enable native TPM support when built with GnuTLS.</li>
<li>Enable PKCS#11 token support when built with GnuTLS.</li>
Expand Down
15 changes: 10 additions & 5 deletions www/download.xml
Expand Up @@ -19,12 +19,17 @@

<p>
<!-- latest-release-start -->
The latest release is <a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-3.20.tar.gz">OpenConnect v3.20</a>
<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-3.20.tar.gz.asc">PGP signature</a>)</i>,
released on 2012-05-18 with the following changelog:</p>
The latest release is <a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-3.99.tar.gz">OpenConnect v3.99</a>
<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-3.99.tar.gz.asc">PGP signature</a>)</i>,
released on 2012-06-13 with the following changelog:</p>
<ul>
<li>Cope with non-keepalive HTTP response on authentication success.</li>
<li>Fix progress callback with incorrect <tt>cbdata</tt> which caused KDE crash.</li>
<li>Enable native TPM support when built with GnuTLS.</li>
<li>Enable PKCS#11 token support when built with GnuTLS.</li>
<li>Eliminate all SSL library exposure through <tt>libopenconnect</tt>.</li>
<li>Parse split DNS information, provide <tt>$CISCO_SPLIT_DNS</tt> environment variable to <tt>vpnc-script</tt>.</li>
<li>Attempt to provide new-style MTU information to server <i>(on Linux only, unless specified on command line)</i>.</li>
<li>Allow building against GnuTLS, including DTLS support.</li>
<li>Add <tt>--with-pkgconfigdir=</tt> option to <tt>configure</tt> for FreeBSD's benefit <i>(<a href="https://bugs.freedesktop.org/show_bug.cgi?id=48743">fd#48743</a>)</i>.</li>
</ul>
<!-- latest-release-end -->

Expand Down

0 comments on commit 8d28ce5

Please sign in to comment.