]> git.proxmox.com Git - systemd.git/commitdiff
Release to unstable
authorFelipe Sateler <fsateler@debian.org>
Thu, 6 Dec 2018 13:49:31 +0000 (10:49 -0300)
committerFelipe Sateler <fsateler@debian.org>
Thu, 6 Dec 2018 23:52:20 +0000 (20:52 -0300)
debian/changelog

index f20528fc19ff98f0ce1221a92d777b91a4abf97e..e64dcc2dc329c8f2b4a9fc3c788f4c33cb9fd8c9 100644 (file)
@@ -1,3 +1,24 @@
+systemd (239-15) unstable; urgency=medium
+
+  [ Felipe Sateler ]
+  * Fix container check in udev init script.
+    Udev needs writable /sys, so the init script tried to check before
+    starting. Unfortunately, the check was inverted. Let's add the missing
+    '!' to negate the check.
+    (Closes: #915261)
+  * Add myself to uploaders
+
+  [ Michael Biebl ]
+  * Remove obsolete systemd-shim conffile on upgrades.
+    The D-Bus policy file was dropped from the systemd-shim package in
+    version 8-4, but apparently there are cases where users removed the
+    package before that cleanup happened. The D-Bus policy file that was
+    shipped by systemd-shim was much more restrictive and now prevents
+    calling GetDynamicUsers() and other recent APIs on systemd Manager.
+    (Closes: #914285)
+
+ -- Felipe Sateler <fsateler@debian.org>  Wed, 05 Dec 2018 21:03:34 -0300
+
 systemd (239-14) unstable; urgency=medium
 
   [ Michael Biebl ]