This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/creadur-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new b6896e2 Prepare new release notes
b6896e2 is described below
commit b6896e2e02bc849e4ffb419280ace18655cbb3e1
Author: Hugo Hirsch <[email protected]>
AuthorDate: Thu Sep 1 00:01:14 2022 +0200
Prepare new release notes
---
release-notes/RELEASE-NOTES-015.txt | 49 +++++++++++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)
diff --git a/release-notes/RELEASE-NOTES-015.txt
b/release-notes/RELEASE-NOTES-015.txt
new file mode 100644
index 0000000..b1d93d6
--- /dev/null
+++ b/release-notes/RELEASE-NOTES-015.txt
@@ -0,0 +1,49 @@
+ Apache Creadur Rat 0.15
+ RELEASE NOTES
+
+The Apache Creadur Rat team is pleased to announce the release of Apache
Creadur Rat 0.15
+
+Apache Rat is a release audit tool. It improves accuracy and efficiency when
checking
+releases. It is heuristic in nature: making guesses about possible problems. It
+will produce false positives and cannot find every possible issue with a
release.
+Its reports require interpretation.
+
+In response to demands from project quality tool developers, Rat is available
as a
+library suitable for inclusion in tools. This POM describes that library.
+Note that binary compatibility is not guaranteed between 0.x releases.
+
+Apache Rat is developed by the Apache Creadur project, a language and build
+agnostic home for software distribution comprehension and audit tools.
+
+This release fixes a warning during site builds and updates various
dependencies.
+
+Changes in this version include:
+
+Fixed Bugs:
+o RAT-309: Site builds could not be generated properly due to API changes:
solution was to upgrade Maven Reporting API to 3.1.1 and use details of Maven
Reporting Implementation 3.2.0 in RAT's Mojo hierarchy. Thanks to Michael
Osipov, Gary Gregory.
+o RAT-309: Updated internal data structures from deprecated ArrayStack to
JDK's ArrayDeque.
+o RAT-306: Add note about hierarchy of changelogs in RAT project structure
when publishing the project webpage.
+o RAT-307: Update to focal (Ubuntu 20.04) on Travis to circumvent build
errors and be able to use more modern JDK versions. Deprecate openJDK8 build
with focal as it is not supported on Travis.
+
+Changes:
+o RAT-305: Update maven-project-info-reports-plugin from 3.3.0 to 3.4.1.
Thanks to dependabot.
+o RAT-305: Update maven-javadoc-plugin from 3.4.0 to 3.4.1. Thanks to
dependabot.
+o RAT-305: Update maven-jxr-plugin from 3.2.0 to 3.3.0. Thanks to dependabot.
+o RAT-305: Update animal-sniffer-maven-plugin from 1.21 to 1.22. Thanks to
dependabot.
+o RAT-305: Update maven-site-plugin from 3.12.0 to 3.12.1. Thanks to
dependabot.
+o RAT-305: Update maven-pmd-plugin from 3.16.0 to 3.18.0. Thanks to
dependabot.
+o RAT-305: Update mockito-core from 4.6.0 to 4.7.0. Thanks to dependabot.
+o RAT-305: Update extra-enforcer-rules from 1.5.1 to 1.6.1. Thanks to
dependabot.
+o RAT-305: Update Apache parent pom from 26 to 27. Thanks to dependabot.
+o RAT-305: Update wagon-ssh from 3.5.1 to 3.5.2. Thanks to dependabot.
+o RAT-305: Update maven-enforcer-plugin from 3.0.0 to 3.1.0. Thanks to
dependabot.
+o RAT-305: Update actions/setup-java from 3.3.0 to 3.4.1. Thanks to
dependabot.
+o RAT-310: Fix deprecation warnings in tests. Use hamcrest's annotations
instead of ones from JUnit.
+
+
+Historical list of changes: https://creadur.apache.org/rat/changes-report.html
+
+For complete information on Apache Creadur Rat, including instructions on how
to submit bug reports,
+patches, or suggestions for improvement, see the Apache Apache Creadur Rat
website:
+
+https://creadur.apache.org/rat/