PolicyKit: Branch 'polkit-121-pre-release'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jul 8 13:23:38 UTC 2022


Rebased ref, commits from common ancestor:
commit ed3ae282eb0ca3ea2b5f058f7f36c88932dd7a51
Author: Jan Rybar <jrybar at redhat.com>
Date:   Wed Jun 29 17:23:33 2022 +0200

    version change, last README additions

diff --git a/NEWS.md b/NEWS.md
index 2e872c6..c128ced 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,6 +1,9 @@
 ## polkit 121
 
 ### Highlights:
+- new versioning
+- duktape added as backend JS engine
+- autotools build system removed
 - new translations
 
 ### Build requirements
@@ -15,14 +18,11 @@
 ### Changes since polkit 0.120:
 
 * Simon McVittie
-    * meson fixup
-    * testsuite fixup
+    * meson and testsuite fixes
 * Bastien Nocera
-    * Add a CI and run tests
     * add ability to create policyconfig-1.dtd file
 * Xi Ruoyao
-    * port to newer mozjs-91
-    * simplifies the code in jsauthority
+    * port to newer mozjs-91, jsauthority tweaks
 * Wu Xiaotian and Gustavo Lima Chaves
     * Add duktape as javascript engine
 * Nathan Follens
@@ -41,6 +41,13 @@
     * 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
 
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