From: David Woodhouse
Date: Fri, 20 Apr 2012 12:14:01 +0000 (+0100)
Subject: Tag version 3.17
X-Git-Tag: v3.17
X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=06422dd4a1ed5d1cf42898d1a7157018bb064586;p=platform%2Fupstream%2Fopenconnect.git
Tag version 3.17
Signed-off-by: David Woodhouse
---
diff --git a/configure.ac b/configure.ac
index c32ca78..654eaad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
-AC_INIT(openconnect, 3.16)
+AC_INIT(openconnect, 3.17)
PKG_PROG_PKG_CONFIG
AC_LANG_C
AC_CANONICAL_HOST
diff --git a/version.sh b/version.sh
index 4d7e79b..e8c0da1 100755
--- a/version.sh
+++ b/version.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-v="v3.16"
+v="v3.17"
if [ -d .git ] && tag=`git describe --tags`; then
v="$tag"
diff --git a/www/changelog.xml b/www/changelog.xml
index e9b87e0..2a77268 100644
--- a/www/changelog.xml
+++ b/www/changelog.xml
@@ -17,6 +17,12 @@
- OpenConnect HEAD
+ - No changelog entries yet
+
+
+ - OpenConnect v3.17
+ (PGP signature) — 2012-04-20
+
- Work around time() brokenness on Solaris.
- Fix interface plumbing on Solaris 10.
- Provide asprintf() function for (unpatched) Solaris 10.
diff --git a/www/download.xml b/www/download.xml
index df720d8..82df26e 100644
--- a/www/download.xml
+++ b/www/download.xml
@@ -19,19 +19,18 @@
-The latest release is OpenConnect v3.16
-(PGP signature),
-released on 2012-04-08 with the following changelog:
+The latest release is OpenConnect v3.17
+(PGP signature),
+released on 2012-04-20 with the following changelog:
- - Fix build failure on Debian/kFreeBSD and Hurd.
- - Fix memory leak of deflated packets.
- - Fix memory leak of zlib state on CSTP reconnect.
- - Eliminate memcpy() calls on packets from DTLS and tunnel device.
- - Use I_LINK instead of I_PLINK on Solaris to plumb interface for Legacy IP.
- - Plumb interface for IPv6 on Solaris, instead of expecting vpnc-script to do it.
- - Refer to vpnc-script and help web pages in openconnect output.
- - Fix potential crash when processing libproxy results.
- - Be more conservative in detecting libproxy without pkg-config.
+ - Work around time() brokenness on Solaris.
+ - Fix interface plumbing on Solaris 10.
+ - Provide asprintf() function for (unpatched) Solaris 10.
+ - Make vpnc-script mandatory, like it is for vpnc
+ - Don't set Legacy IP address on tun device; let vpnc-script do it.
+ - Detect OpenSSL even without pkg-config.
+ - Stop building static library by default.
+ - Invoke vpnc-script with "pre-init" reason to load tun module if necessary.