[systemd-commits] 2 commits - NEWS
David Herrmann
dvdhrm at kemper.freedesktop.org
Thu May 21 11:40:37 PDT 2015
NEWS | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
New commits:
commit f7a73a2558bceffd983eb7642680e718cd981122
Author: David Herrmann <dh.herrmann at gmail.com>
Date: Thu May 21 20:39:47 2015 +0200
NEWS: add note about gudev
gudev has been extracted into a separate repository managed by the gnome
project. See the announcement thread on systemd-devel for more:
http://lists.freedesktop.org/archives/systemd-devel/2015-May/032070.html
diff --git a/NEWS b/NEWS
index 559fa1a..7a4621c 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,15 @@ systemd System and Service Manager
CHANGES WITH 220:
+ * The gudev library has been extracted into a separate repository
+ available at: https://git.gnome.org/browse/libgudev/
+ It is now managed as part of the Gnome project. Distributions
+ are recommended to pass --disable-gudev to systemd and use
+ gudev from the Gnome project instead. gudev is still included
+ in systemd, for now. It will be removed soon, though. Please
+ also see the announcement-thread on systemd-devel:
+ http://lists.freedesktop.org/archives/systemd-devel/2015-May/032070.html
+
* systemd now exposes a CPUUsageNSec= property for each
service unit on the bus, that contains the overall consumed
CPU time of a service (the sum of what each process of the
commit 1a2d5fbe7efa04181a2d5518bc510b84b280baf9
Author: David Herrmann <dh.herrmann at gmail.com>
Date: Thu May 21 20:25:38 2015 +0200
NEWS: fix sd-boot to systemd-boot
We renamed sd-boot to systemd-boot directly after merging it, to stay
conform to all the other systemd binaries.
diff --git a/NEWS b/NEWS
index 6a0c0e5..559fa1a 100644
--- a/NEWS
+++ b/NEWS
@@ -138,15 +138,15 @@ CHANGES WITH 220:
disabled/masked also stopped.
* The Gummiboot EFI boot loader tool has been merged into
- systemd, and renamed to "sd-boot". The bootctl tool has been
- updated to support sd-boot.
+ systemd, and renamed to "systemd-boot". The bootctl tool has been
+ updated to support systemd-boot.
* An EFI kernel stub has been added that may be used to create
kernel EFI binaries that contain not only the actual kernel,
but also an initrd, boot splash, command line and OS release
information. This combined binary can then be signed as a
single image, so that the firmware can verify it all in one
- step. sd-boot has special support for EFI binaries created
+ step. systemd-boot has special support for EFI binaries created
like this and can extract OS release information from them
and show them in the boot menu. This functionality is useful
to implement cryptographically verified boot schemes.
More information about the systemd-commits
mailing list