]> www.infradead.org Git - users/dwmw2/openconnect.git/commitdiff
Tag version 5.00 v5.00
authorDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 15 May 2013 20:14:32 +0000 (21:14 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 15 May 2013 20:14:32 +0000 (21:14 +0100)
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
configure.ac
version.sh
www/changelog.xml
www/download.xml

index 81635f3c1cc9662248520d30a6cb9b1e95fc0292..7485db10f216b135880c3014ea47a0f63aa910f5 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(openconnect, 4.99)
+AC_INIT(openconnect, 5.00)
 PKG_PROG_PKG_CONFIG
 AC_LANG_C
 AC_CANONICAL_HOST
index 548e1e1e8805c6f76609aa076f55697d0e133cc1..373cdb5416e30775ec99c04b381fe819d5d41aa4 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-v="v4.99"
+v="v5.00"
 
 if [ -d .git ] && tag=`git describe --tags`; then
        v="$tag"
index bd17ec8129c30849853b8c8bc8abc0d8afe2c49a..4f6cf17586db44c379ed154434c93e5c86352efb 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.00.tar.gz">OpenConnect v5.00</a></b>
+     <i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-5.00.tar.gz.asc">PGP signature</a>)</i> &#8212; 2013-05-15
      <ul>
        <li>Use GnuTLS by default instead of OpenSSL.</li>
        <li>Avoid using deprecated <tt>gnutls_pubkey_verify_data()</tt> function.</li>
index eb24957c8a68199236c898b9f916f9c963c870cf..51c959c21bedae2d5945862d565a0fc175f81e48 100644 (file)
 
 <p>
 <!-- latest-release-start -->
-The latest release is <a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-4.99.tar.gz">OpenConnect v4.99</a>
-<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-4.99.tar.gz.asc">PGP signature</a>)</i>,
-released on 2013-02-07 with the following changelog:</p>
+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>
      <ul>
-       <li>Add <tt>--os</tt> switch to report a different OS type to the gateway.</li>
-       <li>Support new XML POST format.</li>
-       <li>Fix buffer overflow on long <tt>Location:</tt> and <tt>Set-Cookie:</tt> headers sent from server.</li>
-       <li>Add SecurID token support using <a href="http://stoken.sourceforge.net/">libstoken</a>.</li>
-       <li>Fix some harmless issues reported by Coverity.</li>
-       <li>Improve <tt>"Attempting to connect..."</tt> message to be explicit when it's connecting to a proxy.</li>
+       <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>
      </ul>
 <!-- latest-release-end -->