PolicyKit: Branch 'master' - 2 commits

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Sep 9 11:30:26 UTC 2020


 Makefile.am  |    8 ++++----
 NEWS         |   35 +++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 40 insertions(+), 5 deletions(-)

New commits:
commit ff4c2144f0fb1325275887d9e254117fcd8a1b52
Merge: f3f8ac1 625db5a
Author: Jan Rybar <jrybar at redhat.com>
Date:   Wed Sep 9 11:30:24 2020 +0000

    Merge branch '0.118' into 'master'
    
    Release 0.118
    
    See merge request polkit/polkit!65

commit 625db5a3c66ab5d381f1e935d532105f28a91f21
Author: Jan Rybar <jrybar at redhat.com>
Date:   Tue Sep 8 18:16:08 2020 +0200

    Release 0.118

diff --git a/Makefile.am b/Makefile.am
index a150180..6060263 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,13 +24,13 @@ sign : dist
 	gpg --armor --detach-sign --output polkit-$(VERSION).tar.gz.sign polkit-$(VERSION).tar.gz
 
 publish : sign
-	scp polkit-$(VERSION).tar.gz polkit-$(VERSION).tar.gz.sign "david at people.freedesktop.org:/srv/www.freedesktop.org/www/software/polkit/releases/"
+	scp polkit-$(VERSION).tar.gz polkit-$(VERSION).tar.gz.sign "jrybar at people.freedesktop.org:/srv/www.freedesktop.org/www/software/polkit/releases/"
 
 publish-docs :
 	gtkdoc-rebase --html-dir docs/polkit/html --online
-	ssh "david at people.freedesktop.org" "mkdir -p /srv/www.freedesktop.org/www/software/polkit/docs/$(VERSION)"
-	scp docs/polkit/html/* "david at people.freedesktop.org:/srv/www.freedesktop.org/www/software/polkit/docs/$(VERSION)"
-	ssh "david at people.freedesktop.org" "rm -f /srv/www.freedesktop.org/www/software/polkit/docs/latest; ln -s $(VERSION) /srv/www.freedesktop.org/www/software/polkit/docs/latest"
+	ssh "jrybar at people.freedesktop.org" "mkdir -p /srv/www.freedesktop.org/www/software/polkit/docs/$(VERSION)"
+	scp docs/polkit/html/* "jrybar at people.freedesktop.org:/srv/www.freedesktop.org/www/software/polkit/docs/$(VERSION)"
+	ssh "jrybar at people.freedesktop.org" "rm -f /srv/www.freedesktop.org/www/software/polkit/docs/latest; ln -s $(VERSION) /srv/www.freedesktop.org/www/software/polkit/docs/latest"
 
 clean-local :
 	rm -f *~
diff --git a/NEWS b/NEWS
index 7abbf04..0b1c5e3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,38 @@
+--------------
+polkit 0.118
+--------------
+
+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.118.
+
+Highlights:
+ move to mozjs78
+ tarball CI fix
+
+Build requirements
+
+ glib, gobject, gio    >= 2.32
+ mozjs-78
+ gobject-introspection >= 0.6.2 (optional)
+ pam (optional)
+ ConsoleKit OR systemd
+
+Changes since polkit 0.117:
+
+ Xi Ruoyao:
+    tarball fixup for distcheck
+
+ Valentin David:
+    updated dependency to mozjs78
+
+Many thanks to all contributors!
+
+Jan Rybar et al.,
+September 8, 2020
+
 --------------
 polkit 0.117
 --------------
diff --git a/configure.ac b/configure.ac
index c4569f1..4ac2219 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.117], [http://lists.freedesktop.org/mailman/listinfo/polkit-devel], , [http://www.freedesktop.org/wiki/Software/polkit])
+AC_INIT([polkit], [0.118], [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