You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by rs...@apache.org on 2020/06/30 15:49:51 UTC

svn commit: r1879372 - in /avro/site: author/content/xdocs/releases.xml publish/credits.html publish/index.html publish/irc.html publish/issue_tracking.html publish/linkmap.html publish/mailing_lists.html publish/releases.html publish/version_control.html

Author: rskraba
Date: Tue Jun 30 15:49:51 2020
New Revision: 1879372

URL: http://svn.apache.org/viewvc?rev=1879372&view=rev
Log:
Adding documentation for release 1.10.0.

Modified:
    avro/site/author/content/xdocs/releases.xml
    avro/site/publish/credits.html
    avro/site/publish/index.html
    avro/site/publish/irc.html
    avro/site/publish/issue_tracking.html
    avro/site/publish/linkmap.html
    avro/site/publish/mailing_lists.html
    avro/site/publish/releases.html
    avro/site/publish/version_control.html

Modified: avro/site/author/content/xdocs/releases.xml
URL: http://svn.apache.org/viewvc/avro/site/author/content/xdocs/releases.xml?rev=1879372&r1=1879371&r2=1879372&view=diff
==============================================================================
--- avro/site/author/content/xdocs/releases.xml (original)
+++ avro/site/author/content/xdocs/releases.xml Tue Jun 30 15:49:51 2020
@@ -13,6 +13,11 @@
     <section>
       <title>News</title>
       <section>
+        <title>29 June 2020: Avro 1.10.0 Released</title>
+        <p>A new release of Avro is now available.  To download
+        it, use the "Download" link below.</p>
+      </section>
+      <section>
         <title>12 February 2020: Avro 1.9.2 Released</title>
         <p>A new release of Avro is now available.  To download,
         it, use the "Download" link below.</p>
@@ -182,12 +187,13 @@
     <section>
       <title>Download</title>
       <p>Releases may be downloaded from Apache mirrors:
-        <a href="http://www.apache.org/dyn/closer.cgi/avro/"><strong><strong>Download</strong></strong></a>
+        <a href="https://www.apache.org/dyn/closer.cgi/avro/"><strong><strong>Download</strong></strong></a>
       </p>
 
-      <p>On the mirror, all recent releases are available, but are not
-      guaranteed to be stable. For stable releases, look in the stable
-      directory.
+      <p>The latest release is:
+        <a href="https://www.apache.org/dyn/closer.cgi/avro/avro-1.10.0/avro-src-1.10.0.tar.gz"><strong>Avro 1.10.0</strong></a> (3.4M, source,
+        <a href="https://downloads.apache.org/avro/avro-1.10.0/avro-src-1.10.0.tar.gz.asc">pgp</a>,
+        <a href="https://downloads.apache.org/avro/avro-1.10.0/avro-src-1.10.0.tar.gz.sha512">sha512</a>)
       </p>
 
     </section>
@@ -200,6 +206,73 @@
       </p>
 
     </section>
+
+    <section>
+      <title>Verifying a release</title>
+
+      <p>It is essential that you verify the integrity of the downloaded files
+      using the PGP signatures or SHA512 checksums. Please read 
+      <a href="https://www.apache.org/info/verification.html">How to verify
+      downloaded files</a> for more information on why you should verify our
+      releases.
+      </p>
+
+      <p>The PGP signatures can be verified using PGP or GPG. First download
+      the <a href="https://downloads.apache.org/avro/KEYS">KEYS</a> file as well as the .asc signature files for the relevant
+      release packages. Make sure you get these files from the main
+      distribution directory, rather than from a mirror. Then verify the 
+      signatures using:
+      </p>
+
+<source>
+% gpg --import KEYS
+% gpg --verify downloaded_file.asc downloaded_file
+</source>
+
+      <p>or
+      </p>
+
+
+<source>
+% pgpk -a KEYS
+% pgpv downloaded_file.asc
+</source>
+
+      <p>or</p>
+
+<source>
+% pgp -ka KEYS
+% pgp downloaded_file.asc
+</source>
+
+      <p>Alternatively, you can verify the hash on the file.
+      </p>
+
+      <p>Hashes can be calculated using GPG:
+      </p>
+
+<source>
+% gpg --print-md SHA256 downloaded_file
+</source>
+
+      <p>The output should be compared with the contents of the SHA256 file. 
+      Similarly for other hashes (SHA512, SHA1, MD5 etc) which may be provided.
+      </p>
+
+      <p>Windows 7 and later systems should all now have certUtil:
+      </p>
+
+<source>
+% certUtil -hashfile pathToFileToCheck
+</source>
+
+      <p>HashAlgorithm choices: MD2 MD4 MD5 SHA1 SHA256 SHA384 SHA512
+      </p>
+
+      <p>Unix-like systems (and macOS) will have a utility called md5, md5sum or shasum.
+      </p>
+
+    </section>
 
   </body>
 

