chiark / gitweb /
service: fix auto-restart handling in service_stop()
[elogind.git] / NEWS
diff --git a/NEWS b/NEWS
index dc04d0a345f1e446e16d9f88bb1f1e409935142a..a75add14024395096a200a4bb8e114ed91f520c9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,7 @@ CHANGES WITH 182:
           udev though, will require the *build* of the systemd tree, but
           udev can be properly *run* without systems.
 
-        * udev: /lib/udev/devices/ are not read anymore; systemde-tmpfiles
+        * udev: /lib/udev/devices/ are not read anymore; systemd-tmpfiles
           should be used to create dead device nodes as workarounds for broken
           subsystems.
 
@@ -28,6 +28,12 @@ CHANGES WITH 182:
           to adapt to that, create symlink, or rename the binary after building
           it.
 
+        * Libudev does no longer provide these symbols:
+            udev_monitor_from_socket()
+            udev_queue_get_failed_list_entry()
+            udev_get_{dev,sys,run}_path()
+          The verions number was bumped and symbol versioning introduced.
+
         * systemd-logingctl and systemd-journalctl have been renamed
           to logingctl and journalctl to match systemctl.