diff --git a/NEWS b/NEWS index 8c1e89f70a47f30b63a8802dd6171f47be8c1c0a..7abbf04463ba4ecb1ab28aee5452f1d7805c1908 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 3d50641eea52a099f2d87e5423f578e30c28a7dd..eea70fc7088c2e7e3534eb7b90e48fa2c18c5b79 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])