summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Rybar <jrybar@redhat.com>2024-01-17 16:42:31 +0100
committerJan Rybar <jrybar@redhat.com>2024-01-17 15:43:53 +0000
commit82f0924dc0eb23b9df68e88dbaf9e07c81940a5a (patch)
tree811fdec75487a0102c587dc8dbdb6a8c7ab362c3
parent22193ca2cc0f4e023d331cc1391f55143ef9cade (diff)
Release 124
-rw-r--r--NEWS.md40
1 files changed, 40 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 35b08d1..a2ef1d0 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,43 @@
+## polkit 124
+
+### Highlights:
+- PIDFDs are used if available to track processes
+- pidfd parameter available for CheckAuthorization()
+- systemd-sysuser enabled for polkit
+
+### Build requirements
+- glib, gobject, gio >= 2.32
+- mozjs-115 OR duktape
+- gobject-introspection >= 0.6.2 (optional)
+- pam (optional)
+- ConsoleKit OR systemd
+- gettext
+- meson
+
+### Changes since polkit 123:
+
+* Luca Boccassi
+ * PIDFD implementation and fixes/extensions around it
+ * new systemd_unit and no_new_privileges subject attributes
+* Ray Strode, Sam James
+ * general and/or buildsystem fixes
+* Vincent Mihalkovic
+ * uninitialized pointer warning fix
+* Xi Ruoyao
+ * mozjs 115 dependency upgrade and fixes
+* Jan Rybar
+ * general fixes
+* Zbigniew Jędrzejewski-Szmek
+ * systemd-sysuser implementation
+* Aleksandr Melman, Anders Jonsson, AsciiWolf, Christian K, NorwayFun, Sabri Unal
+ * localization
+
+
+**Many thanks to the people involved, the contributors and enthusiasts!**
+
+The polkit team & polkit community
+Jan 17, 2024
+
## polkit 123
### Highlights: