GNU Shepherd 0.7.0 released

Ludovic Courtès <[email protected]> Sun, 16 Feb 2020 22:03:59 +0100
Newsgroups gmane.lisp.guile.sources,gmane.comp.gnu.guix.devel,gmane.lisp.guile.user
Message-ID <[email protected]>
--=-=-=
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

We are pleased to announce the GNU Shepherd version 0.7.0, a bug-fix
release.

=E2=80=A2 About

  The GNU Daemon Shepherd or GNU Shepherd is a service manager written
  in Guile that looks after the herd of system services.  It provides a
  replacement for the service-managing capabilities of SysV-init (or any
  other init) with a dependency-based system with a convenient
  interface.  The GNU Shepherd may also be used by unprivileged users to
  manage per-user daemons (e.g., tor, privoxy, mcron, etc.)  It is
  written in Guile Scheme, and is configured and extended using Guile.

  The GNU Shepherd is developed jointly with the GNU Guix project; it is
  used as the init system of Guix, GNU=E2=80=99s advanced GNU/Linux distrib=
ution.

  https://www.gnu.org/software/shepherd/


=E2=80=A2 Download

  Here are the compressed sources and a GPG detached signature[*]:
    https://ftp.gnu.org/gnu/shepherd/shepherd-0.7.0.tar.gz
    https://ftp.gnu.org/gnu/shepherd/shepherd-0.7.0.tar.gz.sig

  Use a mirror for higher download bandwidth:
    https://ftpmirror.gnu.org/shepherd/shepherd-0.7.0.tar.gz
    https://ftpmirror.gnu.org/shepherd/shepherd-0.7.0.tar.gz.sig

  Here are the SHA1 and SHA256 checksums:

  43806f67e15e23d44b992367a0952da581ebfb74  shepherd-0.7.0.tar.gz
  fdbbacdd014313de463d566ba94b6d34b8e8325440f2bcb8154b7de441db431e  shepher=
d-0.7.0.tar.gz

  [*] Use a .sig file to verify that the corresponding file (without the
  .sig suffix) is intact.  First, be sure to download both the .sig file
  and the corresponding tarball.  Then, run a command like this:

    gpg --verify shepherd-0.7.0.tar.gz.sig

  If that command fails because you don't have the required public key,
  then run this command to import it:

    gpg --keyserver pool.sks-keyservers.net \
        --recv-keys 3CE464558A84FDC69DB40CFB090B11993D9AEBB5

  and rerun the 'gpg --verify' command.

  This release was bootstrapped with the following tools:
    Autoconf 2.69
    Automake 1.16.1
    Makeinfo 6.7
    Help2man 1.47.12


=E2=80=A2 Changes since version 0.6.1 (excerpt from the NEWS file)

  ** New crash handler allows shepherd as PID 1 to dump core on GNU/Linux
  ** (shepherd service) now exports =E2=80=98default-environment-variables=
=E2=80=99
  ** =E2=80=98make-forkexec-constructor=E2=80=99 no longer removes log file
  ** Disable reboot on ctrl-alt-del before loading the config file
     (<https://bugs.gnu.org/35996>)
  ** Exception handling adjusted for Guile 3.0.0

Please report bugs to [email protected].
Join [email protected] and [email protected] for discussions.

Ludovic, on behalf of the Shepherd herd.

--=-=-=
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEPORkVYqE/cadtAz7CQsRmT2a67UFAl5Jrj8ACgkQCQsRmT2a
67X47A/+Mj/ysT3nB8VP3haETyTpLbghcKepVb5jY22LojvpWJERc9Sz0Q/43brT
MbBF2a72zHPNaBKYQxSDM7YLWGqGbABNvC++XjwPNfg3fMiAf+jYuhi/xga5I9g1
2blweVcW5ct0FxPdyj2Gqah2hiSZu8vs9VmyEAvLCAWzQtqQdaYAotvlHvRWoUuu
rWxP+yWkWP5HzTRs0nwZ0aOBhkxM5ywhrohXGki31Ft27PiuLa6c3EUwsZVHSXEv
JVe4KgVcYRpGoxzN/xBRDe/sE3aE4EjZrTsTgtIZ3HqOV/7knvRZqt0CYlmzsWEF
wC59ujXFnF6lUX5YvSLO5TQzeyN3ERg3Q5o/LUhBbnwekurRtldV0lxSxcPOQ6f1
dwqklm5LUl0OwDw6QeHPfV0S15rhytmVRA6lsbBpreyStmTa35tPAjkYpPNhfPJA
3Ag1LKpHWZIeI/akcvt4hMmLmrpc04k9ki/HAXRE8CyHczAKG4NBf6PzKpzK6QL/
vomUFADl3w3JDblKLGrH5zw8XoK33HWB/d8P583PIw/zba3lxnBkuvNdrnLwJZtn
M5EWKBOxpYj0YWjlBr+P/qQHK1nwts+V8ykVfaNZBBpOuqNBS3Y0/SalP/KZlkt8
gOZ97XMSAN4vT/JOkEI0X3q9PxFOW8ZJnASpICRpe6kaGltt9vI=
=6Yfy
-----END PGP SIGNATURE-----
--=-=-=--