Modified: avro/site/publish/credits.html
URL: http://svn.apache.org/viewvc/avro/site/publish/credits.html?rev=1879372&r1=1879371&r2=1879372&view=diff
==============================================================================
--- avro/site/publish/credits.html (original)
+++ avro/site/publish/credits.html Tue Jun 30 15:49:51 2020
@@ -46,25 +46,13 @@
 <!--+
     |start Project Logo
     +-->
-<div class="projectlogo">
+<div class="projectlogoA1">
 <a href="http://avro.apache.org/"><img class="logoImage" alt="Avro" src="images/avro-logo.png" title="Avro, a serialization system"></a>
 </div>
 <!--+
     |end Project Logo
     +-->
 <!--+
-    |start Search
-    +-->
-<div class="searchbox">
-<form action="http://search-hadoop.com/avro" method="get">
-<input onFocus="getBlank (this, 'Search with Apache Solr');" size="25" name="q" id="query" type="text" value="Search with Apache Solr">&nbsp;
-		  <input value="Search" type="submit">
-</form>
-</div>
-<!--+
-    |end search
-    +-->
-<!--+
     |start Tabs
     +-->
 <ul id="tabs">

Modified: avro/site/publish/index.html
URL: http://svn.apache.org/viewvc/avro/site/publish/index.html?rev=1879372&r1=1879371&r2=1879372&view=diff
==============================================================================
--- avro/site/publish/index.html (original)
+++ avro/site/publish/index.html Tue Jun 30 15:49:51 2020
@@ -46,25 +46,13 @@
 <!--+
     |start Project Logo
     +-->
-<div class="projectlogo">
+<div class="projectlogoA1">
 <a href="http://avro.apache.org/"><img class="logoImage" alt="Avro" src="images/avro-logo.png" title="Avro, a serialization system"></a>
 </div>
 <!--+
     |end Project Logo
     +-->
 <!--+
-    |start Search
-    +-->
-<div class="searchbox">
-<form action="http://search-hadoop.com/avro" method="get">
-<input onFocus="getBlank (this, 'Search with Apache Solr');" size="25" name="q" id="query" type="text" value="Search with Apache Solr">&nbsp;
-		  <input value="Search" type="submit">
-</form>
-</div>
-<!--+
-    |end search
-    +-->
-<!--+
     |start Tabs
     +-->
 <ul id="tabs">

Modified: avro/site/publish/irc.html
URL: http://svn.apache.org/viewvc/avro/site/publish/irc.html?rev=1879372&r1=1879371&r2=1879372&view=diff
==============================================================================
--- avro/site/publish/irc.html (original)
+++ avro/site/publish/irc.html Tue Jun 30 15:49:51 2020
@@ -46,25 +46,13 @@
 <!--+
     |start Project Logo
     +-->
-<div class="projectlogo">
+<div class="projectlogoA1">
 <a href="http://avro.apache.org/"><img class="logoImage" alt="Avro" src="images/avro-logo.png" title="Avro, a serialization system"></a>
 </div>
 <!--+
     |end Project Logo
     +-->
 <!--+
-    |start Search
-    +-->
-<div class="searchbox">
-<form action="http://search-hadoop.com/avro" method="get">
-<input onFocus="getBlank (this, 'Search with Apache Solr');" size="25" name="q" id="query" type="text" value="Search with Apache Solr">&nbsp;
-		  <input value="Search" type="submit">
-</form>
-</div>
-<!--+
-    |end search
-    +-->
-<!--+
     |start Tabs
     +-->
 <ul id="tabs">

Modified: avro/site/publish/issue_tracking.html
URL: http://svn.apache.org/viewvc/avro/site/publish/issue_tracking.html?rev=1879372&r1=1879371&r2=1879372&view=diff
==============================================================================
--- avro/site/publish/issue_tracking.html (original)
+++ avro/site/publish/issue_tracking.html Tue Jun 30 15:49:51 2020
@@ -46,25 +46,13 @@
 <!--+
     |start Project Logo
     +-->
