summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Woodhouse <David.Woodhouse@intel.com>2011-11-08 02:11:19 +0000
committerDavid Woodhouse <David.Woodhouse@intel.com>2011-11-08 02:11:19 +0000
commit455b058e212537be49ae21a706755b669fab1123 (patch)
tree9770a5d703237b377cf58a948c8c95c9e823a6c2
parent34ebea393060d27f0cc99acad713d56873a2767d (diff)
downloadopenconnect-455b058e212537be49ae21a706755b669fab1123.tar.gz
openconnect-455b058e212537be49ae21a706755b669fab1123.tar.bz2
openconnect-455b058e212537be49ae21a706755b669fab1123.zip
Tag version 3.14v3.14
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
-rw-r--r--configure.ac2
-rwxr-xr-xversion.sh2
-rw-r--r--www/changelog.xml6
-rw-r--r--www/download.xml18
4 files changed, 16 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac
index 104cf0b..1d6466f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
-AC_INIT(openconnect, 3.13)
+AC_INIT(openconnect, 3.14)
PKG_PROG_PKG_CONFIG
AC_LANG_C
AC_CANONICAL_TARGET
diff --git a/version.sh b/version.sh
index b1f0c38..573fff6 100755
--- a/version.sh
+++ b/version.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-v="v3.13"
+v="v3.14"
if [ -d .git ] && tag=`git describe --tags`; then
v="$tag"
diff --git a/www/changelog.xml b/www/changelog.xml
index 38f51cb..cce42a2 100644
--- a/www/changelog.xml
+++ b/www/changelog.xml
@@ -17,6 +17,12 @@
<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.14.tar.gz">OpenConnect v3.14</a></b>
+ <i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-3.14.tar.gz.asc">PGP signature</a>)</i> &#8212; 2011-11-08
+ <ul>
<li>Move executable to <tt>$prefix/sbin</tt>.</li>
<li>Fix build issues on OSX, OpenIndiana, DragonFlyBSD, OpenBSD, FreeBSD &amp;amp; NetBSD.</li>
<li>Fix non-portable <tt>(void *)</tt> arithmetic.</li>
diff --git a/www/download.xml b/www/download.xml
index 242dd35..eb02875 100644
--- a/www/download.xml
+++ b/www/download.xml
@@ -19,17 +19,15 @@
<p>
<!-- latest-release-start -->
-The latest release is <a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-3.13.tar.gz">OpenConnect v3.13</a>
-<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-3.13.tar.gz.asc">PGP signature</a>)</i>,
-released on 2011-09-30 with the following changelog:</p>
+The latest release is <a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-3.14.tar.gz">OpenConnect v3.14</a>
+<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-3.14.tar.gz.asc">PGP signature</a>)</i>,
+released on 2011-11-08 with the following changelog:</p>
<ul>
- <li>Add <tt>--cert-expire-warning</tt> option.</li>
- <li>Give visible warning when server dislikes client SSL certificate.</li>
- <li>Add localisation support.</li>
- <li>Fix build on Debian systems where <tt>dtls1_stop_timer()</tt> is not available.</li>
- <li>Fix libproxy detection.</li>
- <li>Enable a useful set of compiler warnings by default.</li>
- <li>Fix various minor compiler warnings.</li>
+ <li>Move executable to <tt>$prefix/sbin</tt>.</li>
+ <li>Fix build issues on OSX, OpenIndiana, DragonFlyBSD, OpenBSD, FreeBSD &amp;amp; NetBSD.</li>
+ <li>Fix non-portable <tt>(void *)</tt> arithmetic.</li>
+ <li>Make more messages translatable.</li>
+ <li>Attempt to make NLS support more portable (with fewer dependencies).</li>
</ul>
<!-- latest-release-end -->