From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D129B13826A for ; Tue, 24 May 2016 18:14:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 047E5224046; Tue, 24 May 2016 18:14:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 98F64224046 for ; Tue, 24 May 2016 18:14:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2C77134089F for ; Tue, 24 May 2016 18:14:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B943336 for ; Tue, 24 May 2016 18:14:10 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1464113189.12c8248b5f53879935d4e62ef42023f703c7b636.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: / X-VCS-Repository: proj/openrc X-VCS-Files: NEWS.md X-VCS-Directories: / X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 12c8248b5f53879935d4e62ef42023f703c7b636 X-VCS-Branch: master Date: Tue, 24 May 2016 18:14:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b4527f3a-b7a5-4bc2-b061-73d277b5a09f X-Archives-Hash: 36b3e3ac0cdd97854d988f36ff45c2d2 commit: 12c8248b5f53879935d4e62ef42023f703c7b636 Author: William Hubbs gmail com> AuthorDate: Tue May 24 18:06:29 2016 +0000 Commit: William Hubbs gentoo org> CommitDate: Tue May 24 18:06:29 2016 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=12c8248b update news for 0.21 NEWS.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/NEWS.md b/NEWS.md index 71a1b7f..c7e2d12 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,6 +3,20 @@ This file will contain a list of notable changes for each release. Note the information in this file is in reverse order. +## OpenRC-0.21 + +This version adds a daemon supervisor which can start daemons and +restart them if they crash. See supervise-daemon-guide.md in the +distribution for details on its use. + +It is now possible to mark certain mount points as critical. If these +mount points are unable to be mounted, localmount or netmount will fail. +This is handled in /etc/conf.d/localmount and /etc/conf.d/netmount. See +these files for the setup. + +The deprecation messages in 0.13.x for runscript and rc are now +made visible in preparation for the removal of these binaries in 1.0. + ## OpenRC-0.19 This version adds a net-online service. By default, this