PolicyKit: Branch 'master' - 2 commits

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jul 27 11:57:14 UTC 2020


 NEWS         |   41 +++++++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 42 insertions(+), 1 deletion(-)

New commits:
commit 585f4f2715639394e36319d4918389d26e250e7b
Merge: cd96f83 b68e009
Author: Jan Rybar <jrybar at redhat.com>
Date:   Mon Jul 27 11:57:12 2020 +0000

    Merge branch 'release_0.117' into 'master'
    
    Release 0.117; Version bump 0.117
    
    See merge request polkit/polkit!61

commit b68e009bdd75caeb3b5e1b65c28c0b4c01bb90b6
Author: Jan Rybar <jrybar at redhat.com>
Date:   Mon Jul 27 13:52:01 2020 +0200

    Release 0.117; Version bump 0.117

diff --git a/NEWS b/NEWS
index 8c1e89f..7abbf04 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,44 @@
+--------------
+polkit 0.117
+--------------
+
+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.117.
+
+Highlights:
+ Gitlab CI activation - all merge requests are tested before merged
+ New Norwegian translation, several other language updates
+
+Build requirements
+
+ glib, gobject, gio    >= 2.32
+ mozjs-68
+ gobject-introspection >= 0.6.2 (optional)
+ pam (optional)
+ ConsoleKit OR systemd
+
+Changes since polkit 0.116:
+
+ Bastien Nocera:
+    Activated Gitlab CI
+
+ Xi Ruoyao:
+    Updated dependency to mozjs68
+
+ Kalev Lember, Jan Rybar
+    Memory management fixes
+
+ Anders Jonsson, Karl Ove Hufthammer, Andika Triwidada, Yuri Chornoivan:
+    Language updates
+
+Many thanks to all contributors!
+
+Jan Rybar et al.,
+July 24, 2020
+
 --------------
 polkit 0.116
 --------------
diff --git a/configure.ac b/configure.ac
index 3d50641..eea70fc 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.116], [http://lists.freedesktop.org/mailman/listinfo/polkit-devel], , [http://www.freedesktop.org/wiki/Software/polkit])
+AC_INIT([polkit], [0.117], [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])


More information about the hal-commit mailing list