(update) src/site for 1.12

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/branches/1_12@1849877 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/site/xdoc/download_codec.xml b/src/site/xdoc/download_codec.xml
index e556bb7..48b4c45 100644
--- a/src/site/xdoc/download_codec.xml
+++ b/src/site/xdoc/download_codec.xml
@@ -102,7 +102,7 @@
         It is essential that you
         <a href="https://www.apache.org/info/verification.html">verify the integrity</a>
         of downloaded files, preferably using the <code>PGP</code> signature (<code>*.asc</code> files);
-        failing that using the <code>MD5</code> hash (<code>*.md5</code> checksum files).
+        failing that using the <code>SHA256</code> hash (<code>*.sha256</code> checksum files).
       </p>
       <p>
         The <a href="https://www.apache.org/dist/commons/KEYS">KEYS</a>
@@ -111,32 +111,32 @@
       </p>
     </subsection>
     </section>
-    <section name="Apache Commons Codec 1.11 ">
+    <section name="Apache Commons Codec 1.12 ">
       <subsection name="Binaries">
         <table>
           <tr>
-              <td><a href="[preferred]/commons/codec/binaries/commons-codec-1.11-bin.tar.gz">commons-codec-1.11-bin.tar.gz</a></td>
-              <td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.11-bin.tar.gz.md5">md5</a></td>
-              <td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.11-bin.tar.gz.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/codec/binaries/commons-codec-1.12-bin.tar.gz">commons-codec-1.12-bin.tar.gz</a></td>
+              <td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.12-bin.tar.gz.sha256">sha256</a></td>
+              <td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.12-bin.tar.gz.asc">pgp</a></td>
           </tr>
           <tr>
-              <td><a href="[preferred]/commons/codec/binaries/commons-codec-1.11-bin.zip">commons-codec-1.11-bin.zip</a></td>
-              <td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.11-bin.zip.md5">md5</a></td>
-              <td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.11-bin.zip.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/codec/binaries/commons-codec-1.12-bin.zip">commons-codec-1.12-bin.zip</a></td>
+              <td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.12-bin.zip.sha256">sha256</a></td>
+              <td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.12-bin.zip.asc">pgp</a></td>
           </tr>
         </table>
       </subsection>
       <subsection name="Source">
         <table>
           <tr>
-              <td><a href="[preferred]/commons/codec/source/commons-codec-1.11-src.tar.gz">commons-codec-1.11-src.tar.gz</a></td>
-              <td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.11-src.tar.gz.md5">md5</a></td>
-              <td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.11-src.tar.gz.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/codec/source/commons-codec-1.12-src.tar.gz">commons-codec-1.12-src.tar.gz</a></td>
+              <td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.12-src.tar.gz.sha256">sha256</a></td>
+              <td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.12-src.tar.gz.asc">pgp</a></td>
           </tr>
           <tr>
-              <td><a href="[preferred]/commons/codec/source/commons-codec-1.11-src.zip">commons-codec-1.11-src.zip</a></td>
-              <td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.11-src.zip.md5">md5</a></td>
-              <td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.11-src.zip.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/codec/source/commons-codec-1.12-src.zip">commons-codec-1.12-src.zip</a></td>
+              <td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.12-src.zip.sha256">sha256</a></td>
+              <td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.12-src.zip.asc">pgp</a></td>
           </tr>
         </table>
       </subsection>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 3fc7c5a..f57f7e3 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -72,6 +72,7 @@
 </p>
 <ul>
   <li><a href="apidocs/index.html">Javadoc trunk</a></li>
+  <li><a href="archives/1.12/apidocs/index.html">Javadoc 1.12</a></li>
   <li><a href="archives/1.11/apidocs/index.html">Javadoc 1.11</a></li>
   <li><a href="archives/1.10/apidocs/index.html">Javadoc 1.10</a></li>
   <li><a href="archives/1.9/apidocs/index.html">Javadoc 1.9</a></li>
@@ -86,7 +87,8 @@
 <!-- ================================================== -->
 <section name="Releases">
 <ul>
-  <li><a href="http://commons.apache.org/codec/download_codec.cgi">Codec 1.11 (mirrors)</a> requires Java 1.6</li>
+  <li><a href="http://commons.apache.org/codec/download_codec.cgi">Codec 1.12 (mirrors)</a> requires Java 1.7</li>
+  <li><a href="http://archive.apache.org/dist/commons/codec/">Codec 1.11 (archives)</a> requires Java 1.6</li>
   <li><a href="http://archive.apache.org/dist/commons/codec/">Codec 1.10 (archives)</a> requires Java 1.6</li>
   <li><a href="http://archive.apache.org/dist/commons/codec/">Codec 1.9 (archives)</a> requires Java 1.6</li>
   <li><a href="http://archive.apache.org/dist/commons/codec/">Codec 1.8 (archives)</a> requires Java 1.6</li>