GNU Shepherd 0.3.2 released

[email protected] (Ludovic Courtès) Sun, 04 Dec 2016 22:41:34 +0100
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.3.2, a bug-fix
release.


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

  Before this release, the GNU Shepherd was known as GNU dmd, the
  daemon-managing daemon.

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


• Download

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

  Use a mirror for higher download bandwidth:
    http://www.gnu.org/order/ftp.html

  Here are the MD5 and SHA1 checksums:

  03d168697d9676145e57c28728ca1316  shepherd-0.3.2.tar.gz
  fc3a8a0b5a3b208b45470e222809c31277f9df73  shepherd-0.3.2.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.3.2.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 keys.gnupg.net --recv-keys 3CE464558A84FDC69DB40CFB090B11993D9AEBB5

  and rerun the 'gpg --verify' command.

  This release was bootstrapped with the following tools:
    Autoconf 2.69
    Automake 1.15
    Makeinfo 6.3
    Help2man 1.47.4


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

  ** ‘herd status’ displays a bullet list
  ** No longer crash when ‘enable’ & co. are passed a wrong argument number
     (<http://bugs.gnu.org/24684>)
  ** ‘make-forkexec-constructor’ has a new #:pid-file-timeout parameter
  ** Processes that failed to create their PID file are now killed
  ** .go files are now installed in LIBDIR/guile/2.X/site-ccache
  ** Build system supports compilation with Guile 2.2

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

Ludovic.
signature.asc (application/pgp-signature, 800 B)
-----BEGIN PGP SIGNATURE-----

iQIcBAEBCAAGBQJYRI2OAAoJEAkLEZk9muu1CX0P/A6/7f9ZQAFNaC6OgAhafKn1
T9992kdDQ1M5U7RvoBk3ure1CxVF2L8BBGbdWK/VtrFK1iNBnw/AZtL4hEyYEFDg
T2xrKppSpF/+EauM0bRrqZa+/7gz1gbT9uURiTVhE8jJWgdktiozYeHPMV9l0PLo
jZNfhdc4mBq1/StIn3VOsPaH11LNkXKKHUlduX9COs14CLGBwQvbAeLnHlRhrQdP
K6Ry6t+ZDX4ykpceK6icsT8VjcPx/da/IlFLlKYEmnkEzlKyjBRj4TuMPBRP4T/s
F1f8Oe9lpG3zJVtZmhzY+ijfjvmtzL63H63Y/BU79m/qxzuDy8TP4dY3F2zw5avm
jaR67xEeGRiPIxRlT8NiaizFZV0zgtSLvDNuEWDH1podyU6RArSaQ8PthWOFnWz8
mlG5A+v2utSPLK3/dxCxdpV5ncC4RCwDlEqaKk5fItTBpjig11UnRPt1kjcw4G7k
W/SzN+J9msqblfforvg3LVBCBpNuSwFMUiygqwBiowigYF3svcI8+x7AvgBPctdw
LmHwKA6GgKbfFQl3vu0XtaLXGMPknfaEBXZmQ7U20Sh4CbVdh/nnUMLhaUXCTURF
nGxVUXhTv9IB7W4eJfPpAx+2q+JR4J3M3r11mTak7mj/NYpYKPGL3ZQhgU8U2Nc8
jIW8myKIVTX5WUToi0ne
=7EBg
-----END PGP SIGNATURE-----