Re: [ANNOUNCEMENT] Commons Daemon 1.6.0 Released
Mark Thomas <[email protected]> Sat, 30 May 2026 16:03:48 +0100
| Newsgroups | gmane.comp.jakarta.commons.devel |
|---|---|
| Message-ID | <[email protected]> |
On 29/05/2026 21:18, Michael Osipov wrote: > There is yet another small problem with the release. commons-daemon-1.6.0-native-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 autotools 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? 1.6.1 to fix the packaging issue. I'll try and get that done over the weekend. Mark