summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2018-04-02 17:16:50 -0400
committerRay Strode <rstrode@redhat.com>2018-04-03 14:48:00 -0400
commit2cfe40d001049ec68377f16ce09d9d168b7f4ad0 (patch)
tree34f5d126882919ca7051f359c816f2d375d263a2
parented06baed179166389d536420a6fc532781d48178 (diff)
downloadpolkit-2cfe40d001049ec68377f16ce09d9d168b7f4ad0.tar.gz
Post-release version bump to 0.115
-rw-r--r--NEWS30
-rw-r--r--configure.ac2
2 files changed, 31 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 79ac4d7..6bcdc1a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,34 @@
--------------
+polkit 0.115
+--------------
+
+WARNING WARNING WARNING: This is a prerelease on the road to polkit
+1.0. Public API might change and certain parts of the code still needs
+some security review. Use at your own risk.
+
+This is polkit 0.115.
+
+Highlights:
+ TODO
+
+Build requirements
+
+ glib, gobject, gio >= 2.32
+ mozjs185 or mozjs-17.0
+ gobject-introspection >= 0.6.2 (optional)
+ pam (optional)
+ ConsoleKit OR systemd
+
+Changes since polkit 0.114:
+
+ TODO
+
+Thanks to our contributors.
+
+Colin Walters and Miloslav Trmač,
+$DATE
+
+--------------
polkit 0.114
--------------
diff --git a/configure.ac b/configure.ac
index 130a482..36df239 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59c)
-AC_INIT([polkit], [0.114], [http://lists.freedesktop.org/mailman/listinfo/polkit-devel], , [http://www.freedesktop.org/wiki/Software/polkit])
+AC_INIT([polkit], [0.115], [http://lists.freedesktop.org/mailman/listinfo/polkit-devel], , [http://www.freedesktop.org/wiki/Software/polkit])
AM_INIT_AUTOMAKE([])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_MACRO_DIR([buildutil])