From da87c5698019897dd731bb2cbb54ebd9c9481f52 Mon Sep 17 00:00:00 2001 From: Jan Rybar Date: Wed, 26 Oct 2022 14:08:50 +0200 Subject: Release 122 --- NEWS.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 47 insertions(+), 1 deletion(-) 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', -- cgit v1.2.1