Author: danielsh
Date: Mon Jul  3 12:56:44 2017
New Revision: 1800677

URL: http://svn.apache.org/viewvc?rev=1800677&view=rev
Log:
release.py: Emit sha512 information in download pages.

* tools/dist/templates/download.ezt:
    Add sha512 information, as now present on the site.

Modified:
    subversion/trunk/tools/dist/templates/download.ezt

Modified: subversion/trunk/tools/dist/templates/download.ezt
URL: 
http://svn.apache.org/viewvc/subversion/trunk/tools/dist/templates/download.ezt?rev=1800677&r1=1800676&r2=1800677&view=diff
==============================================================================
--- subversion/trunk/tools/dist/templates/download.ezt (original)
+++ subversion/trunk/tools/dist/templates/download.ezt Mon Jul  3 12:56:44 2017
@@ -3,11 +3,15 @@
 <tr>
   <th>File</th>
   <th>Checksum (SHA1)</th>
+  <th>Checksum (SHA512)</th>
   <th>Signatures</th>
 </tr>
 [for fileinfo]<tr>
   <td><a 
href="[[]preferred]subversion/[fileinfo.filename]">[fileinfo.filename]</a></td>
   <td class="checksum">[fileinfo.sha1]</td>
+  <!-- The sha512 line does not have a class="checksum" since the link needn't
+       be rendered in monospace. -->
+  <td>[<a 
href="http://www.apache.org/dist/subversion/[fileinfo.filename].sha512";>SHA-512</a>]</td>
   <td>[<a 
href="http://www.apache.org/dist/subversion/[fileinfo.filename].asc";>PGP</a>]</td>
 </tr>[end]
 </table>


Reply via email to