Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tag version 3.19
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
David Woodhouse authored and David Woodhouse committed May 17, 2012
1 parent 17ae329 commit 628d2c8
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 7 deletions.
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT(openconnect, 3.18)
AC_INIT(openconnect, 3.19)
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.18"
v="v3.19"

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.19.tar.gz">OpenConnect v3.19</a></b>
<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-3.19.tar.gz.asc">PGP signature</a>)</i> &#8212; 2012-05-17
<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>
Expand Down
17 changes: 12 additions & 5 deletions www/download.xml
Expand Up @@ -19,12 +19,19 @@

<p>
<!-- latest-release-start -->
The latest release is <a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-3.18.tar.gz">OpenConnect v3.18</a>
<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-3.18.tar.gz.asc">PGP signature</a>)</i>,
released on 2012-04-25 with the following changelog:</p>
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>
<ul>
<li>Fix autohate breakage with <tt>--disable-nls</tt>... hopefully.</li>
<li>Fix buffer overflow in banner handling.</li>
<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>
</ul>
<!-- latest-release-end -->

Expand Down

0 comments on commit 628d2c8

Please sign in to comment.