This is an automated email from the ASF dual-hosted git repository.

slawrence pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-daffodil-site.git


The following commit(s) were added to refs/heads/master by this push:
     new a5ec5f7  Updates for 2.1.0-rc3
a5ec5f7 is described below

commit a5ec5f742623095ef483aff79fcf852d84609b6c
Author: Steve Lawrence <slawre...@tresys.com>
AuthorDate: Wed Mar 7 07:42:13 2018 -0500

    Updates for 2.1.0-rc3
---
 site/_includes/download-list.html | 2 +-
 site/_layouts/release.html        | 2 +-
 site/_releases/2.1.0.md           | 6 ++++--
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/site/_includes/download-list.html 
b/site/_includes/download-list.html
index b13eb77..e97b5a1 100644
--- a/site/_includes/download-list.html
+++ b/site/_includes/download-list.html
@@ -7,9 +7,9 @@
     {% if include.checksum-root %}
       {% assign base = include.checksum-root | append: include.prefix | 
append: file %}
       [ <a href="{{ base }}.asc">PGP</a> ]
-      [ <a href="{{ base }}.md5">MD5</a> ]
       [ <a href="{{ base }}.sha1">SHA1</a> ]
       [ <a href="{{ base }}.sha256">SHA256</a> ]
+      [ <a href="{{ base }}.sha512">SHA512</a> ]
     {% endif %}
   </div>
 </div>
diff --git a/site/_layouts/release.html b/site/_layouts/release.html
index 4f20c82..8ab1713 100644
--- a/site/_layouts/release.html
+++ b/site/_layouts/release.html
@@ -66,7 +66,7 @@ permalink: /release/release-notes-:title
               <a href='{{ page.key-file }}'>project release KEYS</a>. See
               <a 
href='https://www.apache.org/dyn/closer.cgi#verify'>verification 
instructions</a>
               for a description of using the PGP and KEYS files for
-              verification. Checksums (MD5, SHA1, SHA256) are also provided as
+              verification. Checksums (SHA1, SHA256, SHA512) are also provided 
as
               alternative verification methods.
             </i>
           </p>
diff --git a/site/_releases/2.1.0.md b/site/_releases/2.1.0.md
index f7966ea..75a4a8b 100644
--- a/site/_releases/2.1.0.md
+++ b/site/_releases/2.1.0.md
@@ -8,8 +8,8 @@ summary: >
     Apache incubation/relicensing, packed decimal support, ambiguous expression
     support, refactoring for future performance improvements
 
-artifact-root: 
"https://dist.apache.org/repos/dist/dev/incubator/daffodil/2.1.0-rc2/";
-checksum-root: 
"https://dist.apache.org/repos/dist/dev/incubator/daffodil/2.1.0-rc2/";
+artifact-root: 
"https://dist.apache.org/repos/dist/dev/incubator/daffodil/2.1.0-rc3/";
+checksum-root: 
"https://dist.apache.org/repos/dist/dev/incubator/daffodil/2.1.0-rc3/";
 key-file: "https://dist.apache.org/repos/dist/dev/incubator/daffodil/KEYS";
 #artifact-root: 
"http://www.apache.org/dyn/closer.lua/incubator/daffodil/2.1.0/";
 #checksum-root: "http://www.apache.org/dist/incubator/daffodil/2.1.0/";
@@ -146,6 +146,8 @@ users reported of receiving only partial data.
 * {% jira 1911 %} Move daffodil-cli tests to use sbt's "integration" test 
capabilities
 * {% jira 1913 %} Strange jar ends up in lib_managed of daffodil - trips up 
Eclipse IDE users
 * {% jira 1914 %} Eclipse classpath broken for daffodil-cli
+* {% jira 1920 %} toString representation of grammar prims and 
parser/unparsers need improvement
+* {% jira 1921 %} option to bypass Java 8 check
 
 
 #### Deprecation/Compatability

-- 
To stop receiving notification emails like this one, please contact
slawre...@apache.org.

Reply via email to