PolicyKit: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jun 3 14:14:22 UTC 2021


 NEWS         |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 meson.build  |    2 +-
 3 files changed, 49 insertions(+), 2 deletions(-)

New commits:
commit 2e5348bf4eb0ef984db32f7f96ec6722d441c6ca
Author: Jan Rybar <jrybar at redhat.com>
Date:   Thu Jun 3 16:09:11 2021 +0200

    Release 0.119

diff --git a/NEWS b/NEWS
index 0b1c5e3..0c91e9a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,50 @@
+--------------
+polkit 0.119
+--------------
+
+WARNING WARNING WARNING: This is a prerelease on the road to polkit
+1.0. Public API might change and certain parts of the code still needs
+some security review. Use at your own risk.
+
+This is polkit 0.119.
+
+Highlights:
+ meson build system added
+ CVE-2021-3560 mitigation
+
+Build requirements
+
+ glib, gobject, gio    >= 2.32
+ mozjs-78
+ gobject-introspection >= 0.6.2 (optional)
+ pam (optional)
+ ConsoleKit OR systemd
+
+Changes since polkit 0.118:
+
+ Inigo Martinez:
+    meson build system added alongside autotools (many thanks!!)
+
+ Matthias Classen:
+    properties in text listener
+
+ René Genz:
+    typos fixups
+
+ Balázs Úr:
+    Update Hungarian translation
+
+ Hendrik Werner:
+    meson post-install script mod to avoid calling external processes
+
+ Kevin Backhouse, Jan Rybar:
+    CVE-2021-3560 mitigation
+
+Many thanks to all contributors!
+
+Jan Rybar et al.,
+June 3, 2021
+
 --------------
 polkit 0.118
 --------------
diff --git a/configure.ac b/configure.ac
index 4ac2219..b625743 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59c)
-AC_INIT([polkit], [0.118], [http://lists.freedesktop.org/mailman/listinfo/polkit-devel], , [http://www.freedesktop.org/wiki/Software/polkit])
+AC_INIT([polkit], [0.119], [http://lists.freedesktop.org/mailman/listinfo/polkit-devel], , [http://www.freedesktop.org/wiki/Software/polkit])
 AM_INIT_AUTOMAKE([])
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_MACRO_DIR([buildutil])
diff --git a/meson.build b/meson.build
index ed75c61..b3702be 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'polkit', ['c', 'cpp'],
-  version: '0.117',
+  version: '0.119',
   license: 'LGPL2+',
   default_options: [
     'buildtype=debugoptimized',


More information about the hal-commit mailing list