X-Git-Url: https://git.wh0rd.org/?p=sysvinit.git;a=blobdiff_plain;f=doc%2FChangelog;h=f5c8d600a063eec2622a151a539845295331bda8;hp=84db0529146cb5cc894bf3b1e863e902b6dc95bf;hb=HEAD;hpb=12fc74b89a64a7e37df261b80d07585168360a5a diff --git a/doc/Changelog b/doc/Changelog index 84db052..f5c8d60 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,4 +1,4 @@ -sysvinit (2.89dsf) UNRELEASED; urgency=low +sysvinit (2.89) UNRELEASED; urgency=low [ Werner Fink ] * Do not forget room for last NULL of new environment (was @@ -67,6 +67,30 @@ sysvinit (2.89dsf) UNRELEASED; urgency=low * Define _XOPEN_SOURCE when building to get crypt() from instead of using in sulogin.c, to get the source building with the musl C library. + * Use sysconf(_SC_SYMLOOP_MAX) instead of MAXSYMLINKS. If sysconf + returns an error, fall back to MAXSYMLINKS on platforms that + define it. Fixes build on Hurd. Patch from Justus Winter and + Debian. + * Adjust makefile to make it easier to link all binaries statically. + Patch from Matias A. Fonzo and Dragora. + * Rewrite findtty() in bootlogd.c to not chance working directory, to + reduce the amount of failure that can happin in that function. + * Adapt bootlogd TIOCCONS call to kfreebsd. Patch from Mats Erik + Andersson and Debian. + * Document length limit for the process field in the inittab. Patch + from Johannes Truschnigg and Debian. + * Fix typo in fstab-decode(8) font escape. Patch from Bjarni Ingi + Gislason and Debian. + * Port ifdown.c to FreeBSD. Patch from Guillem Jover and Debian. + * Drop dsf part from version number. It no longer make sense to keep. + * Remove obsolete/ directory from tarball. None of it have been useful + for many years. + * Make it possible to specify the initctl path as a compile time + define INIT_FIFO. + * Use narrowly scoped file descriptor for handling opened TTY in + spawn(). Patch from Michał Kulling. + * Check exit code from dup() in spawn() and log error if it fail. + Patch from Michał Kulling. -- Petter Reinholdtsen Sun Apr 11 11:28:55 CEST 2010