diff options
author | David Zeuthen <davidz@redhat.com> | 2010-09-15 12:57:25 -0400 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2010-09-15 12:58:21 -0400 |
commit | 5cdeafcbfc7d90d4760dd0c89a97eaf4b3a7cf41 (patch) | |
tree | e4a91b43b6a2cc40d186aef01eff3dea7201e946 | |
parent | cf85c52647e27e3fcceb6906d6de6d6ba81d2d5b (diff) |
Post-release version bump to 0.100
Signed-off-by: David Zeuthen <davidz@redhat.com>
-rw-r--r-- | NEWS | 25 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 27 insertions, 2 deletions
@@ -1,4 +1,29 @@ -------------- +PolicyKit 0.100 +-------------- + +This is PolicyKit 0.100 + +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.25.12 + gobject-introspection >= 0.6.2 (optional) + pam (optional) + +Changes since PolicyKit 0.99: + + TODO:log + +Thanks to our contributors. + +David Zeuthen, +TODO:date + +-------------- PolicyKit 0.99 -------------- diff --git a/configure.ac b/configure.ac index 1e02424..75c5c67 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59c) -AC_INIT(polkit, 0.99, http://lists.freedesktop.org/mailman/listinfo/polkit-devel) -AM_INIT_AUTOMAKE(polkit, 0.99) +AC_INIT(polkit, 0.100, http://lists.freedesktop.org/mailman/listinfo/polkit-devel) +AM_INIT_AUTOMAKE(polkit, 0.100) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE |