summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2016-08-01 14:30:49 +0200
committerStef Walter <stefw@redhat.com>2016-08-01 14:30:49 +0200
commit2fd6c6abd329efc06a487bc64a3ba804ffacfeee (patch)
tree7dcd2b3ad05e52bbdbe297e35ce973ce27255f44
parent84b2c879736d4e2481407cdcd23dae0515dcd258 (diff)
Bump version number0.8.2
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f6afabd..f0bd60b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+0.8.2
+ - Use keytab for realm and NetBIOS name when delete-computer
+ - Patch adcli.xml to fix documentation [93913]
+ - Remove \n or \r\n from password on stdin [78448]
+ - Update the documentation about the default kerberos cache [96544]
+ - Fix check for EAGAIN or EINTR [71257]
+
0.8.1
- Update keytab when computer password lifetime is zero
- Fix typo in man page
diff --git a/configure.ac b/configure.ac
index ebceece..221d8ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.61)
AC_INIT([adcli],
- [0.8.1],
+ [0.8.2],
[https://bugs.freedesktop.org/enter_bug.cgi?product=realmd],
[adcli],
[http://example.com/website.html])