GNU Shepherd 0.6.0 released

Ludovic Courtès <[email protected]> Tue, 23 Apr 2019 14:14:42 +0200
Newsgroups gmane.comp.gnu.guix.devel,gmane.lisp.guile.sources,gmane.lisp.guile.user
Message-ID <[email protected]>
We are pleased to announce the GNU Shepherd version 0.6.0, a release
containing new features and bug fixes.

• 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’s advanced GNU/Linux distribution.

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


• Download

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

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

  Here are the SHA1 and SHA256 checksums:

  9be871aff2c2d8ad8068714878eee6acee5cd35b  shepherd-0.6.0.tar.gz
  51a816cc145ec38866a9dc3b7e64c52ef9db1c631a8dbe50be5a98ba07e242fb  shepherd-0.6.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.6.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.5
    Help2man 1.47.8


• Changes since version 0.5.0 (excerpt from the NEWS file)

  ** Services can now be “one-shot” (see the manual for details)
  ** ‘shepherd’ deletes its socket file upon termination
  ** ‘herd stop S’ is no longer an error when S is already stopped
  ** ‘herd’ exits with non-zero when executing an action that fails
  ** ‘shepherd’ ignores reboot(2) errors when running in a container
  ** Translation of error messages has been fixed
  ** New translation: ta (Tamil)
  ** Updated translations: da, es, fr, pt_BR, sv, ta, uk, zh_CN


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

Ludovic, on behalf of the Shepherd herd.
signature.asc (application/pgp-signature, 832 B)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEPORkVYqE/cadtAz7CQsRmT2a67UFAly/AbIACgkQCQsRmT2a
67XZsA/+JC1F2VJ0lvaZf4l14tkBvbkaSrzC3vX8GbmWXAsKJu/0TCXYGu7ECprG
x6yEAq1FxzaQoTq6CmEEzw7dWXQe7TNSXOfAeC2yWlt8P1AXRBoFpCJxiPtY838D
KPIf28twDZOT5/DjACo/cYUEXRp3y5X6KvXkQgRMOThQQXd0ezwHD4k+ByVzys3K
Wo7F7pVCe7UCHYSOH5AmZz/wnQ4GCu/w6tv/8tvmSAIFtQ3u2IztutGS6W4TRCnS
eWYGfIllKHtLszuDgNJ1hfJPuQfa2+FJMyk3zbKqQ0UpW8F71LoOuGXDl7RGQXOG
tZ5H3UywhMKrNXLELB9CPCWqV65UI+kQUzOijr7iL7jdy6ZQAx2ywSlUHZorzNR6
0wpSLs0t2AYsjLiqXVqYGnz/DpTeZdf6Z8d/MJhNnHOqON+GwXAK+AkuHEi7uO3B
/B1Tvueko4/HsuvGgCYMSGOHasXZlwYIoNtfQyewEUJPqRokqmikgj5A9uHkmHJk
DgZq+TVGC5eYtGShp9JJ9SNGLGUQMTs09bcSyCpiCPmfg77MN3W8QaAj4BxkfHIp
Csc6cJNWAvc/PF+Ai8eycGMmX4h1BddShWKMAJrdeZiY0KKS4CjM1AGRdslfWlNw
Knmb3TCzokyz0dui1ppf2R4heY2aNISRPbh1jdbXTB7WY87QphA=
=jgmC
-----END PGP SIGNATURE-----