summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Rybar <jrybar@redhat.com>2023-07-28 14:34:38 +0200
committerJan Rybar <jrybar@redhat.com>2023-07-28 14:34:38 +0200
commitfc8b07e71d99f88a29258cde99b913b44da1846d (patch)
tree9d41bf3f45e1cf56c54a07666b91f6df975db3e7
parent4123bf4a3c7876a4c6c3baad1c35f420baf0bbba (diff)
Release 123123
-rw-r--r--NEWS.md44
1 files changed, 44 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 0daa5e8..35b08d1 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,47 @@
+## polkit 123
+
+### Highlights:
+- better safety with deeper resctiction of the configuration files
+- better safety with restricting the daemon's owner under systemd
+- better safety with the systemd unit sandboxing
+- less thread races during upload of the configuration
+
+### Build requirements
+- glib, gobject, gio >= 2.32
+- mozjs-102 OR duktape
+- gobject-introspection >= 0.6.2 (optional)
+- pam (optional)
+- ConsoleKit OR systemd
+- gettext
+- meson
+
+### Changes since polkit 122:
+
+* Laurent Gauthier
+ * prevent wrongful termination of runaway thread
+* Luca Boccassi
+ * Stop installing /usr/share/polkit-1/rules.d as 700/polkitd
+ * set User/Group and don't change uid/gid if already set
+* bboy_vi, liudun, Marco Trevisan, Marius Bakke, Matej Focko, Olivier Duchateau, Sam James, Val Packett
+ * general and/or buildsystem fixes
+* Topi Miettinen
+ * systemd service hardening
+* Vincent Mihalkovic
+ * Packit service integration
+ * pkcheck: manpage and help sync
+ * general fixes
+* Jan Rybar
+ * Packit service integration
+ * change of ownership of custom configs
+ * general fixes
+* Aleksandr Melman, Anders Jonsson, Jürgen Benvenuti, Piotr Drąg, Sabri Unal
+ * localization
+
+
+**Thanks to everyone involved for making this possible!**
+
+The polkit team & polkit community
+July 28, 2023
## polkit 122
### Highlights: