Skip to content

0.8 (20210304)

Compare
Choose a tag to compare
@raforg raforg released this 04 Mar 16:37
· 42 commits to main since this release
- Fixed formatting typo in README.md
- Added support for (Linux only) musl libc by including <sys/ttydefaults.h> for CEOF (by Baruch Siach)
- Added --bind option to terminate when the user logs out (iff systemd/elogind) (with ZhaoLin1457 et al.)
- Added Slackware-specific configuration
- Added expansion of $VAR and ~user notation in command line option arguments and configuration files
- Added environment variable definitions in configuration files
- Automatically create --pidfiles or --pidfile directory if it's under the user's home directory
- Updated README.md (improved notes on --stop and --restart, and added --signal --running --list --bind)
- Added configure --help, --destdir, --enable-logind and --disable-logind options
- Fixed $(DESTDIR) use in makefiles to interoperate with configure --prefix