Releases: sagredo-dev/daemontools
Releases · sagredo-dev/daemontools
v0.83
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.
Full Changelog: v0.82...v0.83
v0.82
- 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
What's Changed
- Add 'm' option to format timestamp similar to 'd' but only includes millis by @squidvisa in #1
New Contributors
- @squidvisa made their first contribution in #1
Full Changelog: v0.79...v0.80
v0.79
- 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
- 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
- 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
- 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
- added missing package/compile script (tx Bai Borko)
Full Changelog: v0.78...v0.78.1
v0.78
- 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
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