]> www.infradead.org Git - users/dwmw2/openconnect.git/commitdiff
Tag version 4.03 v4.03
authorDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 2 Jul 2012 10:25:55 +0000 (11:25 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 2 Jul 2012 10:25:55 +0000 (11:25 +0100)
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
configure.ac
version.sh
www/changelog.xml
www/download.xml

index 2312509f2199b4a9642ad12eecf8bf5bd1281715..3a3c15a3a572993b8fd3e5a1d290c7f164c3c4a9 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(openconnect, 4.02)
+AC_INIT(openconnect, 4.03)
 PKG_PROG_PKG_CONFIG
 AC_LANG_C
 AC_CANONICAL_HOST
index e20baf83af9444911b0eba4f1c95327543f3f55d..13793308d1974b546591de6835d7658f10e82d05 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-v="v4.02"
+v="v4.03"
 
 if [ -d .git ] && tag=`git describe --tags`; then
        v="$tag"
index 9c77b0742a72436d0c62f6e93644043e51839ecb..bb5d9f687a7f21fb2b3e602956a0ecdc8fd5d2e6 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.03.tar.gz">OpenConnect v4.03</a></b>
+     <i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-4.03.tar.gz.asc">PGP signature</a>)</i> &#8212; 2012-07-02
      <ul>
        <li>Fix <tt>--no-proxy</tt> option.</li>
        <li>Fix handling of requested vs. received MTU settings.</li>
index 8e5ae19b5cae325eadecac8b7647be118c0c687d..aa15b29f8d5670210cf849be3c1df545334820a7 100644 (file)
 
 <p>
 <!-- latest-release-start -->
-The latest release is <a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-4.02.tar.gz">OpenConnect v4.02</a>
-<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-4.02.tar.gz.asc">PGP signature</a>)</i>,
-released on 2012-06-28 with the following changelog:</p>
+The latest release is <a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-4.03.tar.gz">OpenConnect v4.03</a>
+<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-4.03.tar.gz.asc">PGP signature</a>)</i>,
+released on 2012-07-02 with the following changelog:</p>
      <ul>
-       <li>Fix build failure due to unconditional inclusion of <tt>&amp;lt;gnutls/dtls.h&amp;gt;</tt>.</li>
+       <li>Fix <tt>--no-proxy</tt> option.</li>
+       <li>Fix handling of requested vs. received MTU settings.</li>
+       <li>Fix DTLS MTU for GnuTLS 3.0.21 and newer.</li>
+       <li>Support more ciphers for OpenSSL encrypted PEM keys, with GnuTLS.</li>
+       <li>Fix GnuTLS compatibilty issue with servers that insist on TLSv1.0 or non-AES ciphers <a href="https://bugzilla.redhat.com/show_bug.cgi?id=836558"><i>(RH#836558)</i></a>.</li>
      </ul>
 <!-- latest-release-end -->