2025-10-28 Thomas Orgis <sobukus@sourcemage.org>
	* patches/0025-sighandler.patch: hotfix for enforced signal handler
	  signatures (nameless int argument)

2025-02-28 Thomas Orgis <sobukus@sourcemage.org>
	* patches/0024-utmp-time_t-and-linelimit.patch: fix utmp usage with
	  64 bit time_t and safer use of possibly non-null-terminated ut_line.
	* DETAILS: ++PATCHLEVEL

2024-06-09 Ismael Luceno <ismael@sourcemage.org>
	* PRE_BUILD: added apply_patch_dir and removed manual application
	* simpleinit.patch: normalised and split into
	  patches/0001-Fix-stdio-handling.patch and
	  patches/0002-shutdown-Add-ramfs-support.patch
	* simpleinit-1000uid.patch: normalised and moved to
	  patches/0003-shutdown-Fix-minimum-UID-to-kill.patch
	* simpleinit-output-on-shutdown.patch: normalised and moved to
	  patches/0004-simpleinit-Fix-display-of-messages-on-shutdown.patch
	* simpleinit-selinux.patch: normalised and moved to
	  patches/0005-simpleinit-Add-SELinux-support.patch
	* simpleinit-msb-crypt.patch: normalised and moved to
	  patches/0006-Honour-NEED_LIBCRYPT-in-sysvtools-Makefile.patch
	* simpleinit-nonls.patch: normalised and moved to
	  patches/0007-Remove-NLS-support.patch
	* simpleinit-poweroff.patch: normalised and moved to
	  patches/0008-shutdown-Fix-critical-segfault-on-invoking-from-Xen-.patch
	* glibc-2.28.patch: normalised and moved to
	  patches/0009-Add-missing-sys-sysmacros.h-include.patch.
	* patches/0010-Fix-compiler-flags-setup-for-sysvtools-Makefile.patch:
	  added in replacement of sed-editing the Makefile in PRE_BUILD
	* patches/0011-configure-Improve-compiler-flags-setup.patch:
	  added to improve default flags
	* sigsetmask.patch: normalised and moved to
	  patches/0012-shutdown-Replace-sigsetmask-with-sigprocmask.patch
	* 0001-Update-bootlogd-to-version-2.99.patch: normalised and moved to
	  patches/0013-Update-bootlogd-to-version-2.99.patch
	* patches/0014-Fix-non-std-fcntl.h-include.patch:
	  added to quiesce standards-compliance warnings
	* patches/0015-mconfig-Simplify-optimization-flag-selection.patch:
	  added to fix omission of -pipe
	* patches/0016-killall5-Make-path-buffer-in-readproc-larger.patch,
	  patches/0017-simpleinit-Avoid-setting-termenv-var-if-unused.patch,
	  patches/0018-simpleinit-Fix-off-by-one-loop.patch,
	  patches/0019-simpleinit-Avoid-named-variadic-macros.patch,
	  patches/0020-simpleinit-Fix-buffer-to-accommodate-actual-message-.patch
	  patches/0021-shutdown-Fix-buffer-to-accomodate-actual-message-siz.patch
	  patches/0022-shutdown-Fix-string-copies-in-write_user.patch:
	  added misc bug fixes
	* patches/0023-Force-modern-libc-reboot-syscall-wrapper.patch:
	  added fix for non-glibc builds bug calling the reboot syscall
	* DETAILS: PATCHLEVEL++

2022-05-25 Florian Franzmann  <bwlf@bandrate.org>
	* DEPENDS: depend on util-linux without sulogin

2021-06-04 Florian Franzmann  <bwlf@bandrate.org>
	* 0001-Update-bootlogd-to-version-2.99.patch, glibc-2.28.patch,
	  PRE_BUILD: update bootlogd to version 2.99
	* simpleinit-ftbfs-define-enoictlcmd.patch: removed
	* init.d/bootlogd: add init script for bootlogd

2019-07-08 Eric Sandall <sandalle@sourcemage.org>
	* CONFIGURE: Set 64-bit for EM64T as well.
	  Sorcery devel (from git), glibc, gcc, or updated smgl-archspecs changed
	  SMGL_COMPAT_ARCH[1] from x86_64 to em64t.

2019-06-12 Ismael Luceno <ismael@sourcemage.org>
	* PRE_BUILD, sigsetmask.patch: Fixed build against musl

2019-01-20  Treeve Jelbert <treeve@sourcemage.org>
 	* DEPENDS: delete gnupg

2019-01-20  Treeve Jelbert <treeve@sourcemage.org>
 	* DEPENDS: delete gnupg

2018-09-13 Eric Sandall <sandalle@sourcemage.org>
	* PRE_BUILD: Apply glibc-2.28.patch
	* glibc-2.28.patch: Fix glibc 2.28+

2016-05-05 Vlad Glagolev <stealth@sourcemage.org>
	* DETAILS: updated mirror to ftp.sourcemage.us

2015-02-17 Pavel Vinogradov <public@sourcemage.org>
	* CONFLICTS: added epoch

2014-06-25 Vlad Glagolev <stealth@sourcemage.org>
	* DETAILS: PATCHLEVEL=1
	* PRE_BUILD: apply patch
	* simpleinit-poweroff.patch: added, to fix critical segfault on invoking
	  from Xen (as a guest HVM DomU)

2011-05-12 Eric Sandall <sandalle@sourcemage.org>
	* PRE_BUILD: Apply simpleinit-ftbfs-define-enoictlcmd.patch
	* simpleinit-ftbfs-define-enoictlcmd.patch: Define ENOIOCTLCMD for
	  Linux headers 2.6.38+

