summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2015-07-31 13:10:20 +0200
committerStef Walter <stefw@redhat.com>2015-07-31 13:27:11 +0200
commit5fbff4c2d1d2a6429529b3bc950ca4f3090543d8 (patch)
tree400a27d9c1fbab1bfa3c1ef6fcffec43b2e08f95
parent07ab7430d352428743be6b5236b1a3df7e9fc6aa (diff)
Bump version0.16.2
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b32e963..6d6659c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+0.16.2
+ * Be more liberal with domain name chars
+ * Increase timeout when calling PackageKit
+ * List package names with spaces between them [#89464]
+ * Install to $prefix/lib instead of $libdir
+
0.16.1
* libsystemd build fix [#90519]
* Change default home directory to /home/%U@%D
diff --git a/configure.ac b/configure.ac
index 4a1ed93..032cdaa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.63)
-AC_INIT([realmd], [0.16.1],
+AC_INIT([realmd], [0.16.2],
[http://bugs.freedesktop.org/enter_bug.cgi?product=realmd],
[realmd])