summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2019-09-03 14:36:36 +0200
committerSumit Bose <sbose@redhat.com>2019-09-03 15:35:45 +0200
commit1b1528038e084a9f81ea108cffca9c2707623b9c (patch)
treeb160acbcd71a7437f07437f0f9eec2cf1c8c3a5f
parent2edc26afda17db1a92703deb16658e9de9f79e14 (diff)
Release version 0.9.00.9.0
-rw-r--r--NEWS19
-rw-r--r--configure.ac6
2 files changed, 22 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index f0bd60b..cd24ba1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+0.9.0
+ - Improve parsing of NetLogon replies [bfo#98143], [bfo#100466]
+ - Add support of read-only domain controllers (RODC)
+ - New option --add-samba-data to update Samba's TDBs [gfo#6]
+ - New option --trusted-for-delegation [rhbz#1538730]
+ - Only update attributes given on the command line
+ - Support join with privileged account [rhbz#1542354]
+ - New options --add-service-principal and --remove-service-principal
+ - Check all DC according to MS-DISO [gfo#13]
+ - Increment kvno after password change with user creds [rhbz#1642546]
+ - Determine FQDN is needed [gfo#1]
+ - New option --nis-domain [gfo#2]
+ - Always add "default" principals at join [rhbz#1644311]
+ - Add 'testjoin' command [rhbz#1622583]
+ - Improve handling on encryption types [gfo#3], [rhbz#1717355], [rhbz#1683745]
+ (bfo: https://bugs.freedesktop.org/,
+ gfo: https://gitlab.freedesktop.org/realmd/adcli/issues/
+ rhbz: https://bugzilla.redhat.com/)
+
0.8.2
- Use keytab for realm and NetBIOS name when delete-computer
- Patch adcli.xml to fix documentation [93913]
diff --git a/configure.ac b/configure.ac
index 68877c7..ebc6cb4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
AC_PREREQ(2.61)
AC_INIT([adcli],
- [0.8.2],
- [https://bugs.freedesktop.org/enter_bug.cgi?product=realmd],
+ [0.9.0],
+ [https://gitlab.freedesktop.org/realmd/adcli/issues/new],
[adcli],
- [http://example.com/website.html])
+ [https://gitlab.freedesktop.org/realmd/adcli])
AC_USE_SYSTEM_EXTENSIONS