summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Zeuthen <david@fubar.dk>2006-06-06 11:55:50 +0000
committerDavid Zeuthen <david@fubar.dk>2006-06-06 11:55:50 +0000
commit8be672ff73c76f99b15f72cc9fb1b3eb4d1a778c (patch)
tree1dbb87f33035d439758796e5ed08bd4b39f37fff /ChangeLog
parent1c3d5691ad444ae2849d079e3745d6b476614623 (diff)
downloadpolkit-8be672ff73c76f99b15f72cc9fb1b3eb4d1a778c.tar.gz
Patch from Frederic Peters <fpeters@entrouvert.com>.
http://jhbuild.bxlug.be/builds/2006-06-06-0000/logs/PolicyKit/#build shows a error when building newest PolicyKit with Debian PAM libraries. Attached patch adds new configure checks; pam-polkit-console.c may need alternate behaviour if pam_vsyslog is missing (using straight vsyslog?). configure.in,
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c14219..2928a6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2006-06-06 David Zeuthen <davidz@redhat.com>
+
+ Patch from Frederic Peters <fpeters@entrouvert.com>.
+ http://jhbuild.bxlug.be/builds/2006-06-06-0000/logs/PolicyKit/#build
+ shows a error when building newest PolicyKit with Debian PAM
+ libraries.
+
+ Attached patch adds new configure checks; pam-polkit-console.c may
+ need alternate behaviour if pam_vsyslog is missing (using straight
+ vsyslog?).
+
+ * configure.in,
+ * pam-polkit-console/pam-polkit-console.c: (_pam_log):
+ * doc/TODO:
+
2006-06-05 David Zeuthen <davidz@redhat.com>
Lots of changes! Almost ready for 0.2 release.