2010-12-29 Vlad Glagolev <stealth@sourcemage.org>
	* DETAILS: changed source url to our mirror and updated website

2009-09-07 Arjan Bouter <abouter@sourcemage.org>
	* PROVIDES: added, provides INIT
	* CONFLICTS: conflicts with other init systems

2009-01-27 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
	* CONFIGURE: static breaks on x86_64 when booting

2008-08-03 Elisamuel Resto <ryuji@sourcemage.org>
	* PRE_BUILD: sedit. use single-quotes or else bash tries to parse

2008-07-30 Vlad Glagolev <stealth@sourcemage.org>
	* DETAILS: updated spell to 1.3, quoting the paths!
	* BUILD: added missing `&&', cleaned up
	* CONFIGURE, DEPENDS: cleaned up
	* INSTALL: made dir installation compact
	* PRE_BUILD: fixed some patches for 1.3, cleaned up, SPELL > SCRIPT,
	  merged nonls patches (shutdown.nonls.diff + simpleinit.nonls.diff =>
	  simpleinit-nonls.patch), quoting the paths!
	* simpleinit-msb-crypt.patch: fixed line numbers to be applied

2007-09-14 David Brown <dmlb2000@gmail.com>
	* PRE_BUILD: added selinux patch for loading policies
	* simpleinit-selinux.patch: added

2007-02-28 Arwed v. Merkatz <v.merkatz@gmx.net>
	* PRE_BUILD, simpleinit-output-on-shutdown.patch:
	  patch to fix bug 13114, simpleinit now displaying script output
	  while doing a rollback/shutdown
	* DETAILS: PATCHLEVEL++

2006-11-19 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
	* BUILD: added removal of NLS
	* CONFIGURE: query for static, removed NLS query
	* PRE_BUILD: patches for NLS and static
	* DETAILS: PATCHLEVEL++
	* shutdown.nonls.diff: added to remove nls support
	* simpleinit.nonls.diff: added to remove nls support

2006-09-21 Juuso Alasuutari <iuso@sourcemage.org>
	* DETAILS: [automated] Removed BUILD_API=2.

2006-07-29 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
	* telinit: shize! sh-ise; patch from sqweek #12859

2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
	* DETAILS: (automated) Add KEYWORDS

2006-02-08 Eric Sandall <sandalle@sourcemage.org>
	* DEPENDS: Depends on smgl-fhs (for directory structure)

2006-02-06 Eric Sandall <sandalle@sourcemage.org>
	* DEPENDS: Depends on gnupg (for SOURCE verification)

2005-11-29 Seth Woolley <seth@tautology.org>
	* DETAILS: MD5 -> SHA512

2005-05-15 Eric Sandall <sandalle@sourcemage.org>
	* CONFLICTS: Removed, was destroying a machines normal init system
	  and didn't use INSTALL_ROOT, plus sysvinit is no longer even a spell
	  to need this conversion code (thanks to
	  Daniel Willmann <d.willmann@tu-bs.de>)

2005-05-12 Andrew Stitt <astitt@sourcemage.org>
	* INSTALL: Update to install into a chroot correctly, bug 8853.

2005-04-15 Benoit PAPILLAULT <benoit.papillault@sourcemage.org>*
	* PRE_BUILD, simpleinit-msb-crypt.diff: added to properly detect
	  the need for -lcrypt
	* Fixed http://bugs.sourcemage.org/show_bug.cgi?id=8598

2005-01-11 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Added BUILD_API=2
	  Shortened SHORT
	* PRE_BUILD: Added to apply patches
	* BUILD: Converted to build_api 2
	  Moved patches to PRE_BUILD
	* INSTALL: Branched from BUILD
	  Converted to build_api 2
	  Copy telinit to $INSTALL_ROOT/sbin/telinit

2004-09-19 Seth Woolley <seth@tautology.org>
	* telinit: exits properly after su'd
	* DETAILS: updated UPDATED

2004-07-04 Seth Woolley <seth@tautology.org>
	* telinit: doesn't block stderr anymore -- who had that bright idea?

2004-06-30 Eric Schabell <libs@sourcemage.org>
	* BUILD: copy modified telinit over to sbin, now root enabled.

2004-06-13 Seth Woolley <seth@tautology.org>
	* BUILD, simpleinit-1000uid.patch: edited, added patch for
	  graceful shutdowns.
	* DETAILS: updated to force recompile

2004-04-07 hgg <hgreig@bigpond.net.au> and Arwed v. Merkatz <v.merkatz@gmx.net>
	* BUILD, simpleinit.patch, POST_INSTALL:
	  add patch that's needed for /dev on a virtual filesystem,
	  remove POST_INSTALL, inittab now in init.d spell

2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
	* DETAILS: updated to 1.2
	* BUILD, simpleinit.c.patch: patch isn't needed anymore

2004-01-10 Robert Helgesson <rycee@home.se>
	* BUILD, simpleinit.c.patch: Apply a fix to simpleinit.c which fixes
	  an overflow bug.

2003-12-02 Eric Sandall <sandalle@sourcemage.org>
	* BUILD: Use INSTALL_ROOT
	  Should write a patch to change sysvtools/Makefile to use
	  DESTDIR instead of ROOT, but I don't feel like doing that until
	  either the author picks it back up or we decide to pick it up.
	* POST_INSTALL: Use INSTALL_ROOT

2003-11-04 Seth Woolley <seth@tautology.org>
	* POST_INSTALL: changed mount to devices, #4618

2003-10-20 hgg <hgreig@bigpond.net.au>
	* inittab: changed to /dev as default

2003-07-28 Eric Schabell <eschabell@sourcemage.org>
	* Better now?

2003-05-05 Robert Helgesson <rycee@home.se>
	* created spell
