PolicyKit: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jul 11 08:46:08 UTC 2022


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

New commits:
commit 827b0ddac5b1ef00a47fca4526fcf057bee5f1db
Author: Jan Rybar <jrybar at redhat.com>
Date:   Mon Jul 11 08:46:06 2022 +0000

    Release v. 121

diff --git a/NEWS.md b/NEWS.md
index 63932fa..c128ced 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,54 @@
+## polkit 121
+
+### Highlights:
+- new versioning
+- duktape added as backend JS engine
+- autotools build system removed
+- new translations
+
+### Build requirements
+- glib, gobject, gio >= 2.32
+- mozjs-91 OR duktape
+- gobject-introspection >= 0.6.2 (optional)
+- pam (optional)
+- ConsoleKit OR systemd
+- gettext
+- meson
+
+### Changes since polkit 0.120:
+
+* Simon McVittie
+    * meson and testsuite fixes
+* Bastien Nocera
+    * add ability to create policyconfig-1.dtd file
+* Xi Ruoyao
+    * port to newer mozjs-91, jsauthority tweaks
+* Wu Xiaotian and Gustavo Lima Chaves
+    * Add duktape as javascript engine
+* Nathan Follens
+    * Dutch translation
+* Daniel E
+    * duktape fixup
+* Fabrice Fontaine
+    * fix build without C++
+* Dan Nicholson
+    * fixup in group permision checking (backend)
+* Phaedrus Leeds
+    * typo fix
+* Adrian Vovk
+    * add option (--keep-cwd) for pkexec
+* Matt Turner
+    * Allow --version and --help even if not setuid root
+* Benedikt Ames
+    * fixes in polkitagent
+* Vincent Mihalkovic
+    * development support
+
+Thanks to everyone involved for making this possible!
+
+Jan Rybar & polkit team
+June 27, 2022
+
 ## polkit 0.120
 
 **WARNING**: This is a prerelease on the road to polkit
diff --git a/meson.build b/meson.build
index da60930..908f0aa 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'polkit', ['c'],
-  version: '0.120',
+  version: '121',
   license: 'LGPL2+',
   default_options: [
     'buildtype=debugoptimized',


More information about the hal-commit mailing list