Post-release version bump to 0.99
authorDavid Zeuthen <davidz@redhat.com>
Fri, 20 Aug 2010 17:03:41 +0000 (13:03 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Fri, 20 Aug 2010 17:03:41 +0000 (13:03 -0400)
Signed-off-by: David Zeuthen <davidz@redhat.com>
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 6eb23b7c4f283a13eb8e62ea4a3a575c89cd63e9..8fa8294fb4ec1061ed711c09e0edbfe20f7436b4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+--------------
+PolicyKit 0.99
+--------------
+
+This is PolicyKit 0.99
+
+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.98:
+
+TODO:log
+
+Thanks to our contributors.
+
+David Zeuthen,
+TODO:date
+
 --------------
 PolicyKit 0.98
 --------------
index 0aafe936b9bf460899f48c228211f60775813e59..1e02424220abdd51a88a21487ae6f76212ceac96 100644 (file)
@@ -1,8 +1,8 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59c)
-AC_INIT(polkit, 0.98, http://lists.freedesktop.org/mailman/listinfo/polkit-devel)
-AM_INIT_AUTOMAKE(polkit, 0.98)
+AC_INIT(polkit, 0.99, http://lists.freedesktop.org/mailman/listinfo/polkit-devel)
+AM_INIT_AUTOMAKE(polkit, 0.99)
 AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE