summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2009-07-20 20:03:58 -0400
committerDavid Zeuthen <davidz@redhat.com>2009-07-20 20:03:58 -0400
commitf8a46a402e466c8d1a282b871e9ce1ecefba845a (patch)
tree8c2d2f6add64cd24675f63b19d039e68494dd2ad /NEWS
parent2fbf5d06e090cd5a7a78d2a98c91fa77068b8952 (diff)
downloadpolkit-f8a46a402e466c8d1a282b871e9ce1ecefba845a.tar.gz
Update NEWS for release0.93
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS43
1 files changed, 43 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 05d47c8..f6fcae6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,47 @@
--------------
+PolicyKit 0.93
+--------------
+
+This is PolicyKit 0.93.
+
+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
+ pam
+
+Changes since PolicyKit 0.93:
+
+David Zeuthen (16):
+ Post-release version bump to 0.93
+ GIO modules need to be prefix with lib
+ Cancel an authentication if the unique name for the subject vanishes
+ Plug a couple of memory leaks
+ Move local authority management to a separate library
+ Rip out polkit-local and refactor local authority to only use tmp authz
+ Move authentication agent bits to separate authority subclass
+ Also pass the identity of the subject we are checking for
+ Actually make the local authority look up authorization files
+ In .pkla files, use Result{Any,Inactive,Active} instead of just Result
+ Rename some man pages and the daemon binary
+ Add docs detailing how the Local Authority works
+ Add support for querying and revoking temporary authorizations
+ Fix make distcheck
+ Update TODO
+ Update NEWS for release
+
+Yanko Kaneti (2):
+ Use unique ids for sections to prevent them being autogenerated
+ More unique ids to get the docs build fully predictable
+
+David Zeuthen,
+July 20th, 2009
+
+--------------
PolicyKit 0.92
--------------