PolicyKit: Branch 'release-122'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Oct 26 12:09:03 UTC 2022


 NEWS.md     |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 meson.build |    2 +-
 2 files changed, 47 insertions(+), 1 deletion(-)

New commits:
commit 048194a1e1d2db756e0a2902e26451719dde890d
Author: Jan Rybar <jrybar at redhat.com>
Date:   Wed Oct 26 14:08:50 2022 +0200

    Release 122

diff --git a/NEWS.md b/NEWS.md
index c128ced..0daa5e8 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,49 @@
+## polkit 122
+
+### Highlights:
+- new Georgian translation
+- port to mozjs-102
+- daemon-less build (support for e.g. flatpak deps)
+- re-enable of (API) documentation build
+
+### 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 121:
+
+* Anders Jonsson
+    * Swedish translation
+* NorwayFun
+    * Georgian translation
+* Martin Kletzander
+    * several pkttyagent fixes and improvements
+* A. Wilcox
+    * optional netgroup support
+* Luca Boccassi
+    * move 50-default.rules to /usr/share
+* Michael Biebl
+    * remove useless ifclause from meson.build
+* Jordan Petridis
+    * improve error message
+* Luciano Santos
+    * honour pam_prefix meson option
+* Xi Ruoyao
+    * meson: lfs autodetection
+    * port to mozjs-102
+* Peter Eisenmann
+    * daemonless build option
+
+Thanks to everyone involved for making this possible!
+
+The polkit team & polkit community
+October 26, 2022
+
 ## polkit 121
 
 ### Highlights:
diff --git a/meson.build b/meson.build
index aeb0002..1da0e08 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'polkit', ['c'],
-  version: '121',
+  version: '122',
   license: 'LGPL2+',
   default_options: [
     'buildtype=debugoptimized',


More information about the hal-commit mailing list