This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git
The following commit(s) were added to refs/heads/master by this push:
new 56eba5d Order and comment
56eba5d is described below
commit 56eba5df5819da488b7f7628c06df7b2a986b41b
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Oct 22 10:32:10 2024 -0400
Order and comment
---
src/changes/changes.xml | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 100f95c..110ebaa 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -41,15 +41,17 @@
</properties>
<body>
<release version="1.4.1" date="tbd" description="Bug fix release">
+ <!-- FIX -->
<action dev="michaelo" type="fix">
Fix several issues around Java OS and header files location detection.
</action>
- <action dev="michaelo" type="update">
- Remove autogenerated files and rely on autoreconf only.
- </action>
+ <!-- UPDATE -->
<action dev="ggregory" type="update" due-to="Dependabot">
Bump org.apache.commons:commons-parent from 71 to 78 #189, #196, #198,
#204, #207, #210, #216.
</action>
+ <action dev="michaelo" type="update">
+ Remove autogenerated files and rely on autoreconf only.
+ </action>
</release>
<release version="1.4.0" date="2024-05-24" description="Bug fix release">
<!-- Fix -->