Tag version 2.01 v2.01
authorDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 24 Jun 2009 17:30:34 +0000 (18:30 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 24 Jun 2009 17:30:34 +0000 (18:30 +0100)
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
openconnect.html
version.sh

index 85a94c3..2ad9452 100644 (file)
@@ -106,6 +106,11 @@ For full changelog entries including the latest development, see
 <UL>
   <LI><B>OpenConnect HEAD</B><BR>
      <UL>
+       <LI><I>No changelog entries yet</I></LI>
+     </UL><BR>
+  </LI>
+  <LI><B><A HREF="ftp://ftp.infradead.org/pub/openconnect/openconnect-2.01.tar.gz">OpenConnect v2.01</a></B> &mdash; 2009-06-24<BR>
+     <UL>
        <LI>Fix bug causing loss of DTLS (and lots of syslog spam about it)
           after a CSTP reconnection.</LI>
        <LI>Don't apply OpenSSL certificate chain workaround if we already
@@ -271,6 +276,6 @@ An <TT>openconnect</TT> <A HREF="http://www.freebsd.org/cgi/cvsweb.cgi/ports/sec
 <hr>
 <address>David Woodhouse &lt;<A HREF="mailto:dwmw2@infradead.org">dwmw2@infradead.org</A>&gt;</address>
 <!-- hhmts start -->
-Last modified: Wed Jun 24 18:27:32 BST 2009
+Last modified: Wed Jun 24 18:30:34 BST 2009
 <!-- hhmts end -->
 </body> </html>
index 0e11026..053e050 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-v="v2.00"
+v="v2.01"
 
 if tag=`git describe --tags`; then
        v="$tag"