summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Rybar <jrybar@redhat.com>2022-07-11 08:46:06 +0000
committerJan Rybar <jrybar@redhat.com>2022-07-11 08:46:06 +0000
commit827b0ddac5b1ef00a47fca4526fcf057bee5f1db (patch)
treef5d20aa8a0b9f16a2ab30fad454a5731a8698b01
parentb64d13b2fdd703fe594ea9af15e5bae4cd0bf798 (diff)
Release v. 121v.121
-rw-r--r--NEWS.md51
-rw-r--r--meson.build2
2 files changed, 52 insertions, 1 deletions
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',