PolicyKit: Branch 'master' - 2 commits

David Zeuthen david at kemper.freedesktop.org
Fri Aug 20 10:01:20 PDT 2010


 NEWS                        |   22 +++++++++++++++++++---
 src/polkitagent/Makefile.am |    2 +-
 2 files changed, 20 insertions(+), 4 deletions(-)

New commits:
commit 43ebbd5549748ab49c977e5d1c57d72b01c8ec61
Author: David Zeuthen <davidz at redhat.com>
Date:   Fri Aug 20 13:00:04 2010 -0400

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

diff --git a/NEWS b/NEWS
index f9aea8c..6eb23b7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 --------------
-PolicyKit 0.98 (not released)
+PolicyKit 0.98
 --------------
 
 This is PolicyKit 0.98.
@@ -10,13 +10,29 @@ some security review. Use at your own risk.
 
 Build requirements
 
- glib, gobject, gio    >= 2.25.11
+ glib, gobject, gio    >= 2.25.12
  gobject-introspection >= 0.6.2 (optional)
  pam (optional)
 
 Changes since PolicyKit 0.97:
 
- TODO
+David Zeuthen (11):
+      Post-release version bump to 0.98
+      Require GLib 2.25.12
+      Fix scanning of unix-process subjects
+      Add textual authentication agent and use it in pkexec(1)
+      Fix ConsoleKit interaction bug
+      pkexec: add --disable-internal-agent option
+      pkcheck: add --enable-internal-agent option
+      Fix wording in pkexec(1) man page
+      Various doc cleanups
+      Fix dist-check
+      Update NEWS for release
+
+Thanks to our contributors.
+
+David Zeuthen,
+August 20, 2010
 
 --------------
 PolicyKit 0.97
commit 31d4c8add58ab4e137de154eff7f8f86096f38dc
Author: David Zeuthen <davidz at redhat.com>
Date:   Fri Aug 20 12:58:59 2010 -0400

    Fix dist-check
    
    Signed-off-by: David Zeuthen <davidz at redhat.com>

diff --git a/src/polkitagent/Makefile.am b/src/polkitagent/Makefile.am
index 733da72..d2fc9c8 100644
--- a/src/polkitagent/Makefile.am
+++ b/src/polkitagent/Makefile.am
@@ -107,7 +107,7 @@ install-exec-hook:
 	-chown root $(DESTDIR)$(libexecdir)/polkit-agent-helper-1
 	-chmod 4755 $(DESTDIR)$(libexecdir)/polkit-agent-helper-1
 
-EXTRA_DIST = polkitagentmarshal.list
+EXTRA_DIST = polkitagentmarshal.list polkitagentenumtypes.h.template polkitagentenumtypes.c.template
 
 dist-hook :
 	(for i in $(marshal_built_sources) $(BUILT_SOURCES) ; do rm -f $(distdir)/$$i ; done)


More information about the hal-commit mailing list