-<div class="projectlogo">
+<div class="projectlogoA1">
 <a href="http://avro.apache.org/"><img class="logoImage" alt="Avro" src="images/avro-logo.png" title="Avro, a serialization system"></a>
 </div>
 <!--+
     |end Project Logo
     +-->
 <!--+
-    |start Search
-    +-->
-<div class="searchbox">
-<form action="http://search-hadoop.com/avro" method="get">
-<input onFocus="getBlank (this, 'Search with Apache Solr');" size="25" name="q" id="query" type="text" value="Search with Apache Solr">&nbsp;
-		  <input value="Search" type="submit">
-</form>
-</div>
-<!--+
-    |end search
-    +-->
-<!--+
     |start Tabs
     +-->
 <ul id="tabs">

Modified: avro/site/publish/linkmap.html
URL: http://svn.apache.org/viewvc/avro/site/publish/linkmap.html?rev=1879372&r1=1879371&r2=1879372&view=diff
==============================================================================
--- avro/site/publish/linkmap.html (original)
+++ avro/site/publish/linkmap.html Tue Jun 30 15:49:51 2020
@@ -46,25 +46,13 @@
 <!--+
     |start Project Logo
     +-->
-<div class="projectlogo">
+<div class="projectlogoA1">
 <a href="http://avro.apache.org/"><img class="logoImage" alt="Avro" src="images/avro-logo.png" title="Avro, a serialization system"></a>
 </div>
 <!--+
     |end Project Logo
     +-->
 <!--+
-    |start Search
-    +-->
-<div class="searchbox">
-<form action="http://search-hadoop.com/avro" method="get">
-<input onFocus="getBlank (this, 'Search with Apache Solr');" size="25" name="q" id="query" type="text" value="Search with Apache Solr">&nbsp;
-		  <input value="Search" type="submit">
-</form>
-</div>
-<!--+
-    |end search
-    +-->
-<!--+
     |start Tabs
     +-->
 <ul id="tabs">

Modified: avro/site/publish/mailing_lists.html
URL: http://svn.apache.org/viewvc/avro/site/publish/mailing_lists.html?rev=1879372&r1=1879371&r2=1879372&view=diff
==============================================================================
--- avro/site/publish/mailing_lists.html (original)
+++ avro/site/publish/mailing_lists.html Tue Jun 30 15:49:51 2020
@@ -46,25 +46,13 @@
 <!--+
     |start Project Logo
     +-->
-<div class="projectlogo">
+<div class="projectlogoA1">
 <a href="http://avro.apache.org/"><img class="logoImage" alt="Avro" src="images/avro-logo.png" title="Avro, a serialization system"></a>
 </div>
 <!--+
     |end Project Logo
     +-->
 <!--+
-    |start Search
-    +-->
-<div class="searchbox">
-<form action="http://search-hadoop.com/avro" method="get">
-<input onFocus="getBlank (this, 'Search with Apache Solr');" size="25" name="q" id="query" type="text" value="Search with Apache Solr">&nbsp;
-		  <input value="Search" type="submit">
-</form>
-</div>
-<!--+
-    |end search
-    +-->
-<!--+
     |start Tabs
     +-->
 <ul id="tabs">
