From 8ba53c912babe8d26c0796f971f423e58736e21a Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Mon, 20 Jul 2015 09:22:43 -0400 Subject: [PATCH] skip: udevd: manager - move a few global variables into the Manager object Signed-off-by: Anthony G. Basile --- NOTES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NOTES b/NOTES index d742aaa84..7ba1984d7 100644 --- a/NOTES +++ b/NOTES @@ -1,5 +1,11 @@ Newest entries are on top. +2015-07-20 + + * We skip 'udevd: manager - move a few global variables into the Manager object' since + we did not move to struct Manager. + http://cgit.freedesktop.org/systemd/systemd/commit/?id=ecb17862ad969cc15e94f95d0255b51ba3e588e1 + 2015-05-27 * We skip 'udevd: explicitly read out uevents we create ourselves'