]> www.infradead.org Git - users/dwmw2/openconnect.git/commitdiff
Tag version 5.01 v5.01
authorDavid Woodhouse <David.Woodhouse@intel.com>
Sat, 1 Jun 2013 20:21:19 +0000 (21:21 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Sat, 1 Jun 2013 20:21:19 +0000 (21:21 +0100)
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
configure.ac
version.sh
www/changelog.xml
www/download.xml

index f4ee7dc79492c92c96680994062219270f04866d..357b001b13c2e6fbc73619fa33e005b9702f005b 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(openconnect, 5.00)
+AC_INIT(openconnect, 5.01)
 PKG_PROG_PKG_CONFIG
 AC_LANG_C
 AC_CANONICAL_HOST
index 373cdb5416e30775ec99c04b381fe819d5d41aa4..b0f1559deb5215a2c613b6b4d6c5230cd8fc486a 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-v="v5.00"
+v="v5.01"
 
 if [ -d .git ] && tag=`git describe --tags`; then
        v="$tag"
index 4fc3de8748376b644f7570f0cdfb55b9cbc7d68f..cabbb2a23a855665400d572416b45f3bcac967eb 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-5.01.tar.gz">OpenConnect v5.01</a></b>
+     <i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-5.01.tar.gz.asc">PGP signature</a>)</i> &#8212; 2013-06-01
      <ul>
        <li>Attempt to handle &lt;client-cert-request&gt; in aggregate auth mode.</li>
        <li>Don't include <tt>X-Aggregate-Auth:</tt> header in fallback mode.</li>
index 51c959c21bedae2d5945862d565a0fc175f81e48..d73a1c3bb5c9fab75f30aa25d46bb2490aa0027b 100644 (file)
 
 <p>
 <!-- latest-release-start -->
-The latest release is <a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-5.00.tar.gz">OpenConnect v5.00</a>
-<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-5.00.tar.gz.asc">PGP signature</a>)</i>,
-released on 2013-05-15 with the following changelog:</p>
+The latest release is <a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-5.01.tar.gz">OpenConnect v5.01</a>
+<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-5.01.tar.gz.asc">PGP signature</a>)</i>,
+released on 2013-06-01 with the following changelog:</p>
      <ul>
-       <li>Use GnuTLS by default instead of OpenSSL.</li>
-       <li>Avoid using deprecated <tt>gnutls_pubkey_verify_data()</tt> function.</li>
-       <li>Fix compatibility issues with XML POST authentication.</li>
-       <li>Fix memory leaks on <tt>realloc()</tt> failure.</li>
-       <li>Fix certificate validation problem caused by hostname canonicalisation.</li>
-       <li>Add RFC6238 TOTP token support using <a href="http://www.nongnu.org/oath-toolkit/">liboath</a>.</li>
-       <li>Replace <tt>--stoken</tt> option with more generic <tt>--token-mode</tt> and <tt>--token-secret</tt> options.</li>
+       <li>Attempt to handle &lt;client-cert-request&gt; in aggregate auth mode.</li>
+       <li>Don't include <tt>X-Aggregate-Auth:</tt> header in fallback mode.</li>
+       <li>Enable AES256 mode for DTLS with GnuTLS <a href="https://bugzilla.redhat.com/show_bug.cgi?id=955710"><i>(RH#955710)</i></a>.</li>
+       <li>Add <tt>--dump-http-traffic</tt> option for debugging.</li>
+       <li>Be more permissive in parsing XML forms.</li>
+       <li>Use original URL when falling back to non-XML POST mode.</li>
+       <li>Add <tt>--no-xmlpost</tt> option to revert to older, compatible behaviour.</li>
+       <li>Close connection before falling back to non-xmlpost mode <a href="https://bugzilla.redhat.com/show_bug.cgi?id=964650"><i>(RH#964650)</i></a>.</li>
+       <li>Improve error handling when server closes connection <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708928"><i>(Debian #708928)</i></a>.</li>
      </ul>
 <!-- latest-release-end -->