diff options
author | David Zeuthen <davidz@redhat.com> | 2012-04-24 12:46:24 -0400 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2012-04-24 12:46:24 -0400 |
commit | 7cb21aa77e0edf7fe1bc87eaf3d8d9a5a8e38746 (patch) | |
tree | 5b88ab5a15c7bd897dd6299aea38685dc25962e2 /NEWS | |
parent | a7e4674b9a30e28d1fe238db735c37b52e3af72d (diff) | |
download | polkit-7cb21aa77e0edf7fe1bc87eaf3d8d9a5a8e38746.tar.gz |
Update NEWS for release
Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 40 |
1 files changed, 40 insertions, 0 deletions
@@ -1,4 +1,44 @@ -------------- +polkit 0.105 +-------------- + +This is polkit 0.105 + +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. + +Build requirements + + glib, gobject, gio >= 2.28 + gobject-introspection >= 0.6.2 (optional) + pam (optional) + ConsoleKit OR systemd + +Changes since polkit 0.104: + +David Zeuthen (11): + Post-release version bump + PolkitUnixSession: Set error if we cannot find a session for the given pid + PolkitUnixSession: Actually return TRUE if a session exists + PolkitAgentSession: Don't leak file descriptors + Add pkttyagent(1) helper + Make it possible to influence agent registration with an a{sv} parameter + Fix type in docs + Mention pkttyagent(1) in "Writing PolicyKit applications" chapter + Update the docs to use 'polkit' (instead of 'PolicyKit') as the name + Add Makefile rules for signing and publishing releases and docs + Update NEWS for release + +Ryan Lortie (1): + Various builddir != srcdir fixes + +Thanks to our contributors. + +David Zeuthen, +April 24, 2012 + +-------------- PolicyKit 0.104 -------------- |