summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2016-08-01 14:21:22 +0200
committerStef Walter <stefw@redhat.com>2016-08-01 14:21:22 +0200
commitbdccd7bcc1e5c9d0d72070d992ab1b87243f6d81 (patch)
tree84cc588c8b4adc16e5f6d941f5ba82eef6ee9efb
parent8ef1e6da7fcdd4c8608022bb8c8d9ee805a525af (diff)
Bump version number0.16.3
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6d6659c..90ffe8b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+0.16.3
+ * Add os-name and os-version command line options
+ * Add computer-name support to realmd join CLI and config
+ * Don't fall over if a [domain] section in sssd.conf exists
+ * Fully qualify --computer-ou DN before passing to adcli
+ * Fix issue where diagnostics about package install hidden
+ * Updated translations
+
0.16.2
* Be more liberal with domain name chars
* Increase timeout when calling PackageKit
diff --git a/configure.ac b/configure.ac
index 0376887..5c0a8e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.63)
-AC_INIT([realmd], [0.16.2],
+AC_INIT([realmd], [0.16.3],
[http://bugs.freedesktop.org/enter_bug.cgi?product=realmd],
[realmd])