[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[shepherd] 32/32: build: Bump to version 0.9.0rc1.
From: |
Ludovic Courtès |
Subject: |
[shepherd] 32/32: build: Bump to version 0.9.0rc1. |
Date: |
Wed, 30 Mar 2022 11:01:36 -0400 (EDT) |
civodul pushed a commit to branch master
in repository shepherd.
commit cf78dd4d1ac990ef00fb2cf0652c481d76135650
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Mar 30 16:59:27 2022 +0200
build: Bump to version 0.9.0rc1.
* configure.ac: Bump to version 0.9.0rc1.
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 40598ec..2dfb992 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure
script.
AC_PREREQ(2.69)
dnl Initialization
-AC_INIT([GNU Shepherd], [0.8.1], [bug-guix@gnu.org])
+AC_INIT([GNU Shepherd], [0.9.0rc1], [bug-guix@gnu.org])
AC_CONFIG_SRCDIR([modules/shepherd.scm])
AC_CONFIG_AUX_DIR([build-aux])
- [shepherd] 24/32: shepherd: "shepherd -s -" replies to the current output port., (continued)
- [shepherd] 24/32: shepherd: "shepherd -s -" replies to the current output port., Ludovic Courtès, 2022/03/30
- [shepherd] 26/32: service: Add #:max-connections to 'make-inetd-constructor'., Ludovic Courtès, 2022/03/30
- [shepherd] 16/32: support: 'l10n' accepts plural forms., Ludovic Courtès, 2022/03/30
- [shepherd] 23/32: shepherd: Remove half-baked readline support., Ludovic Courtès, 2022/03/30
- [shepherd] 30/32: Avoid Guile run-time warning about overridden 'sleep' binding., Ludovic Courtès, 2022/03/30
- [shepherd] 29/32: shepherd: Gracefully handle failure to open the socket., Ludovic Courtès, 2022/03/30
- [shepherd] 05/32: shepherd: Factorize out the main loop., Ludovic Courtès, 2022/03/30
- [shepherd] 19/32: service: Add inetd constructor and destructor., Ludovic Courtès, 2022/03/30
- [shepherd] 20/32: service: Allow 'running' value to be a thunk., Ludovic Courtès, 2022/03/30
- [shepherd] 27/32: service: 'make-inetd-constructor' lets the caller specify socket ownership., Ludovic Courtès, 2022/03/30
- [shepherd] 32/32: build: Bump to version 0.9.0rc1.,
Ludovic Courtès <=