PolicyKit: Branch 'master' - 2 commits

David Zeuthen david at kemper.freedesktop.org
Mon Aug 9 14:55:27 PDT 2010


 NEWS         |   83 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    4 +-
 2 files changed, 85 insertions(+), 2 deletions(-)

New commits:
commit a22786aa68be92cf39239095dc7e810c8019848a
Author: David Zeuthen <davidz at redhat.com>
Date:   Mon Aug 9 16:49:53 2010 -0400

    Post-release version bump to 0.98
    
    Signed-off-by: David Zeuthen <davidz at redhat.com>

diff --git a/NEWS b/NEWS
index 976f287..f9aea8c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,24 @@
 --------------
+PolicyKit 0.98 (not released)
+--------------
+
+This is PolicyKit 0.98.
+
+WARNING WARNING WARNING: This is a prerelease on the road to PolicyKit
+1.0. Public API might change and certain parts of the code still needs
+some security review. Use at your own risk.
+
+Build requirements
+
+ glib, gobject, gio    >= 2.25.11
+ gobject-introspection >= 0.6.2 (optional)
+ pam (optional)
+
+Changes since PolicyKit 0.97:
+
+ TODO
+
+--------------
 PolicyKit 0.97
 --------------
 
diff --git a/configure.ac b/configure.ac
index a1980f3..dc556ff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59c)
-AC_INIT(polkit, 0.97, http://lists.freedesktop.org/mailman/listinfo/polkit-devel)
-AM_INIT_AUTOMAKE(polkit, 0.97)
+AC_INIT(polkit, 0.98, http://lists.freedesktop.org/mailman/listinfo/polkit-devel)
+AM_INIT_AUTOMAKE(polkit, 0.98)
 AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE
 
commit b516b57b666339d8a7c13d9538dadb0d6b5d1db6
Author: David Zeuthen <davidz at redhat.com>
Date:   Mon Aug 9 16:19:55 2010 -0400

    Update NEWS for release
    
    Signed-off-by: David Zeuthen <davidz at redhat.com>

diff --git a/NEWS b/NEWS
index fecfeb9..976f287 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,67 @@
 --------------
+PolicyKit 0.97
+--------------
+
+This is PolicyKit 0.97.
+
+WARNING WARNING WARNING: This is a prerelease on the road to PolicyKit
+1.0. Public API might change and certain parts of the code still needs
+some security review. Use at your own risk.
+
+The main change since the previous version is a port from eggdbus to
+GLib's new D-Bus implementation. Other changes includes various bug
+fixes and support for shadow authentication. Support for the
+AddLockdown() and RemoveLockdown() methods has been removed. You will
+need an updated version of PolicyKit-gnome to go with this release.
+
+Build requirements
+
+ glib, gobject, gio    >= 2.25.11
+ gobject-introspection >= 0.6.2 (optional)
+ pam (optional)
+
+Changes since PolicyKit 0.96:
+
+Andrew Psaltis (1):
+      Add shadow support
+
+Dan Rosenberg (1):
+      Bug 26982 – pkexec information disclosure vulnerability
+
+David Zeuthen (23):
+      Post-release version bump to 0.97
+      Port core bits to gdbus
+      Port CK class to gdbus
+      Port PolkitBackendInteractiveAuthority to gdbus
+      Port PolkitAgent to gdbus
+      Add generated docbook D-Bus API docs to git
+      Nuke eggdbus usage
+      Make polkitd accept --replace and gracefully handle SIGINT
+      Implement polkit_temporary_authorization_new_for_gvariant()
+      Remove Lock Down functionality
+      Make NameOwnerChanged a private impl detail of the interactive authority
+      Update README
+      Merge remote branch 'origin/gdbus'
+      Add a GPermission implementation
+      PolkitAuthority: Implement failable initialization
+      PolkitAuthority: Add g_return_if_fail() checks
+      Add g_return_if_fail() to all public API entry points
+      Use polkit_authority_get_sync() instead of deprecated polkit_authority_get
+      PolkitBackend: Don't export unneeded convenience API
+      Update GI annotations
+      Don't dist org.freedesktop.ConsoleKit.xml; It's dead, Jim
+      Properly reference headers
+      Update NEWS for release
+
+Petr Mrázek (1):
+      Bug 29051 – Configuration reload on every query
+
+Thanks to our contributors.
+
+David Zeuthen,
+August 9, 2010
+
+--------------
 PolicyKit 0.96
 --------------
 


More information about the hal-commit mailing list