From 2bb42317e727b3bdb3cf44d1cd6cf9840bb22ad8 Mon Sep 17 00:00:00 2001
From: David Woodhouse
Date: Thu, 7 Feb 2013 01:10:27 +0000
Subject: [PATCH] Tag version 4.99
Signed-off-by: David Woodhouse
---
configure.ac | 2 +-
version.sh | 2 +-
www/changelog.xml | 6 ++++++
www/download.xml | 14 +++++++++-----
4 files changed, 17 insertions(+), 7 deletions(-)
diff --git a/configure.ac b/configure.ac
index b042da88..dce19242 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(openconnect, 4.07)
+AC_INIT(openconnect, 4.99)
PKG_PROG_PKG_CONFIG
AC_LANG_C
AC_CANONICAL_HOST
diff --git a/version.sh b/version.sh
index 2ff00c89..548e1e1e 100755
--- a/version.sh
+++ b/version.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-v="v4.07"
+v="v4.99"
if [ -d .git ] && tag=`git describe --tags`; then
v="$tag"
diff --git a/www/changelog.xml b/www/changelog.xml
index 57ca0b47..29fd039f 100644
--- a/www/changelog.xml
+++ b/www/changelog.xml
@@ -16,6 +16,12 @@
gitweb.
- OpenConnect HEAD
+
+ - No changelog entries yet
+
+
+ - OpenConnect v4.99
+ (PGP signature) — 2013-02-07
- Add --os switch to report a different OS type to the gateway.
- Support new XML POST format.
diff --git a/www/download.xml b/www/download.xml
index eb3ab68a..eb24957c 100644
--- a/www/download.xml
+++ b/www/download.xml
@@ -19,12 +19,16 @@
-The latest release is OpenConnect v4.07
-(PGP signature),
-released on 2012-08-31 with the following changelog:
+The latest release is OpenConnect v4.99
+(PGP signature),
+released on 2013-02-07 with the following changelog:
- - Fix segmentation fault when invoked with -p argument.
- - Fix handling of write stalls on CSTP (TCP) socket.
+ - Add --os switch to report a different OS type to the gateway.
+ - Support new XML POST format.
+ - Fix buffer overflow on long Location: and Set-Cookie: headers sent from server.
+ - Add SecurID token support using libstoken.
+ - Fix some harmless issues reported by Coverity.
+ - Improve "Attempting to connect..." message to be explicit when it's connecting to a proxy.
--
2.50.1