From gitlab-mirror at kemper.freedesktop.org Tue Oct 5 08:23:39 2021 From: gitlab-mirror at kemper.freedesktop.org (GitLab Mirror) Date: Tue, 5 Oct 2021 08:23:39 +0000 (UTC) Subject: PolicyKit: Branch 'master' - 2 commits Message-ID: <20211005082339.9A981760BC@kemper.freedesktop.org> NEWS | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ README | 2 +- configure.ac | 2 +- meson.build | 2 +- 4 files changed, 56 insertions(+), 3 deletions(-) New commits: commit 92b910ce2273daf6a76038f6bd764fa6958d4e8e Author: Jan Rybar Date: Wed Sep 29 21:15:20 2021 +0200 Release 0.120 diff --git a/NEWS b/NEWS index 0c91e9a..d2753ef 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,56 @@ +-------------- +polkit 0.120 +-------------- + +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. + + +NOTICE: +This is the LAST version to support AUTOTOOLS build system, as it has been obsoleted +by meson build system. +The next release of polkit will REQUIRE meson build system. + + +Highlights: + tarball fix-ups + re-enabled documentation + Intltool to gettext migration + new translations + +Build requirements + + glib, gobject, gio >= 2.32 + mozjs-78 + gobject-introspection >= 0.6.2 (optional) + pam (optional) + ConsoleKit OR systemd + gettext + meson (optional) + autotools (DEPRECATED) + +Changes since polkit 0.119: + + Inigo Martinez: + transition from Intltool to gettext + + Simon McVittie: + several tarball, meson and pipeline fixups + + Hugo Carvalho: + Portuguese translation + + Sergiu Bivol: + Romanian translation + + +Many thanks to all contributors! + +Jan Rybar et al., +September 30, 2021 + + -------------- polkit 0.119 -------------- commit 78bacf7016ddd0b5b746e932de83cd4989d600b2 Author: Jan Rybar Date: Wed Sep 29 14:17:29 2021 +0200 fixed version to 0.120 diff --git a/README b/README index 66d8a5e..3eaa811 100644 --- a/README +++ b/README @@ -17,7 +17,7 @@ Latest documentation, reference manual and API description of polkit can be foun RELEASES ======== -Older releases of polkit (until 0.115) are available in compressed tarballs from +Older releases of polkit (until 0.120) are available in compressed tarballs from http://www.freedesktop.org/software/polkit/releases/ diff --git a/configure.ac b/configure.ac index ecfee05..e434ca2 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.200], [http://lists.freedesktop.org/mailman/listinfo/polkit-devel], , [http://www.freedesktop.org/wiki/Software/polkit]) +AC_INIT([polkit], [0.120], [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 539ec7a..858078d 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'polkit', ['c', 'cpp'], - version: '0.200', + version: '0.120', license: 'LGPL2+', default_options: [ 'buildtype=debugoptimized',