--- layout: default permalink: /release/release-notes-:title --- {% if page.release != "final" %}
Apache Daffodil {{ page.title }} has not yet been released! The artifacts and release notes below are drafts for a proposed release of Apache Daffodil which has not yet occurred.
{% endif %} {% unless page.apache %}
This release is from prior to Daffodil's acceptance into the Apache Software Foundation. It is not an Apache Software Foundation release, and is licensed under the NCSA license.
{% endunless %}

Documentation

Javadoc | Scaladoc

Get Release

{% if page.source-dist %}

Source

{% include download-list.html apache=page.apache artifacts=page.source-dist project="daffodil" release=page.release type="src" version=page.title %}

{% endif %} {% if page.binary-dist %}

Binaries

{% include download-list.html apache=page.apache artifacts=page.binary-dist project="daffodil" release=page.release type="bin" version=page.title %}

{% endif %} {% if page.apache %}

The above release files should be verified using the PGP signatures and the project release KEYS. See verification instructions for a description of using the PGP and KEYS files for verification. A SHA512 checksum is also provided as an alternative verification method.

{% endif page.apache %}
{% highlight xml %} {% if page.apache %}org.apache.daffodil{% else %}edu.illinois.ncsa{% endif %} daffodil-japi_{{ page.scala-version }} {{ page.title }} {% unless page.apache %} ncsa-sonatype-releases NCSA Sonatype Releases https://opensource.ncsa.illinois.edu/nexus/content/repositories/releases {% endunless %} {% endhighlight %}
{% highlight scala %} libraryDependencies += "{% if page.apache %}org.apache.daffodil{% else %}edu.illinois.ncsa{% endif %}" %% "daffodil-sapi" % "{{ page.title }}" {% unless page.apache %} resolvers += "NCSA Sonatype Releases" at "https://opensource.ncsa.illinois.edu/nexus/content/repositories/releases" {% endunless %} {% endhighlight %}
Create the file /etc/yum.repos.d/apache-daffodil.repo with the following content:
{% highlight ini %} [apache-daffodil] name=Apache Daffodil baseurl=https://apache.jfrog.io/artifactory/daffodil-rpm/ enabled=1 gpgkey=https://downloads.apache.org/daffodil/KEYS gpgcheck=1 repo_gpgcheck=0 {% endhighlight %}
Run the folllowing command:
{% highlight text %} sudo dnf install apache-daffodil {% endhighlight %}

Release Notes

{{ content }}