summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2015-04-14 12:00:06 +0200
committerStef Walter <stefw@redhat.com>2015-04-14 12:00:06 +0200
commit3a5842ce1e21c472ce8bd95a8c91e6031e486b9e (patch)
tree455d7043b4d7e625249942e5c37845cf65713a3a
parent94a421e6506fbebb22ef7accf0669b7a8d3a10d0 (diff)
Release version 0.16.00.16.0
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 82bc001..df886b0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+0.16.0
+ * Disable automatic AD joins by default [#89205]
+ * Validate text we receive from LDAP
+ * Prefer adcli for AD joins
+ * Remove hard dependency on PackageKit
+ * Fix crash when empty password is used with realm client
+
0.15.2
* Fix PackageKit installation issue
* Remove our copy of valgrind.h
diff --git a/configure.ac b/configure.ac
index c40e9de..223529a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.63)
-AC_INIT([realmd], [0.15.2],
+AC_INIT([realmd], [0.16.0],
[http://bugs.freedesktop.org/enter_bug.cgi?product=realmd],
[realmd])