summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2021-02-19 12:28:02 +0100
committerSumit Bose <sbose@redhat.com>2021-02-19 12:28:02 +0100
commitd0bbc1fe5aea56cb2ca93d1ecac69404adcdae9a (patch)
tree4eb009fc43cac8e7b228262aa2f720c69c4532ed
parentdbbfa8e5a0f45e2ebd898f1cf07e1376784e888f (diff)
Release version 0.17.00.17.0
-rw-r--r--NEWS17
-rw-r--r--configure.ac4
2 files changed, 19 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 90ffe8b..365120f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+0.17.0
+ * Use current idmap options for smb.conf [rhbz#1484072]
+ * Find NetBIOS name in keytab while leaving [rhbz#1370457]
+ * Work properly with Python 3
+ * discover: try to get domain name from hostname [rhbz#1619162]
+ * Set 'NEWEST' flag when resolving packages with PackageKit
+ * service: use "kerberos method" "secrets and keytab" [rhbz#1801195]
+ * Use startTLS with FreeIPA [gfo#23]
+ * service: use 'additional dns hostnames' with net ads join [rhbz#1867912]
+ * Fix pam misconfiguration for SUSE systems
+ * Also install libnss-winbind on Debian systems
+ * Kerberos: add default_domain and udp_preference_limit [rhbz#1791016]
+ * tools: add --use-ldaps option for discover, join and leave [rhbz#1826964]
+ * Fix nsswitch handling when joining and leaving domain for suse distro
+ * paths: install realmd in libexecdir [gfo#26]
+ * tools: enforce absolute path for install option [gfo#27]
+
0.16.3
* Add os-name and os-version command line options
* Add computer-name support to realmd join CLI and config
diff --git a/configure.ac b/configure.ac
index 4446621..ee067d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.63)
-AC_INIT([realmd], [0.16.3],
- [http://bugs.freedesktop.org/enter_bug.cgi?product=realmd],
+AC_INIT([realmd], [0.17.0],
+ [https://gitlab.freedesktop.org/realmd/realmd/-/issues],
[realmd])
# -----------------------------------------------------------------------------