This is an automated email from the ASF dual-hosted git repository.
mbeckerle pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-site.git
The following commit(s) were added to refs/heads/main by this push:
new 901bb14 Changes to release v3.2.0
901bb14 is described below
commit 901bb143b5eb17a31dea8304bec7e9696ade0d37
Author: Michael Beckerle <[email protected]>
AuthorDate: Mon Dec 6 14:33:51 2021 -0500
Changes to release v3.2.0
---
site/_releases/3.1.0.md | 4 ++--
site/_releases/3.2.0.md | 8 ++++----
site/doap.rdf | 7 +++++++
site/docs/latest | 2 +-
4 files changed, 14 insertions(+), 7 deletions(-)
diff --git a/site/_releases/3.1.0.md b/site/_releases/3.1.0.md
index 742f6e8..87e5f62 100644
--- a/site/_releases/3.1.0.md
+++ b/site/_releases/3.1.0.md
@@ -9,8 +9,8 @@ summary: >
improved SAX conformance and performance, miscellaneous bug fixes and
improvements
-artifact-root: "https://www.apache.org/dyn/closer.lua/daffodil/3.1.0/"
-checksum-root: "https://downloads.apache.org/daffodil/3.1.0/"
+artifact-root: "https://archive.apache.org/daffodil/3.1.0/"
+checksum-root: "https://archive.apache.org/daffodil/3.1.0/"
key-file: "https://downloads.apache.org/daffodil/KEYS"
diff --git a/site/_releases/3.2.0.md b/site/_releases/3.2.0.md
index 3eba710..df48258 100644
--- a/site/_releases/3.2.0.md
+++ b/site/_releases/3.2.0.md
@@ -1,15 +1,15 @@
---
-released: false
+released: true
apache: true
title: 3.2.0
-date: 2021-12-01
+date: 2021-12-06
summary: >
Checksum and CRC capability via DFDL extensions and pluggable
Jar files, Log4J support, miscellaneous bug fixes and improvements
-artifact-root: "https://dist.apache.org/repos/dist/dev/daffodil/3.2.0-rc1/"
-checksum-root: "https://dist-apache.org/repos/dist/dev/daffodil/3.2.0-rc1/"
+artifact-root: "https://www.apache.org/dyn/closer.lua/daffodil/3.2.0/"
+checksum-root: "https://downloads.apache.org/daffodil/3.2.0/"
key-file: "https://downloads.apache.org/daffodil/KEYS"
diff --git a/site/doap.rdf b/site/doap.rdf
index 031e483..00e5d2b 100644
--- a/site/doap.rdf
+++ b/site/doap.rdf
@@ -87,6 +87,13 @@
<release>
<Version>
<name>Apache Daffodil</name>
+ <created>2021-12-06</created>
+ <revision>3.2.0</revision>
+ </Version>
+ </release>
+ <release>
+ <Version>
+ <name>Apache Daffodil</name>
<created>2021-05-18</created>
<revision>3.1.0</revision>
</Version>
diff --git a/site/docs/latest b/site/docs/latest
index a0cd9f0..a4f52a5 120000
--- a/site/docs/latest
+++ b/site/docs/latest
@@ -1 +1 @@
-3.1.0
\ No newline at end of file
+3.2.0
\ No newline at end of file