summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2016-01-19 21:01:30 +0100
committerStef Walter <stefw@redhat.com>2016-01-19 21:01:30 +0100
commit89ff7a711e2c0490131a5c1964e0d18acd530a76 (patch)
treeb8619316b39324e214a8e82841a6fc0ae9d1e153
parent38050e8b593f9587fa5759c6bb717063aa22063a (diff)
Bump version number0.8.1
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 99d067d..f6afabd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+0.8.1
+ - Update keytab when computer password lifetime is zero
+ - Fix typo in man page
+
0.8.0
- Update keytab and computer account with 'adcli update' [#92908]
- Automatic time limited updates of keytab [#93282]
diff --git a/configure.ac b/configure.ac
index c75c21d..ebceece 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.61)
AC_INIT([adcli],
- [0.8.0],
+ [0.8.1],
[https://bugs.freedesktop.org/enter_bug.cgi?product=realmd],
[adcli],
[http://example.com/website.html])