From 7e09587ee3b2d7052af84c750689a504faa45e18 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 9 Sep 2024 14:37:41 -0500 Subject: [PATCH] update news --- NEWS.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/NEWS.md b/NEWS.md index 86c9f85e4..5c081f0d1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,19 @@ OpenRC NEWS This file will contain a list of notable changes for each release. Note the information in this file is in reverse order. +## OpenRC 0.55 + +OpenRC now supports shared mounts in fstab. This is used for some containers +which might require hierarchies to be mounted with different +propegation than the kernel default of private. + + +Podman containers now can be autodetected. + +The openrc-service-script-completion bash completion file has been +removed since it doesn't work well with modern bash completion which +prefers lazy loading. + ## OpenRC 0.54 This release drops the support for the split-usr build option.