]> www.infradead.org Git - users/dwmw2/openconnect.git/commitdiff
Tag version 4.08 v4.08
authorDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 13 Feb 2013 21:11:52 +0000 (21:11 +0000)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 13 Feb 2013 21:11:52 +0000 (21:11 +0000)
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
configure.ac
version.sh
www/changelog.xml
www/download.xml

index a7ef50202321b300a11dafbaf0e84283919cab2f..038b89e51be774436c5f10603eed2590aec9b647 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(openconnect, 4.07)
+AC_INIT(openconnect, 4.08)
 PKG_PROG_PKG_CONFIG
 AC_LANG_C
 AC_CANONICAL_HOST
index 2ff00c8963a38d0eb478fa44244a9758778f9f90..ace4c5d89d1450fc07b15cbda11ecfe091dad1ed 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-v="v4.07"
+v="v4.08"
 
 if [ -d .git ] && tag=`git describe --tags`; then
        v="$tag"
index f7463ae7bcef88edd06fb46245b284e984047b82..9eba93f4a3c373762c7787fbc8ad5bebefbe18e4 100644 (file)
 <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>
index eb3ab68aca618363f906655955bab40f7af35cf6..96ed659b03783b8610932308287df90a812b22cb 100644 (file)
 
 <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 -->