PolicyKit: Branch 'master' - 3 commits
Miloslav Trmac
mitr at kemper.freedesktop.org
Wed May 15 14:20:32 PDT 2013
NEWS | 104 +++++++++++++++++++++++++++++++++++++++++++++---
configure.ac | 2
docs/polkit/Makefile.am | 1
3 files changed, 101 insertions(+), 6 deletions(-)
New commits:
commit 52e1458847d3fff6dd1cc5945773a344b5ae3817
Author: Miloslav TrmaÄ <mitr at redhat.com>
Date: Wed May 15 23:20:08 2013 +0200
Post-release version bump to 0.112
diff --git a/NEWS b/NEWS
index cb32d7b..830c8f3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,34 @@
--------------
+polkit 0.112
+--------------
+
+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.112.
+
+Highlights:
+ TODO
+
+Build requirements
+
+ glib, gobject, gio >= 2.30
+ mozjs185 or mozjs-17.0
+ gobject-introspection >= 0.6.2 (optional)
+ pam (optional)
+ ConsoleKit OR systemd
+
+Changes since polkit 0.111:
+
+ TODO
+
+Thanks to our contributors.
+
+Miloslav TrmaÄ,
+$DATE
+
+--------------
polkit 0.111
--------------
diff --git a/configure.ac b/configure.ac
index a10be61..4bb6d90 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.111], [http://lists.freedesktop.org/mailman/listinfo/polkit-devel], , [http://www.freedesktop.org/wiki/Software/polkit])
+AC_INIT([polkit], [0.112], [http://lists.freedesktop.org/mailman/listinfo/polkit-devel], , [http://www.freedesktop.org/wiki/Software/polkit])
AM_INIT_AUTOMAKE([])
AC_CONFIG_HEADERS(config.h)
AM_MAINTAINER_MODE
commit fe04bb216847e3d22d6b88b9526e5a99472d94d0
Author: Miloslav TrmaÄ <mitr at redhat.com>
Date: Wed May 15 16:22:24 2013 +0200
Update NEWS for release
diff --git a/NEWS b/NEWS
index 99b927b..cb32d7b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
--------------
-polkit 0.111 (unreleased)
+polkit 0.111
--------------
WARNING WARNING WARNING: This is a prerelease on the road to polkit
@@ -8,22 +8,86 @@ some security review. Use at your own risk.
This is polkit 0.111.
+Highlights:
+ The JavaScript interpreter is now mandatory.
+ Both js185 and mozjs17 versions of SpiderMonkey are supported.
+
Build requirements
glib, gobject, gio >= 2.30
- mozjs185
+ mozjs185 or mozjs-17.0
gobject-introspection >= 0.6.2 (optional)
pam (optional)
ConsoleKit OR systemd
Changes since polkit 0.110:
- TODO
+Colin Walters (6):
+ mocklibc: Only require autoconf 2.63
+ configure: Specify GLib min/max version
+ jsauthority: We can really only handle a string
+ jsauthority: Use JSVAL_NULL rather than {0} struct initialization
+ Revert "Dynamically load libmozjs185.so and cope with it not being available"
+ jsauthority: Work with mozjs-17.0 too
+
+David Zeuthen (1):
+ Post-release version bump to 0.111
+
+Giovanni Campagna (1):
+ build: try harder to avoid systemd/consolekit misconfiguration
+
+Michael Biebl (1):
+ man: Fix pkaction man page wrt to --action-id option
+
+Miloslav TrmaÄ (28):
+ Clean (git status) after autogen.sh
+ Fix build with srcdir!=builddir
+ Fix DOC_SOURCE_DIR for builddir != srcdir
+ Fix various memory leaks.
+ Add annotation glossary
+ Leave out backend from gtk-doc generation
+ Fix most "undocumented symbol" warnings
+ Move polkit_temporary_authorization_new to private header file.
+ Include documentation of polkit_action_description_get_annotation_keys
+ Document deprecated functions.
+ Fold enum documentation into relevant classes
+ Fix an obvious docstring typo.
+ Add annotations for element types of returned lists
+ Add a FIXME to polkitprivate.h
+ Use auth_admin* instead of auth_self* in examples
+ More warnings about using auth_self*
+ Fix a TypeError when no admin rules are registered
+ Fix handling of null returned from _runRules
+ Refuse non-string parameters to Polkit.spawn()
+ Drop unused variable
+ Fix a memory leak
+ Remove an unused va_start
+ Don't spawn man for --help
+ Fix package version / bug report address mixing
+ Add bug reporting address and home page to --help output
+ Refuse unrecognized command-line operands
+ Exit pkaction with status 0 on success
+ Fix inclusion of COPYING into documentation with srcdir != builddir
+
+Nuno Araujo (1):
+ Fix the build with automake 1.13
+
+Samuli Suominen (1):
+ Add missing #include <sys/wait.h>
+
+Steve Langasek (1):
+ pkexec: Set process environment from pam_getenvlist()
+
+Vincent Untz (1):
+ polkitagent, pkexec: Respect SUID_CFLAGS and SUID_LDFLAGS
+
+darkxst (1):
+ update types for js188
Thanks to our contributors.
-David Zeuthen,
-$DATE
+Miloslav TrmaÄ,
+May 15, 2013
--------------
polkit 0.110
commit 0850f81922aa93a411d1d2ac559b63a308368fb2
Author: Miloslav TrmaÄ <mitr at redhat.com>
Date: Wed May 15 22:10:09 2013 +0200
Fix inclusion of COPYING into documentation with srcdir != builddir
https://bugs.freedesktop.org/show_bug.cgi?id=64197
diff --git a/docs/polkit/Makefile.am b/docs/polkit/Makefile.am
index fcfa92a..9cf9d3f 100644
--- a/docs/polkit/Makefile.am
+++ b/docs/polkit/Makefile.am
@@ -67,6 +67,7 @@ content_files = \
../man/pkaction.xml \
../man/pkexec.xml \
../man/pkttyagent.xml \
+ ../../COPYING \
$(NULL)
# Images to copy into HTML directory
More information about the hal-commit
mailing list