Skip to content

Commit

Permalink
Tag version 7.03
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 Jan 9, 2015
1 parent 35599b9 commit 2bb0c50
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT(openconnect, 7.02)
AC_INIT(openconnect, 7.03)
AC_CONFIG_HEADERS([config.h])

PKG_PROG_PKG_CONFIG
Expand Down
2 changes: 1 addition & 1 deletion version.sh
@@ -1,6 +1,6 @@
#!/bin/sh

v="v7.02"
v="v7.03"

if [ -d ${GIT_DIR:-.git} ] && tag=`git describe --tags`; then
v="$tag"
Expand Down
6 changes: 6 additions & 0 deletions www/changelog.xml
Expand Up @@ -14,6 +14,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-7.03.tar.gz">OpenConnect v7.03</a></b>
<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-7.03.tar.gz.asc">PGP signature</a>)</i> &#8212; 2015-01-09
<ul>
<li>Android build infrastructure updates, including 64-bit support.</li>
<li>Clean up handling of incoming packets.</li>
Expand Down
12 changes: 7 additions & 5 deletions www/download.xml
Expand Up @@ -17,12 +17,14 @@

<p>
<!-- latest-release-start -->
The latest release is <a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-7.02.tar.gz">OpenConnect v7.02</a>
<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-7.02.tar.gz.asc">PGP signature</a>)</i>,
released on 2014-12-19 with the following changelog:</p>
The latest release is <a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-7.03.tar.gz">OpenConnect v7.03</a>
<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-7.03.tar.gz.asc">PGP signature</a>)</i>,
released on 2015-01-09 with the following changelog:</p>
<ul>
<li>Add PKCS#11 support for OpenSSL.</li>
<li>Fix handling of select options in <tt>openconnect_set_option_value().</tt></li>
<li>Android build infrastructure updates, including 64-bit support.</li>
<li>Clean up handling of incoming packets.</li>
<li>Fix issue with two-stage <i>(i.e. NetworkManager)</i> connection to servers with trick DNS <a href="https://bugzilla.redhat.com/show_bug.cgi?id=1179681"><i>(RH#1179681)</i></a>.</li>
<li>Stop using static variables for received packets.</li>
</ul>
<!-- latest-release-end -->

Expand Down

0 comments on commit 2bb0c50

Please sign in to comment.