From: David Woodhouse
Date: Mon, 23 Jul 2012 13:14:06 +0000 (+0100)
Subject: Tag version 4.06
X-Git-Tag: v4.06
X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d6a1dbfbdfc07aae236d322849cd04f555291763;p=users%2Fdwmw2%2Fopenconnect.git
Tag version 4.06
Signed-off-by: David Woodhouse
---
diff --git a/configure.ac b/configure.ac
index d03c9fd2..ffb93185 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(openconnect, 4.05)
+AC_INIT(openconnect, 4.06)
PKG_PROG_PKG_CONFIG
AC_LANG_C
AC_CANONICAL_HOST
diff --git a/version.sh b/version.sh
index 851b7963..5b4afd05 100755
--- a/version.sh
+++ b/version.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-v="v4.05"
+v="v4.06"
if [ -d .git ] && tag=`git describe --tags`; then
v="$tag"
diff --git a/www/changelog.xml b/www/changelog.xml
index 3a44199a..d439ced7 100644
--- a/www/changelog.xml
+++ b/www/changelog.xml
@@ -16,6 +16,12 @@
gitweb.
- OpenConnect HEAD
+
+ - No changelog entries yet
+
+
+ - OpenConnect v4.06
+ (PGP signature) — 2012-07-23
- Fix default CA location for non-Fedora systems with old GnuTLS.
- Improve error handing when vpnc-script exits with error.
diff --git a/www/download.xml b/www/download.xml
index 24c1471a..081d6845 100644
--- a/www/download.xml
+++ b/www/download.xml
@@ -19,15 +19,13 @@
-The latest release is OpenConnect v4.05
-(PGP signature),
-released on 2012-07-12 with the following changelog:
+The latest release is OpenConnect v4.06
+(PGP signature),
+released on 2012-07-23 with the following changelog:
- - Use correct CSD script for Mac OS X.
- - Fix endless loop in PIN cache handling with multiple PKCS#11 tokens.
- - Fix PKCS#11 URI handling to preserve all attributes.
- - Don't forget key password on GUI reconnect.
- - Fix GnuTLS v3 build on OpenBSD.
+ - Fix default CA location for non-Fedora systems with old GnuTLS.
+ - Improve error handing when vpnc-script exits with error.
+ - Handle PKCS#11 tokens which won't list keys without login.