Skip to content

Commit

Permalink
Tag version 3.20
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
David Woodhouse authored and David Woodhouse committed May 18, 2012
1 parent 2412b1d commit d33cb39
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT(openconnect, 3.19)
AC_INIT(openconnect, 3.20)
PKG_PROG_PKG_CONFIG
AC_LANG_C
AC_CANONICAL_HOST
Expand Down
2 changes: 1 addition & 1 deletion version.sh
@@ -1,6 +1,6 @@
#!/bin/sh

v="v3.19"
v="v3.20"

if [ -d .git ] && tag=`git describe --tags`; then
v="$tag"
Expand Down
6 changes: 6 additions & 0 deletions www/changelog.xml
Expand Up @@ -16,6 +16,12 @@
<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-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>
Expand Down
17 changes: 5 additions & 12 deletions www/download.xml
Expand Up @@ -19,19 +19,12 @@

<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 -->

Expand Down

0 comments on commit d33cb39

Please sign in to comment.