PolicyKit: Branch 'master' - 2 commits
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Wed Oct 26 12:14:42 UTC 2022
NEWS.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++
README.md | 10 ++++++++--
meson.build | 2 +-
3 files changed, 55 insertions(+), 3 deletions(-)
New commits:
commit da87c5698019897dd731bb2cbb54ebd9c9481f52
Author: Jan Rybar <jrybar at redhat.com>
Date: Wed Oct 26 14:08:50 2022 +0200
Release 122
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',
commit 49bb905131537dde062d477612456328a9655e30
Author: Jan Rybar <jrybar at redhat.com>
Date: Wed Oct 26 13:39:32 2022 +0200
Release and documentation paths updated to Gitlab only
diff --git a/README.md b/README.md
index 4dfa3c5..cf86d2d 100644
--- a/README.md
+++ b/README.md
@@ -9,16 +9,22 @@ processes.
DOCUMENTATION
=============
-Latest documentation, reference manual and API description of polkit can be found at
+Latest documentation, reference manual and API description of polkit can be found
+on project's Gitlab Pages.
+
+Old reference can be found at
https://www.freedesktop.org/software/polkit/docs/latest/
RELEASES
========
-Latest releases are available in compressed tarballs from
+Latest releases are available at polkit's Gitlab Releases page:
+ https://gitlab.freedesktop.org/polkit/polkit/-/releases
+
+Older releases are still available as tarballs at
https://www.freedesktop.org/software/polkit/releases/
More information about the hal-commit
mailing list