This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/master by this push:
new db037e7a RAT-362, RAT-345: Update gitignore reader to handle special
case when excluded file name matches parts of the project directory
db037e7a is described below
commit db037e7af8dbde482600a92baae70ca8051f1a1c
Author: P. Ottlinger <[email protected]>
AuthorDate: Sat Mar 23 22:59:13 2024 +0100
RAT-362, RAT-345: Update gitignore reader to handle special case when
excluded file name matches parts of the project directory
---
src/changes/changes.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f2cfe522..ecdf875f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -75,6 +75,12 @@
https://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd
<action issue="RAT-345" type="update" dev="pottlinger"
due-to="dependabot">
TODO: collect all dependabot updates for release 0.17.
</action>
+ <action issue="RAT-345" type="update" dev="pottlinger" due-to="Niels
Basjes">
+ Update gitignore-reader from 1.4.0 to 1.5.1 to fetch changes resulting
from fixes of RAT-362.
+ </action>
+ <action issue="RAT-362" type="fix" dev="pottlinger" due-to="Niels
Basjes, Arnout Engelen">
+ Gitignore parsing fails when excluded element is part of the current
base directory.
+ </action>
<action issue="RAT-367" type="fix" dev="pottlinger" due-to="Niels
Basjes">
Older jUnit3 tests were not run during the build after switching to
jUnit5.
</action>