Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.announce > #1750

GNU Shepherd 0.8.1 released

Path csiph.com!xmission!news.snarked.org!news.linkpendium.com!news.linkpendium.com!panix!usenet.stanford.edu!not-for-mail
From Ludovic Courtès <ludo@gnu.org>
Newsgroups gnu.announce
Subject GNU Shepherd 0.8.1 released
Date Wed, 03 Jun 2020 14:48:23 +0200
Lines 98
Approved info-gnu@gnu.org
Message-ID <mailman.1058.1591192535.2541.info-gnu@gnu.org> (permalink)
References <87ftbcnwmg.fsf@gnu.org>
NNTP-Posting-Host lists.gnu.org
Mime-Version 1.0
Content-Type multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature"
X-Trace usenet.stanford.edu 1591192536 29761 209.51.188.17 (3 Jun 2020 13:55:36 GMT)
X-Complaints-To action@cs.stanford.edu
To guix-devel@gnu.org, guile-sources@gnu.org, guile-user@gnu.org, info-gnu@gnu.org
Envelope-to info-gnu@gnu.org
Mail-Followup-To guix-devel@gnu.org
X-URL http://www.fdn.fr/~lcourtes/
X-Revolutionary-Date 16 Prairial an 228 de la Révolution
X-PGP-Key-ID 0x090B11993D9AEBB5
X-PGP-Key http://www.fdn.fr/~lcourtes/ludovic.asc
X-PGP-Fingerprint 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5
X-OS x86_64-pc-linux-gnu
User-Agent Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
X-Mailman-Approved-At Wed, 03 Jun 2020 09:55:35 -0400
X-BeenThere info-gnu@gnu.org
X-Mailman-Version 2.1.23
Precedence list
List-Id Announcements and Requests for Help from the GNU project and the Free Software Foundation <info-gnu.gnu.org>
List-Unsubscribe <https://lists.gnu.org/mailman/options/info-gnu>, <mailto:info-gnu-request@gnu.org?subject=unsubscribe>
List-Archive <https://lists.gnu.org/archive/html/info-gnu>
List-Post <mailto:info-gnu@gnu.org>
List-Help <mailto:info-gnu-request@gnu.org?subject=help>
List-Subscribe <https://lists.gnu.org/mailman/listinfo/info-gnu>, <mailto:info-gnu-request@gnu.org?subject=subscribe>
X-Mailman-Original-Message-ID <87ftbcnwmg.fsf@gnu.org>
Xref csiph.com gnu.announce:1750

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

We are pleased to announce the GNU Shepherd version 0.8.1.  This release
represents 16 commits by 4 people, bringing an important bug fix and
improvements to the code.


• 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.8.1.tar.gz
    https://ftp.gnu.org/gnu/shepherd/shepherd-0.8.1.tar.gz.sig

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

  Here are the SHA1 and SHA256 checksums:

  2964502388aa74207e6761c2ff77df69369738b0  shepherd-0.8.1.tar.gz
  d32fe58694bb5350b5fc7285cf0ca0d9c7d24221aa5969d6c464ee3e3ac83f75  shepherd-0.8.1.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.8.1.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.openpgp.org \
        --recv-keys 3CE464558A84FDC69DB40CFB090B11993D9AEBB5

  and rerun the 'gpg --verify' command.

  This release was bootstrapped with the following tools:
    Autoconf 2.69
    Automake 1.16.2
    Makeinfo 6.7
    Help2man 1.47.13


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

  ** Fix race condition that could lead shepherd to stop itself
     (<https://bugs.gnu.org/40981>)
  ** Use ‘signalfd’ on GNU/Linux to improve efficiency and simplify code
  ** Outdated bits have been removed from the manual
  ** Updated translation: sv

Please report bugs to bug-guix@gnu.org.
Join guix-devel@gnu.org and gnu-system-discuss@gnu.org for discussions.

Ludovic, on behalf of the Shepherd herd.

Back to gnu.announce | Previous | Next | Find similar


Thread

GNU Shepherd 0.8.1 released Ludovic Courtès <ludo@gnu.org> - 2020-06-03 14:48 +0200

csiph-web