Re: [ANNOUNCEMENT] Commons Daemon 1.6.0 Released

Michael Osipov <[email protected]> Fri, 29 May 2026 20:18:52 -0000
Newsgroups gmane.comp.jakarta.commons.devel
Message-ID <[email protected]>
There is yet another small problem with the release. commons-daemon-1.6.0-nat=
ive-src.tar.gz is not logically equal to 1.5.1. 'autoreconf -fi' has no been =
run which means that you cannot run ./configure and without the whole GNU aut=
otools env one cannot compile:
$ diff -U0 out.1.5.1 out.1.6.0
--- out.1.5.1   2026-05-29 22:09:43.614001000 +0200
+++ out.1.6.0   2026-05-29 22:09:52.236269000 +0200
@@ -6 +5,0 @@
-commons-daemon-native-src/unix/configure
@@ -46,2 +44,0 @@
-commons-daemon-native-src/unix/support/config.guess
-commons-daemon-native-src/unix/support/config.sub
@@ -88,0 +86 @@
+commons-daemon-native-src/windows/resources/license.txt
@@ -111 +109 @@
-15 directories, 94 files
+15 directories, 92 files

Errata? Reroll?

Michael