Skip to content

Releases: sagredo-dev/daemontools

v0.83

05 Jan 07:44

Choose a tag to compare

This release doesn't add any new feature nor fixes any bug or issue. It just simplifies the installation by leaving the sources where the user wants them, installing the commands in the /command directory and creating a symbolic link in /usr/local/bin. From now on there's no daemontools directory in /var/qmail anymore.

  • commands installed in /command #2
  • fixed wrong install dir #3

Full Changelog: v0.82...v0.83

v0.82

27 Sep 07:27

Choose a tag to compare

  • Compiles with gcc-15.2 (C23 compat)
  • Fixed crash in multilog caused by invalid buffer access when read() returned -1 ea3abe9

Full Changelog: v0.80...v0.82

v0.80

03 Aug 09:17

Choose a tag to compare

What's Changed

  • Add 'm' option to format timestamp similar to 'd' but only includes millis by @squidvisa in #1

New Contributors

Full Changelog: v0.79...v0.80

v0.79

19 Mar 16:33

Choose a tag to compare

  • Moved 'package' and 'src' to the top dir
  • Version grabbed from 'VERSION' in package/upgrade

Full Changelog: v0.78.4...v0.79

v0.78.4

09 Feb 11:08

Choose a tag to compare

  • several adjustments to get clang version 18.1.6 compatibility
  • restored !/bin/sh in all scripts

Full Changelog: v0.78.3...v0.78.4

v0.78.3

14 Oct 17:43

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

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

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

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

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.

Full Changelog: https://github.com/sagredo-dev/daemontools/commits/v0.77