diff options
author | David Zeuthen <davidz@redhat.com> | 2011-08-01 10:11:03 -0400 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2011-08-01 10:11:03 -0400 |
commit | 02b6567426bd466072273029cd55f79bd5bfb2fb (patch) | |
tree | eca021544b5cfde5026bda9469ad5afddddff0ab /NEWS | |
parent | 4b4f6666ae66a554bfd7180ac99973a66db22a08 (diff) | |
download | polkit-02b6567426bd466072273029cd55f79bd5bfb2fb.tar.gz |
Update NEWS for release0.102
Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 46 |
1 files changed, 46 insertions, 0 deletions
@@ -1,4 +1,50 @@ -------------- +PolicyKit 0.102 +-------------- + +This is PolicyKit 0.102 + +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.28 + gobject-introspection >= 0.6.2 (optional) + pam (optional) + +Changes since PolicyKit 0.101: + + Benjamin Otte (1): + introspection: Add --c-include to the gir files + + David Zeuthen (7): + Post-release version bump to 0.102 + Don't show diagnostic messages intended for the administrator to the end u + PolkitUnixProcess: Clarify that the real uid is returned, not the effectiv + Make PolkitUnixProcess also record the uid of the process + Use polkit_unix_process_get_uid() to get the owner of a process + pkexec: Avoid TOCTTOU problems with parent process + Update NEWS for release + + Evan Nemerson (1): + Specify exported pkg-config files in GIRs + + Marc Deslauriers (1): + Fix multi-line pam prompt handling + + Martin Pitt (3): + Ignore .po/ for intltool + Fix backend crash if a .policy file does not specify <message> + Bug 38769 — pkexec: Support running X11 apps + +Thanks to our contributors. + +David Zeuthen, +August 1, 2011 + +-------------- PolicyKit 0.101 -------------- |