PolicyKit: Branch 'polkit-121-pre-release'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Wed Jun 29 15:23:47 UTC 2022
NEWS.md | 17 ++++++++++++-----
meson.build | 2 +-
2 files changed, 13 insertions(+), 6 deletions(-)
New commits:
commit de4935086fe8d44bf4012ba6b788e62772cf1604
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..d90e97b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'polkit', ['c'],
- version: '0.120',
+ version: '0.121',
license: 'LGPL2+',
default_options: [
'buildtype=debugoptimized',
More information about the hal-commit
mailing list