Update translations from Transifex
[platform/upstream/openconnect.git] / www / download.xml
1 <PAGE>
2         <VAR match="VAR_ORIGIN" replace="" />
3         <VAR match="VAR_CVSID" replace="" />
4         <INCLUDE file="inc/header.tmpl" />
5
6         <VAR match="VAR_SEL_INDEX" replace="selected" />
7         <VAR match="VAR_SEL_DOWNLOAD" replace="selected" />
8         <PARSE file="menu1.xml" />
9         <PARSE file="menu2.xml" />
10         
11         <INCLUDE file="inc/content.tmpl" />
12
13         <h1>Download</h1>
14
15 <p>Released versions of OpenConnect are available from the FTP site:</p>
16 <ul><li><a href="ftp://ftp.infradead.org/pub/openconnect/"><tt>ftp://ftp.infradead.org/pub/openconnect/</tt></a></li></ul>
17
18 <p>Release tarballs (since 3.13) are signed with the PGP key <a href="http://pgp.mit.edu:11371/pks/lookup?op=vindex&amp;search=0x63762CDA67E2F359">67E2F359</a>.</p>
19
20 <p>
21 <!-- latest-release-start -->
22 The latest release is <a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-4.07.tar.gz">OpenConnect v4.07</a>
23 <i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-4.07.tar.gz.asc">PGP signature</a>)</i>,
24 released on 2012-08-31 with the following changelog:</p>
25      <ul>
26        <li>Fix segmentation fault when invoked with <tt>-p</tt> argument.</li>
27        <li>Fix handling of write stalls on CSTP (TCP) socket.</li>
28      </ul>
29 <!-- latest-release-end -->
30
31 <p>For older releases and change logs, see the <a href="changelog.html">changelog page</a>.</p>
32
33 <p><i>(Note: Due to a longstanding <a href="https://bugzilla.redhat.com/show_bug.cgi?id=450853">Fedora bug</a>
34 you may occasionally find that the FTP server is accessible only by IPv6 and not Legacy IP. If this happens,
35 please let me know by sending me an email. Or just join us in the 21st century and <a href="http://en.wikipedia.org/wiki/List_of_IPv6_tunnel_brokers">get IPv6</a>.)</i></p>
36
37 <h2>Latest sources</h2>
38
39 <p>The latest source code is available from the git repository at:</p>
40 <ul><li><tt>git://git.infradead.org/users/dwmw2/openconnect.git</tt><br/>or browseable in gitweb at:</li>
41 <li><a href="http://git.infradead.org/users/dwmw2/openconnect.git">
42 http://git.infradead.org/users/dwmw2/openconnect.git</a></li></ul>
43
44         <INCLUDE file="inc/footer.tmpl" />
45 </PAGE>