Skip to content

Releases: sagredo-dev/daemontools

v0.78.3

14 Oct 17:43
Compare
Choose a tag to compare
  • all package/* scripts now run the bash shell
  • package/run script will recognize if we are in an lxc container to skip inittab configuration
  • package/run.rclocal will find both /etc/rc.local and /etc/rc.d/rc.local
  • daemontools-0.78.2 directory renamed to daemontools

Full Changelog: v0.78.2...v0.78.3

v0.78.2

09 Oct 15:40
Compare
Choose a tag to compare
  • compatibility with systems with glibc prior to v. 2.17 like RHEL6/CentOS6, where the librt.so library is not linked

Full Changelog: v0.78.1...v0.78.2

v0.78.1

04 Oct 11:59
Compare
Choose a tag to compare
  • added missing package/compile script (tx Bai Borko)

Full Changelog: v0.78...v0.78.1

v0.78

06 Sep 17:13
1a27983
Compare
Choose a tag to compare
  • multilog prints a readable datetime if used with "d" flag, it prints timestamps if used in the usual way with the "t" flag (80f2133)
  • fixed several compilation warnings and/or breaks on gcc-14.1
  • fixed a .gitignore issue which was preventing the package/compile script upload (thanks Ivelin Topalov)

Full Changelog: v0.77...v0.78

v0.77

09 Dec 08:02
d24506b
Compare
Choose a tag to compare

Original djb daemontools-0.76 plus the following patches:

  • errno patch
  • multilog_filesize_limit patch by Sam Tang, which extends the file log size limit to 100MB (default is 16MB).
  • my multilog-readable_datetime patch, which replaces the timestamp with a human readable datetime.