diff options
Diffstat (limited to 'download.html')
-rw-r--r-- | download.html | 51 |
1 files changed, 35 insertions, 16 deletions
diff --git a/download.html b/download.html index 69f8d6a962..1a6dc14d9c 100644 --- a/download.html +++ b/download.html @@ -73,16 +73,39 @@ </div> </p> <p> -<h2>GnuTLS library</h2> <div align="center"> - All the releases are signed +<h1>Releases of GnuTLS</h1> +<table class="news" border="0" cellspacing="1" width="80%" summary=""> + <tr> + <th>Version</th> + <th>ABI</th> + <th>Status</th> + </tr> + <tr> + <td>2.12.x</td> + <td>2.4.0</td> + <td>Obsolete since January 2014.</td> + </tr> + <tr> + <td>3.0.x - 3.2.x</td> + <td>3.0.0</td> + <td>Previous stable releases; should be upgraded to 3.3.x.</td> + </tr> + <tr> + <td>3.3.x</td> + <td>3.0.0</td> + <td>Current stable release.</td> + </tr> +</table> +<h1>Downloading the GnuTLS library</h1> + All the new releases are signed with <a href="http://members.hellug.gr/nmav/pgpkeys.asc">Nikos'</a> - or <a href="http://josefsson.org/key.txt">Simon's</a> OpenPGP key. + OpenPGP key. <table class="news" border="0" cellspacing="1" width="80%" summary=""> <tr> - <th>Release:</th> - <th>Version:</th> - <th>Location:</th> + <th>Release</th> + <th>Version</th> + <th>Location</th> </tr> <tr> <td>stable</td><td>3.3.x</td> @@ -115,15 +138,13 @@ <td><a href="http://www.linux.gr">HELLUG</a></td> </tr> --> </table> -</div> </p> <p> -<h2>GnuTLS for Windows</h2> -<div align="center"> +<h1>GnuTLS for Windows</h1> <table class="news" border="0" cellspacing="1" width="80%" summary=""> <tr> - <th>Description:</th> - <th>Location:</th> + <th>Description</th> + <th>Location</th> </tr> <tr> <td>Latest precompiled version</td> @@ -143,15 +164,13 @@ </tr> --> </table> -</div> </p> <p> -<h2>GnuTLS in other languages than C</h2> -<div align="center"> +<h1>GnuTLS in other languages than C</h1> <table class="news" border="0" cellspacing="1" width="80%" summary=""> <tr> - <th>Language:</th> - <th>Location:</th> + <th>Language</th> + <th>Location</th> </tr> <tr> <td>C++</td> |