]> git.wh0rd.org - sysvinit.git/blobdiff - doc/Changelog
Include -Wunreachable-code when building.
[sysvinit.git] / doc / Changelog
index f926f194fb05560dac1f3f4dc5bda9cc9d149aeb..f5c8d600a063eec2622a151a539845295331bda8 100644 (file)
@@ -1,10 +1,10 @@
-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
     local bug 35866)
   * Handle deleted binaries in pidof (was local bug #34992)
 
   [ Werner Fink ]
   * Do not forget room for last NULL of new environment (was
     local bug 35866)
   * Handle deleted binaries in pidof (was local bug #34992)
-  * Allow init to delte extra environment variables (was local bug
+  * Allow init to delete extra environment variables (was local bug
     #35858)
   * Avoid that init double environment variables for its childs
     (was local bug #35855)
     #35858)
   * Avoid that init double environment variables for its childs
     (was local bug #35855)
@@ -53,6 +53,44 @@ sysvinit (2.89dsf) UNRELEASED; urgency=low
     kernel 3.0 and above
   * Improve message printed when signaling processes to stop.
     Patch from Matias A. Fonzo at the dragora project.
     kernel 3.0 and above
   * Improve message printed when signaling processes to stop.
     Patch from Matias A. Fonzo at the dragora project.
+  * Rename internal functions warn() and shutdown() in the shutdown
+    binary to avoid surprising dynamic library name resolution
+    conflict with NSS modules.  Patch from Richard Tollerton.
+  * Try harder to find libcrypt.*, even if there is no static library
+    available.  Also look in /usr/lib/*/ for the library, to handle
+    Debian multiarch systems.  Based on patch from Andrew Gregory.
+  * Adjust included headers to be compatible with the musl C
+    library.  Patch from Matias A. Fonzo and Dragora.
+  * Move dovoid() macro from #ifdef__GLIBC__ to #ifdef __linux__,
+    to match the condutions of the place where it is used.  Thanks
+    to Matias A. Fonzo for noticing.
+  * Define _XOPEN_SOURCE when building to get crypt() from <unistd.h>
+    instead of using <crypt.h> 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 <pere@hungry.com>  Sun Apr 11 11:28:55 CEST 2010
 
 
  -- Petter Reinholdtsen <pere@hungry.com>  Sun Apr 11 11:28:55 CEST 2010