summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2010-08-09 16:49:53 -0400
committerDavid Zeuthen <davidz@redhat.com>2010-08-09 16:49:53 -0400
commita22786aa68be92cf39239095dc7e810c8019848a (patch)
treef8f87b5bc27d50894ff9ff55db23315ca5755bdb
parentb516b57b666339d8a7c13d9538dadb0d6b5d1db6 (diff)
Post-release version bump to 0.98
Signed-off-by: David Zeuthen <davidz@redhat.com>
-rw-r--r--NEWS20
-rw-r--r--configure.ac4
2 files changed, 22 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 976f287..f9aea8c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,24 @@
--------------
+PolicyKit 0.98 (not released)
+--------------
+
+This is PolicyKit 0.98.
+
+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.11
+ gobject-introspection >= 0.6.2 (optional)
+ pam (optional)
+
+Changes since PolicyKit 0.97:
+
+ TODO
+
+--------------
PolicyKit 0.97
--------------
diff --git a/configure.ac b/configure.ac
index a1980f3..dc556ff 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.97, http://lists.freedesktop.org/mailman/listinfo/polkit-devel)
-AM_INIT_AUTOMAKE(polkit, 0.97)
+AC_INIT(polkit, 0.98, http://lists.freedesktop.org/mailman/listinfo/polkit-devel)
+AM_INIT_AUTOMAKE(polkit, 0.98)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE