summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2009-08-12 15:14:32 -0400
committerDavid Zeuthen <davidz@redhat.com>2009-08-12 15:14:32 -0400
commit0fe9dde9c5e716db058971c121d24abf48e222f0 (patch)
treec96eb91d2d7160a9d5a4b54b35c8360556347460
parenta7aacbb57823f5001e1db69cb82cba57195c6a58 (diff)
Update NEWS for release0.94
-rw-r--r--NEWS42
1 files changed, 41 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f6fcae6..cffd86a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,44 @@
--------------
+PolicyKit 0.94
+--------------
+
+This is PolicyKit 0.94.
+
+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.21.4
+ eggdbus-1 >= 0.5
+ gobject-introspection >= 0.6.2 (optional)
+ pam
+
+Changes since PolicyKit 0.93:
+
+ David Zeuthen (13):
+ Post-release version bump to 0.94
+ Require correct versions of glib and eggdbus
+ Ignore .pkla files starting with dot and don't segfault on error path
+ Allow unprivileged callers to check authorizations
+ Don't spawn man(1) from a setuid program
+ Add polkit.retains_authorization_after_challenge to authz result
+ Ensure all fds except stdin/stdout/stderr are closed after exec(2)
+ Be more careful when determining process start time
+ Pass the right struct offset for the ::changed class signal handler
+ Don't set the GError if the process doesn't exist
+ Remove temporary authorization when the subject it applies to vanishes
+ Generate GI gir and typelibs for libpolkit-gobject-1
+ Update NEWS for release
+
+ Joe Marcus Clarke (1):
+ Bug 23093 – FreeBSD portability fixes
+
+David Zeuthen,
+August 12, 2009
+
+--------------
PolicyKit 0.93
--------------
@@ -14,7 +54,7 @@ Build requirements
eggdbus-1 >= 0.5
pam
-Changes since PolicyKit 0.93:
+Changes since PolicyKit 0.92:
David Zeuthen (16):
Post-release version bump to 0.93