Tag version 3.20 v3.20
authorDavid Woodhouse <David.Woodhouse@intel.com>
Fri, 18 May 2012 01:30:49 +0000 (02:30 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Fri, 18 May 2012 01:30:49 +0000 (02:30 +0100)
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
configure.ac
version.sh
www/changelog.xml
www/download.xml

index ae5974e..6171abd 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(openconnect, 3.19)
+AC_INIT(openconnect, 3.20)
 PKG_PROG_PKG_CONFIG
 AC_LANG_C
 AC_CANONICAL_HOST
index 9bfa987..0b568b4 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-v="v3.19"
+v="v3.20"
 
 if [ -d .git ] && tag=`git describe --tags`; then
        v="$tag"
index 99c7ad6..0ec0946 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.20.tar.gz">OpenConnect v3.20</a></b>
+     <i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-3.20.tar.gz.asc">PGP signature</a>)</i> &#8212; 2012-05-18
+     <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>
      </ul><br/>
index 1857a25..3f660c4 100644 (file)
 
 <p>
 <!-- latest-release-start -->
-The latest release is <a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-3.19.tar.gz">OpenConnect v3.19</a>
-<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-3.19.tar.gz.asc">PGP signature</a>)</i>,
-released on 2012-05-17 with the following changelog:</p>
+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>
      <ul>
-       <li>Add <tt>--config</tt> option for reading options from file.</li>
-       <li>Improve OpenSSL DTLS compatibility to work on Ubuntu 10.04.</li>
-       <li>Flush progress logging output promptly after each message.</li>
-       <li>Add symbol versioning for shared library (on sane platforms).</li>
-       <li>Add <tt>openconnect_set_cancel_fd()</tt> function to allow clean cancellation.</li>
-       <li>Fix corruption of URL in <tt>openconnect_parse_url()</tt> if it specifies a port number.</li>
-       <li>Fix inappropriate <tt>exit()</tt> calls from library code.</li>
-       <li>Library namespace cleanup &#8212; all symbols now have the prefix <tt>openconnect_</tt> on platforms where symbol versioning works.</li>
-       <li>Fix <tt>--non-inter</tt> option so it still uses login information from command line.</li>
+       <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>
      </ul>
 <!-- latest-release-end -->