From b00e7394f8bd6a2bf3c38b5e27ba775082a54c04 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sun, 7 Jan 2024 01:51:15 +0100 Subject: [PATCH] Update ChangeLog and bump version for v4.7-rc1 No more changes or fixes expected. Signed-off-by: Joachim Wiberg --- ChangeLog.md | 6 +++++- configure.ac | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 4cdfed02..4900df27 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,12 +4,16 @@ Change Log All relevant changes are documented in this file. -[4.7][UNRELEASED] +[4.7][] - 2024-01-07 -------------------- ### Changes - Silence "not available" messages for run/task/service with `nowarn` - Update docs, `cgroup.root` workaround for `SCHED_RR` tasks +- Mount `/dev/shm` with mode 1777 (sticky bit) +- Mount `/dev/mqueue` if available, inspiration from Alpine Linux +- Update Alpine Linux installer and configuration files, tested on + Alpine v3.19, some assembly still required ### Fixes - Add missing `/var/tmp` and `/var/lock -> /run/lock` (tmpfiles.d) diff --git a/configure.ac b/configure.ac index 219803db..f6b0063c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Finit], [4.7-dev], [https://github.com/troglobit/finit/issues], +AC_INIT([Finit], [4.7-rc1], [https://github.com/troglobit/finit/issues], [finit], [https://troglobit.com/projects/finit/]) AC_CONFIG_AUX_DIR(aux) AM_INIT_AUTOMAKE([1.11 foreign dist-xz subdir-objects])