Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
polkit
polkit
Commits
ff4c2144
Commit
ff4c2144
authored
Sep 09, 2020
by
Jan Rybar
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '0.118' into 'master'
Release 0.118 See merge request
!65
parents
f3f8ac1d
625db5a3
Pipeline
#200845
passed with stage
in 3 minutes and 29 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
40 additions
and
5 deletions
+40
-5
Makefile.am
Makefile.am
+4
-4
NEWS
NEWS
+35
-0
configure.ac
configure.ac
+1
-1
No files found.
Makefile.am
View file @
ff4c2144
...
...
@@ -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
@people.freedesktop.org:/srv/www.freedesktop.org/www/software/polkit/releases/"
scp polkit-
$(VERSION)
.tar.gz polkit-
$(VERSION)
.tar.gz.sign
"
jrybar
@people.freedesktop.org:/srv/www.freedesktop.org/www/software/polkit/releases/"
publish-docs
:
gtkdoc-rebase
--html-dir
docs/polkit/html
--online
ssh
"
david
@people.freedesktop.org"
"mkdir -p /srv/www.freedesktop.org/www/software/polkit/docs/
$(VERSION)
"
scp docs/polkit/html/
*
"
david
@people.freedesktop.org:/srv/www.freedesktop.org/www/software/polkit/docs/
$(VERSION)
"
ssh
"
david
@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
@people.freedesktop.org"
"mkdir -p /srv/www.freedesktop.org/www/software/polkit/docs/
$(VERSION)
"
scp docs/polkit/html/
*
"
jrybar
@people.freedesktop.org:/srv/www.freedesktop.org/www/software/polkit/docs/
$(VERSION)
"
ssh
"
jrybar
@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
*
~
...
...
NEWS
View file @
ff4c2144
--------------
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
--------------
...
...
configure.ac
View file @
ff4c2144
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59c)
AC_INIT([polkit], [0.11
7
], [http://lists.freedesktop.org/mailman/listinfo/polkit-devel], , [http://www.freedesktop.org/wiki/Software/polkit])
AC_INIT([polkit], [0.11
8
], [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])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment