summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Rybar <jrybar@redhat.com>2022-10-26 14:08:50 +0200
committerJan Rybar <jrybar@redhat.com>2022-10-26 12:12:24 +0000
commitda87c5698019897dd731bb2cbb54ebd9c9481f52 (patch)
tree7c049cc0fb3b270b7606c40f70b05960e77a99ba
parent49bb905131537dde062d477612456328a9655e30 (diff)
downloadpolkit-da87c5698019897dd731bb2cbb54ebd9c9481f52.tar.gz
Release 122122
-rw-r--r--NEWS.md46
-rw-r--r--meson.build2
2 files changed, 47 insertions, 1 deletions
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',