@@ -189,11 +177,14 @@ document.write("Last Published: " + docu
 <a href="#Developers">Developers</a>
 </li>
 <li>
+<a href="#Issues">Issues</a>
+</li>
+<li>
 <a href="#Commits">Commits</a>
 </li>
 </ul>
 </div>
-  
+
     
 <a name="N1000D"></a><a name="Users"></a>
 <h2 class="h3">Users</h2>
@@ -214,11 +205,7 @@ document.write("Last Published: " + docu
 </li>
         
 <li>
-<a href="http://search-hadoop.com/?q=&amp;fc_project=Avro">Search List Archive</a>
-</li>
-        
-<li>
-<a href="http://mail-archives.apache.org/mod_mbox/avro-user/">Archives</a>
+<a href="https://lists.apache.org/list.html?user@avro.apache.org">Archives</a>
 </li>
       
 </ul>
@@ -227,9 +214,9 @@ document.write("Last Published: " + docu
 <div class="content">In order to post to the list, it is necessary to first subscribe to it.</div>
 </div>
 </div>
-  
+
     
-<a name="N10038"></a><a name="Developers"></a>
+<a name="N10033"></a><a name="Developers"></a>
 <h2 class="h3">Developers</h2>
 <div class="section">
 <p>If you'd like to contribute to Avro, please subscribe to the
@@ -249,11 +236,7 @@ document.write("Last Published: " + docu
 </li>
         
 <li>
-<a href="http://search-hadoop.com/?q=&amp;fc_project=Avro">Search List Archive</a>
-</li>
-        
-<li>
-<a href="http://mail-archives.apache.org/mod_mbox/avro-dev/">Archives</a>
+<a href="https://lists.apache.org/list.html?dev@avro.apache.org">Archives</a>
 </li>
       
 </ul>
@@ -262,9 +245,32 @@ document.write("Last Published: " + docu
 <div class="content">In order to post to the list, it is necessary to first subscribe to it.</div>
 </div>
 </div>
-  
+
+    
+<a name="N10059"></a><a name="Issues"></a>
+<h2 class="h3">Issues</h2>
+<div class="section">
+<p>If you'd like to see notifications related to Avro bugs and pull requests, then subscribe
+      to the Avro issues mailing list.</p>
+<ul>
+        
+<li>
+<a href="mailto:commits-subscribe@avro.apache.org">Subscribe to List</a>
+</li>
+        
+<li>
+<a href="mailto:commits-unsubscribe@avro.apache.org">Unsubscribe from List</a>
+</li>
+        
+<li>
+<a href="https://lists.apache.org/list.html?commits@avro.apache.org">Archives</a>
+</li>
+      
+</ul>
+</div>
+
     
-<a name="N10063"></a><a name="Commits"></a>
+<a name="N10075"></a><a name="Commits"></a>
 <h2 class="h3">Commits</h2>
 <div class="section">
 <p>If you'd like to see changes made in Avro's <a href="version_control.html">version control system</a>
@@ -280,7 +286,7 @@ document.write("Last Published: " + docu
 </li>
         
 <li>
-<a href="http://mail-archives.apache.org/mod_mbox/avro-commits/">Archives</a>
+<a href="https://lists.apache.org/list.html?commits@avro.apache.org">Archives</a>
 </li>
       
 </ul>

Modified: avro/site/publish/releases.html
URL: http://svn.apache.org/viewvc/avro/site/publish/releases.html?rev=1879372&r1=1879371&r2=1879372&view=diff
==============================================================================
--- avro/site/publish/releases.html (original)
+++ avro/site/publish/releases.html Tue Jun 30 15:49:51 2020
@@ -46,25 +46,13 @@
 <!--+
     |start Project Logo
     +-->
-<div class="projectlogo">
+<div class="projectlogoA1">
 <a href="http://avro.apache.org/"><img class="logoImage" alt="Avro" src="images/avro-logo.png" title="Avro, a serialization system"></a>
 </div>
 <!--+
     |end Project Logo
     +-->
 <!--+
-    |start Search
-    +-->
-<div class="searchbox">
-<form action="http://search-hadoop.com/avro" method="get">
-<input onFocus="getBlank (this, 'Search with Apache Solr');" size="25" name="q" id="query" type="text" value="Search with Apache Solr">&nbsp;
-		  <input value="Search" type="submit">
-</form>
-</div>
-<!--+
-    |end search
-    +-->
-<!--+
     |start Tabs
     +-->
 <ul id="tabs">
@@ -186,6 +174,9 @@ document.write("Last Published: " + docu
 <a href="#News">News</a>
 <ul class="minitoc">
 <li>
+<a href="#29+June+2020%3A+Avro+1.10.0+Released">29 June 2020: Avro 1.10.0 Released</a>
+</li>
+<li>
 <a href="#12+February+2020%3A+Avro+1.9.2+Released">12 February 2020: Avro 1.9.2 Released</a>
 </li>
 <li>
@@ -292,162 +283,170 @@ document.write("Last Published: " + docu
 <li>
 <a href="#Release+Notes">Release Notes</a>
 </li>
+<li>
+<a href="#Verifying+a+release">Verifying a release</a>
+</li>
 </ul>
 </div>
     
 <a name="N1000D"></a><a name="News"></a>
 <h2 class="h3">News</h2>
 <div class="section">
-<a name="N10013"></a><a name="12+February+2020%3A+Avro+1.9.2+Released"></a>
+<a name="N10013"></a><a name="29+June+2020%3A+Avro+1.10.0+Released"></a>
+<h3 class="h4">29 June 2020: Avro 1.10.0 Released</h3>
+<p>A new release of Avro is now available.  To download
+        it, use the "Download" link below.</p>
+<a name="N1001D"></a><a name="12+February+2020%3A+Avro+1.9.2+Released"></a>
 <h3 class="h4">12 February 2020: Avro 1.9.2 Released</h3>
 <p>A new release of Avro is now available.  To download,
         it, use the "Download" link below.</p>
-<a name="N1001D"></a><a name="2+September+2019%3A+Avro+1.9.1+Released"></a>
+<a name="N10027"></a><a name="2+September+2019%3A+Avro+1.9.1+Released"></a>
 <h3 class="h4">2 September 2019: Avro 1.9.1 Released</h3>
 <p>A new release of Avro is now available.  To download,
         it, use the "Download" link below.</p>
-<a name="N10027"></a><a name="14+May+2019%3A+Avro+1.9.0+Released"></a>
+<a name="N10031"></a><a name="14+May+2019%3A+Avro+1.9.0+Released"></a>
 <h3 class="h4">14 May 2019: Avro 1.9.0 Released</h3>
 <p>A new release of Avro is now available.  To download,
         it, use the "Download" link below.</p>
-<a name="N10031"></a><a name="20+May+2017%3A+Avro+1.8.2+Released"></a>
+<a name="N1003B"></a><a name="20+May+2017%3A+Avro+1.8.2+Released"></a>
 <h3 class="h4">20 May 2017: Avro 1.8.2 Released</h3>
 <p>A new release of Avro is now available.  To download,
         it, use the "Download" link below.</p>
-<a name="N1003B"></a><a name="19+May+2016%3A+Avro+1.8.1+Released"></a>
+<a name="N10045"></a><a name="19+May+2016%3A+Avro+1.8.1+Released"></a>
 <h3 class="h4">19 May 2016: Avro 1.8.1 Released</h3>
 <p>A new release of Avro is now available.  To download,
         it, use the "Download" link below.</p>
-<a name="N10045"></a><a name="29+January+2016%3A+Avro+1.8.0+Released"></a>
+<a name="N1004F"></a><a name="29+January+2016%3A+Avro+1.8.0+Released"></a>
 <h3 class="h4">29 January 2016: Avro 1.8.0 Released</h3>
 <p>A new release of Avro is now available.  To download,
         it, use the "Download" link below.</p>
-<a name="N1004F"></a><a name="23+July+2014%3A+Avro+1.7.7+Released"></a>
+<a name="N10059"></a><a name="23+July+2014%3A+Avro+1.7.7+Released"></a>
 <h3 class="h4">23 July 2014: Avro 1.7.7 Released</h3>
 <p>A new release of Avro is now available.  To download,
         it, use the "Download" link below.</p>
-<a name="N10059"></a><a name="22+January+2014%3A+Avro+1.7.6+Released"></a>
+<a name="N10063"></a><a name="22+January+2014%3A+Avro+1.7.6+Released"></a>
 <h3 class="h4">22 January 2014: Avro 1.7.6 Released</h3>
 <p>A new release of Avro is now available.  To download,
         it, use the "Download" link below.</p>
-<a name="N10063"></a><a name="19+August+2013%3A+Avro+1.7.5+Released"></a>
+<a name="N1006D"></a><a name="19+August+2013%3A+Avro+1.7.5+Released"></a>
 <h3 class="h4">19 August 2013: Avro 1.7.5 Released</h3>
 <p>A new release of Avro is now available.  To download,
         it, use the "Download" link below.</p>
-<a name="N1006D"></a><a name="26+February+2013%3A+Avro+1.7.4+Released"></a>
+<a name="N10077"></a><a name="26+February+2013%3A+Avro+1.7.4+Released"></a>
 <h3 class="h4">26 February 2013: Avro 1.7.4 Released</h3>
 <p>A new release of Avro is now available.  To download,
         it, use the "Download" link below.</p>
-<a name="N10077"></a><a name="7+December+2012%3A+Avro+1.7.3+Released"></a>
+<a name="N10081"></a><a name="7+December+2012%3A+Avro+1.7.3+Released"></a>
 <h3 class="h4">7 December 2012: Avro 1.7.3 Released</h3>
 <p>A new release of Avro is now available.  To download,
         it, use the "Download" link below.</p>
-<a name="N10081"></a><a name="25+September+2012%3A+Avro+1.7.2+Released"></a>
+<a name="N1008B"></a><a name="25+September+2012%3A+Avro+1.7.2+Released"></a>
 <h3 class="h4">25 September 2012: Avro 1.7.2 Released</h3>
 <p>A new release of Avro is now available.  To download,
         it, use the "Download" link below.</p>
-<a name="N1008B"></a><a name="18+July+2012%3A+Avro+1.7.1+Released"></a>
+<a name="N10095"></a><a name="18+July+2012%3A+Avro+1.7.1+Released"></a>
 <h3 class="h4">18 July 2012: Avro 1.7.1 Released</h3>
 <p>A new release of Avro is now available.  To download,
         it, use the "Download" link below.</p>
-<a name="N10095"></a><a name="11+June+2012%3A+Avro+1.7.0+Released"></a>
+<a name="N1009F"></a><a name="11+June+2012%3A+Avro+1.7.0+Released"></a>
 <h3 class="h4">11 June 2012: Avro 1.7.0 Released</h3>
 <p>A new release of Avro is now available.  To download,
         it, use the "Download" link below.</p>
-<a name="N1009F"></a><a name="19+March+2012%3A+Avro+1.6.3+Released"></a>
+<a name="N100A9"></a><a name="19+March+2012%3A+Avro+1.6.3+Released"></a>
 <h3 class="h4">19 March 2012: Avro 1.6.3 Released</h3>
 <p>A new release of Avro is now available.  To download,
         it, use the "Download" link below.</p>
-<a name="N100A9"></a><a name="14+February+2012%3A+Avro+1.6.2+Released"></a>
+<a name="N100B3"></a><a name="14+February+2012%3A+Avro+1.6.2+Released"></a>
 <h3 class="h4">14 February 2012: Avro 1.6.2 Released</h3>
 <p>A new release of Avro is now available.  To download,
         it, use the "Download" link below.</p>
-<a name="N100B3"></a><a name="14+November+2011%3A+Avro+1.6.1+Released"></a>
+<a name="N100BD"></a><a name="14+November+2011%3A+Avro+1.6.1+Released"></a>
 <h3 class="h4">14 November 2011: Avro 1.6.1 Released</h3>
 <p>A new release of Avro is now available.  To download,
         it, use the "Download" link below.</p>
-<a name="N100BD"></a><a name="2+November+2011%3A+Avro+1.6.0+Released"></a>
+<a name="N100C7"></a><a name="2+November+2011%3A+Avro+1.6.0+Released"></a>
 <h3 class="h4">2 November 2011: Avro 1.6.0 Released</h3>
 <p>A new release of Avro is now available.  To download,
         it, use the "Download" link below.</p>
-<a name="N100C7"></a><a name="12+September+2011%3A+Avro+1.5.4+Released"></a>
+<a name="N100D1"></a><a name="12+September+2011%3A+Avro+1.5.4+Released"></a>
 <h3 class="h4">12 September 2011: Avro 1.5.4 Released</h3>
 <p>A new release of Avro is now available.  To download,
         it, use the "Download" link below.</p>
-<a name="N100D1"></a><a name="29+August+2011%3A+Avro+1.5.3+Released"></a>
+<a name="N100DB"></a><a name="29+August+2011%3A+Avro+1.5.3+Released"></a>
 <h3 class="h4">29 August 2011: Avro 1.5.3 Released</h3>
 <p>A new release of Avro is now available.  To download,
         it, use the "Download" link below.</p>
-<a name="N100DB"></a><a name="12+August+2011%3A+Avro+1.5.2+Released"></a>
+<a name="N100E5"></a><a name="12+August+2011%3A+Avro+1.5.2+Released"></a>
 <h3 class="h4">12 August 2011: Avro 1.5.2 Released</h3>
 <p>A new release of Avro is now available.  To download,
         it, use the "Download" link below.</p>
-<a name="N100E5"></a><a name="6+May+2011%3A+Avro+1.5.1+Released"></a>
+<a name="N100EF"></a><a name="6+May+2011%3A+Avro+1.5.1+Released"></a>
 <h3 class="h4">6 May 2011: Avro 1.5.1 Released</h3>
 <p>A new release of Avro is now available.  To download,
         it, use the "Download" link below.</p>
-<a name="N100EF"></a><a name="11+March+2011%3A+Avro+1.5.0+Released"></a>
+<a name="N100F9"></a><a name="11+March+2011%3A+Avro+1.5.0+Released"></a>
 <h3 class="h4">11 March 2011: Avro 1.5.0 Released</h3>
 <p>A new release of Avro is now available.  To download,
         it, use the "Download" link below.</p>
-<a name="N100F9"></a><a name="13+October+2010%3A+Avro+1.4.1+Released"></a>
+<a name="N10103"></a><a name="13+October+2010%3A+Avro+1.4.1+Released"></a>
 <h3 class="h4">13 October 2010: Avro 1.4.1 Released</h3>
 <p>A new release of Avro is now available.  To download,
         it, use the "Download" link below.</p>
-<a name="N10103"></a><a name="8+September+2010%3A+Avro+1.4.0+Released"></a>
+<a name="N1010D"></a><a name="8+September+2010%3A+Avro+1.4.0+Released"></a>
 <h3 class="h4">8 September 2010: Avro 1.4.0 Released</h3>
 <p>A new release of Avro is now available.  To download,
         it, use the "Download" link below.</p>
-<a name="N1010D"></a><a name="7+June+2010%3A+Avro+1.3.3+Released"></a>
+<a name="N10117"></a><a name="7+June+2010%3A+Avro+1.3.3+Released"></a>
 <h3 class="h4">7 June 2010: Avro 1.3.3 Released</h3>
 <p>A new release of Avro is now available.  To download,
         it, use the "Download" link below.</p>
-<a name="N10117"></a><a name="31+March+2010%3A+Avro+1.3.2+Released"></a>
+<a name="N10121"></a><a name="31+March+2010%3A+Avro+1.3.2+Released"></a>
 <h3 class="h4">31 March 2010: Avro 1.3.2 Released</h3>
 <p>A new release of Avro is now available.  To download,
         it, use the "Download" link below.</p>
-<a name="N10121"></a><a name="19+March+2010%3A+Avro+1.3.1+Released"></a>
+<a name="N1012B"></a><a name="19+March+2010%3A+Avro+1.3.1+Released"></a>
 <h3 class="h4">19 March 2010: Avro 1.3.1 Released</h3>
 <p>A new release of Avro is now available.  To download,
         it, use the "Download" link below.</p>
-<a name="N1012B"></a><a name="26+February+2010%3A+Avro+1.3.0+Released"></a>
+<a name="N10135"></a><a name="26+February+2010%3A+Avro+1.3.0+Released"></a>
 <h3 class="h4">26 February 2010: Avro 1.3.0 Released</h3>
 <p>A new release of Avro is now available.  To download,
         it, use the "Download" link below.</p>
-<a name="N10135"></a><a name="15+October+2009%3A+Avro+1.2.0+Released"></a>
+<a name="N1013F"></a><a name="15+October+2009%3A+Avro+1.2.0+Released"></a>
 <h3 class="h4">15 October 2009: Avro 1.2.0 Released</h3>
 <p>A new release of Avro is now available.  To download,
         it, use the "Download" link below.</p>
-<a name="N1013F"></a><a name="15+September+2009%3A+Avro+1.1.0+Released"></a>
+<a name="N10149"></a><a name="15+September+2009%3A+Avro+1.1.0+Released"></a>
 <h3 class="h4">15 September 2009: Avro 1.1.0 Released</h3>
 <p>A new release of Avro is now available.  To download,
         it, use the "Download" link below.</p>
-<a name="N10149"></a><a name="15+July+2009%3A+Avro+1.0.0+Released"></a>
+<a name="N10153"></a><a name="15+July+2009%3A+Avro+1.0.0+Released"></a>
 <h3 class="h4">15 July 2009: Avro 1.0.0 Released</h3>
 <p>The first release of Avro is now available.  To download,
         it, use the "Download" link below.</p>
-<a name="N10153"></a><a name="10+April+2009%3A+Avro+joins+Apache"></a>
+<a name="N1015D"></a><a name="10+April+2009%3A+Avro+joins+Apache"></a>
 <h3 class="h4">10 April 2009: Avro joins Apache</h3>
 <p>Avro has joined the Apache Software Foundataion as a Hadoop
         subproject.</p>
 </div>
 
     
-<a name="N1015E"></a><a name="Download"></a>
+<a name="N10168"></a><a name="Download"></a>
 <h2 class="h3">Download</h2>
 <div class="section">
 <p>Releases may be downloaded from Apache mirrors:
-        <a href="http://www.apache.org/dyn/closer.cgi/avro/"><strong><strong>Download</strong></strong></a>
+        <a href="https://www.apache.org/dyn/closer.cgi/avro/"><strong><strong>Download</strong></strong></a>
       
 </p>
-<p>On the mirror, all recent releases are available, but are not
-      guaranteed to be stable. For stable releases, look in the stable
-      directory.
+<p>The latest release is:
+        <a href="https://www.apache.org/dyn/closer.cgi/avro/avro-1.10.0/avro-src-1.10.0.tar.gz"><strong>Avro 1.10.0</strong></a> (3.4M, source,
+        <a href="https://downloads.apache.org/avro/avro-1.10.0/avro-src-1.10.0.tar.gz.asc">pgp</a>,
+        <a href="https://downloads.apache.org/avro/avro-1.10.0/avro-src-1.10.0.tar.gz.sha512">sha512</a>)
       </p>
 </div>
 
     
-<a name="N10171"></a><a name="Release+Notes"></a>
+<a name="N10188"></a><a name="Release+Notes"></a>
 <h2 class="h3">Release Notes</h2>
 <div class="section">
 <p>Release notes for Avro releases are available in Jira:
@@ -456,6 +455,58 @@ document.write("Last Published: " + docu
 </p>
 </div>
 
+    
+<a name="N10198"></a><a name="Verifying+a+release"></a>
+<h2 class="h3">Verifying a release</h2>
+<div class="section">
+<p>It is essential that you verify the integrity of the downloaded files
+      using the PGP signatures or SHA512 checksums. Please read 
+      <a href="https://www.apache.org/info/verification.html">How to verify
+      downloaded files</a> for more information on why you should verify our
+      releases.
+      </p>
+<p>The PGP signatures can be verified using PGP or GPG. First download
+      the <a href="https://downloads.apache.org/avro/KEYS">KEYS</a> file as well as the .asc signature files for the relevant
+      release packages. Make sure you get these files from the main
+      distribution directory, rather than from a mirror. Then verify the 
+      signatures using:
+      </p>
+<pre class="code">
+% gpg --import KEYS
+% gpg --verify downloaded_file.asc downloaded_file
+</pre>
+<p>or
+      </p>
+<pre class="code">
+% pgpk -a KEYS
+% pgpv downloaded_file.asc
+</pre>
+<p>or</p>
+<pre class="code">
+% pgp -ka KEYS
+% pgp downloaded_file.asc
+</pre>
+<p>Alternatively, you can verify the hash on the file.
+      </p>
+<p>Hashes can be calculated using GPG:
+      </p>
+<pre class="code">
+% gpg --print-md SHA256 downloaded_file
+</pre>
+<p>The output should be compared with the contents of the SHA256 file. 
+      Similarly for other hashes (SHA512, SHA1, MD5 etc) which may be provided.
+      </p>
+<p>Windows 7 and later systems should all now have certUtil:
+      </p>
+<pre class="code">
+% certUtil -hashfile pathToFileToCheck
+</pre>
+<p>HashAlgorithm choices: MD2 MD4 MD5 SHA1 SHA256 SHA384 SHA512
+      </p>
+<p>Unix-like systems (and macOS) will have a utility called md5, md5sum or shasum.
+      </p>
+</div>
+
   
 </div>
 <!--+

Modified: avro/site/publish/version_control.html
URL: http://svn.apache.org/viewvc/avro/site/publish/version_control.html?rev=1879372&r1=1879371&r2=1879372&view=diff
==============================================================================
--- avro/site/publish/version_control.html (original)
+++ avro/site/publish/version_control.html Tue Jun 30 15:49:51 2020
@@ -46,25 +46,13 @@
 <!--+
     |start Project Logo
     +-->
-<div class="projectlogo">
+<div class="projectlogoA1">
 <a href="http://avro.apache.org/"><img class="logoImage" alt="Avro" src="images/avro-logo.png" title="Avro, a serialization system"></a>
 </div>
 <!--+
     |end Project Logo
     +-->
 <!--+
-    |start Search
-    +-->
-<div class="searchbox">
-<form action="http://search-hadoop.com/avro" method="get">
-<input onFocus="getBlank (this, 'Search with Apache Solr');" size="25" name="q" id="query" type="text" value="Search with Apache Solr">&nbsp;
-		  <input value="Search" type="submit">
-</form>
-</div>
-<!--+
-    |end search
-    +-->
-<!--+
     |start Tabs
     +-->
 <ul id="tabs">