Tag version 3.99 v3.99
authorDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 13 Jun 2012 22:55:17 +0000 (23:55 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 13 Jun 2012 22:55:17 +0000 (23:55 +0100)
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
configure.ac
version.sh
www/changelog.xml
www/download.xml

index ce5527f..4cb33b1 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(openconnect, 3.20)
+AC_INIT(openconnect, 3.99)
 PKG_PROG_PKG_CONFIG
 AC_LANG_C
 AC_CANONICAL_HOST
index 0b568b4..afd4dd2 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-v="v3.20"
+v="v3.99"
 
 if [ -d .git ] && tag=`git describe --tags`; then
        v="$tag"
index 3c42b76..bfa99ba 100644 (file)
 <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>
        <li>Eliminate all SSL library exposure through <tt>libopenconnect</tt>.</li>
index 3f660c4..41883a1 100644 (file)
 
 <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 -->