PolicyKit: Branch 'master' - 2 commits
David Zeuthen
david at kemper.freedesktop.org
Wed Sep 15 09:58:40 PDT 2010
NEWS | 39 +++++++++++++++++++++++++++++++++++++--
configure.ac | 4 ++--
2 files changed, 39 insertions(+), 4 deletions(-)
New commits:
commit 5cdeafcbfc7d90d4760dd0c89a97eaf4b3a7cf41
Author: David Zeuthen <davidz at redhat.com>
Date: Wed Sep 15 12:57:25 2010 -0400
Post-release version bump to 0.100
Signed-off-by: David Zeuthen <davidz at redhat.com>
diff --git a/NEWS b/NEWS
index a3a277c..a17959f 100644
--- a/NEWS
+++ b/NEWS
@@ -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
commit cf85c52647e27e3fcceb6906d6de6d6ba81d2d5b
Author: David Zeuthen <davidz at redhat.com>
Date: Wed Sep 15 12:54:15 2010 -0400
Update NEWS for release
Signed-off-by: David Zeuthen <davidz at redhat.com>
diff --git a/NEWS b/NEWS
index 8fa8294..a3a277c 100644
--- a/NEWS
+++ b/NEWS
@@ -16,12 +16,22 @@ Build requirements
Changes since PolicyKit 0.98:
-TODO:log
+ Colin Walters (3):
+ Remove duplicate definitions of enumeration types
+ Fix (correct) GCC warning about possibly-uninitialized variable
+ Fix another GCC uninitialized variable warning
+
+ David Zeuthen (2):
+ Post-release version bump to 0.99
+ Update NEWS for release
+
+ Vincent Untz (1):
+ Bug 29816 â Install polkitagentenumtypes.h
Thanks to our contributors.
David Zeuthen,
-TODO:date
+September 15, 2010
--------------
PolicyKit 0.98
More information about the hal-commit
mailing list