bump to version 0.90 and ensure we're parallel installable with 0.9
authorDavid Zeuthen <davidz@redhat.com>
Thu, 31 Jul 2008 21:14:55 +0000 (17:14 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Thu, 31 Jul 2008 21:14:55 +0000 (17:14 -0400)
commit2a35667777841f7ea1ef2912963962f04955f9e6
tree90294f32f93cb7190ff80d4c4d800d9f450361c3
parent2aa16b5ea71db4912d7cb01415b6733178be3729
bump to version 0.90 and ensure we're parallel installable with 0.9

This is the first move towards 1.0; also

 - kill the config file
 - merge libpolkit and libpolkit-dbus

Now to write a system daemon that libpolkit will use for the
backend. Expect HEAD to be broken for a few weeks at least.

Also see http://ometer.com/parallel.html for what "parallel
installable" means. As a result, all the binaries, man pages, .policy
file dir and so forth have been renamed too. I expect the API to
change a bit. So some (not much though) porting to PolicyKit 1.0 will
be required by current users.
59 files changed:
Makefile.am
README
configure.in
data/Makefile.am
data/PolicyKit.conf.in [deleted file]
data/config.dtd [deleted file]
data/org.freedesktop.PolicyKit.AuthenticationAgent1.xml [moved from data/org.freedesktop.PolicyKit.AuthenticationAgent.xml with 99% similarity]
data/polkit-1.pc.in [new file with mode: 0644]
data/polkit-dbus.pc.in [deleted file]
data/polkit-grant-1.in [moved from data/polkit.in with 100% similarity]
data/polkit-grant-1.pc.in [new file with mode: 0644]
data/polkit-grant.pc.in [deleted file]
data/polkit.pc.in [deleted file]
doc/Makefile.am
doc/man/Makefile.am
doc/man/PolicyKit.conf.xml [deleted file]
doc/man/PolicyKit.xml
doc/man/polkit-action.xml
doc/man/polkit-auth.xml
doc/man/polkit-config-file-validate.xml [deleted file]
doc/man/polkit-policy-file-validate.xml
doc/polkit-docs.xml
policy/Makefile.am
src/Makefile.am
src/polkit-dbus/Makefile.am [deleted file]
src/polkit-dbus/polkit-dbus-test.c [deleted file]
src/polkit-dbus/polkit-dbus-test.h [deleted file]
src/polkit-grant/Makefile.am
src/polkit-grant/polkit-authorization-db-write.c
src/polkit-grant/polkit-explicit-grant-helper.c
src/polkit-grant/polkit-grant-helper-pam.c
src/polkit-grant/polkit-grant-helper.c
src/polkit-grant/polkit-grant.c
src/polkit-grant/polkit-revoke-helper.c
src/polkit/Makefile.am
src/polkit/polkit-authorization-db.c
src/polkit/polkit-config.c [deleted file]
src/polkit/polkit-config.h [deleted file]
src/polkit/polkit-context.c
src/polkit/polkit-context.h
src/polkit/polkit-policy-cache.c
src/polkit/polkit-policy-file-entry.c
src/polkit/polkit-read-auth-helper.c [moved from src/polkit-dbus/polkit-read-auth-helper.c with 97% similarity]
src/polkit/polkit-resolve-exe-helper.c [moved from src/polkit-dbus/polkit-resolve-exe-helper.c with 98% similarity]
src/polkit/polkit-set-default-helper.c [moved from src/polkit-dbus/polkit-set-default-helper.c with 92% similarity]
src/polkit/polkit-simple.c [moved from src/polkit-dbus/polkit-simple.c with 99% similarity]
src/polkit/polkit-simple.h [moved from src/polkit-dbus/polkit-simple.h with 93% similarity]
src/polkit/polkit-sysdeps.c
src/polkit/polkit-test.c
src/polkit/polkit-test.h
src/polkit/polkit-tracker.c [moved from src/polkit-dbus/polkit-dbus.c with 99% similarity]
src/polkit/polkit-tracker.h [moved from src/polkit-dbus/polkit-dbus.h with 85% similarity]
src/polkit/polkit.h
test/authdb-test/lib/polkit-1/.gitignore [moved from test/authdb-test/run/PolicyKit/.gitignore with 100% similarity]
test/authdb-test/run/polkit-1/.gitignore [moved from test/authdb-test/lib/PolicyKit/.gitignore with 100% similarity]
tools/Makefile.am
tools/polkit-auth.c
tools/polkit-bash-completion-1.sh [moved from tools/polkit-bash-completion.sh with 83% similarity]
tools/polkit-config-file-validate.c [deleted file]