]> www.infradead.org Git - users/dwmw2/openconnect.git/commitdiff
Tag version 4.06 v4.06
authorDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 23 Jul 2012 13:14:06 +0000 (14:14 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 23 Jul 2012 13:14:06 +0000 (14:14 +0100)
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
configure.ac
version.sh
www/changelog.xml
www/download.xml

index d03c9fd2fe461002bb456036fc8be07f2d6474f9..ffb93185997e1e8b1734c6ec89aef70d6fc1bdf3 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(openconnect, 4.05)
+AC_INIT(openconnect, 4.06)
 PKG_PROG_PKG_CONFIG
 AC_LANG_C
 AC_CANONICAL_HOST
index 851b79633878527f94b56821e77b16a2e8b7c828..5b4afd05daafd590d9d3121aadade55fd7fbbc86 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-v="v4.05"
+v="v4.06"
 
 if [ -d .git ] && tag=`git describe --tags`; then
        v="$tag"
index 3a44199a9d36d0c709fe0d280c6dabf10e8448f1..d439ced77669a5f1411493fbc1ae26fe0a5bc7f7 100644 (file)
 <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>
index 24c1471a91b375362889a7a9f69fd6426b8e59f6..081d6845265fd47fbb3af882ff095e6d7504f293 100644 (file)
 
 <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 -->