Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tag version 4.08
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Feb 13, 2013
1 parent 4265e86 commit 615670c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT(openconnect, 4.07)
AC_INIT(openconnect, 4.08)
PKG_PROG_PKG_CONFIG
AC_LANG_C
AC_CANONICAL_HOST
Expand Down
2 changes: 1 addition & 1 deletion version.sh
@@ -1,6 +1,6 @@
#!/bin/sh

v="v4.07"
v="v4.08"

if [ -d .git ] && tag=`git describe --tags`; then
v="$tag"
Expand Down
6 changes: 6 additions & 0 deletions www/changelog.xml
Expand Up @@ -16,6 +16,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-4.08.tar.gz">OpenConnect v4.08</a></b>
<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-4.08.tar.gz.asc">PGP signature</a>)</i> &#8212; 2013-02-13
<ul>
<li>Fix overflow on HTTP request buffers (CVE-2012-6128)</li>
<li>Fix connection to servers with round-robin DNS with two-stage auth/connect.</li>
Expand Down
13 changes: 8 additions & 5 deletions www/download.xml
Expand Up @@ -19,12 +19,15 @@

<p>
<!-- latest-release-start -->
The latest release is <a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-4.07.tar.gz">OpenConnect v4.07</a>
<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-4.07.tar.gz.asc">PGP signature</a>)</i>,
released on 2012-08-31 with the following changelog:</p>
The latest release is <a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-4.08.tar.gz">OpenConnect v4.08</a>
<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-4.08.tar.gz.asc">PGP signature</a>)</i>,
released on 2013-02-13 with the following changelog:</p>
<ul>
<li>Fix segmentation fault when invoked with <tt>-p</tt> argument.</li>
<li>Fix handling of write stalls on CSTP (TCP) socket.</li>
<li>Fix overflow on HTTP request buffers (CVE-2012-6128)</li>
<li>Fix connection to servers with round-robin DNS with two-stage auth/connect.</li>
<li>Impose minimum MTU of 1280 bytes.</li>
<li>Fix some harmless issues reported by Coverity.</li>
<li>Improve <tt>"Attempting to connect..."</tt> message to be explicit when it's connecting to a proxy.</li>
</ul>
<!-- latest-release-end -->

Expand Down

0 comments on commit 615670c

Please sign in to comment.