Author: jerry Date: 2005-09-30 14:45:25 +0000 (Fri, 30 Sep 2005) New Revision: 819
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=819 Log: fix name of bittorrent file formatting on patches table Modified: trunk/index.html trunk/patches/index.html Changeset: Modified: trunk/index.html =================================================================== --- trunk/index.html 2005-09-30 14:39:28 UTC (rev 818) +++ trunk/index.html 2005-09-30 14:45:25 UTC (rev 819) @@ -37,7 +37,7 @@ shortly.</p> <p>Samba 3.0.20a is also available via BitTorrent - (<a href="http://torrent.samba.org/samba/ftp/samba-3.0.20a.tar.gz.torrent">samba-3.0.20.tar.gz.torrent</a>). + (<a href="http://torrent.samba.org/samba/ftp/samba-3.0.20a.tar.gz.torrent">samba-3.0.20a.tar.gz.torrent</a>). Note that when downloading via BitTorrent, you are encouraged to verify the resulting uncompressed tarball's <a href="/samba/ftp/stable/samba-3.0.20a.tar.asc">GPG signature</a>.</p> Modified: trunk/patches/index.html =================================================================== --- trunk/patches/index.html 2005-09-30 14:39:28 UTC (rev 818) +++ trunk/patches/index.html 2005-09-30 14:45:25 UTC (rev 819) @@ -52,10 +52,16 @@ <tr> <td><em>Patch</em></td><td><em>Description</em></td> </tr> + <tr> + <td>None</td> + <td>No patches available at this time</td> + </tr> </tbody> </table> +<p> </p> + <table class="real"> <thead>
