summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2013-07-22 17:10:53 +0200
committerStef Walter <stefw@redhat.com>2013-07-22 17:10:53 +0200
commit3e937ed8ed677714d1eddb03b5a9cc7e944f1358 (patch)
tree068d9306f2e31cfd1d2fe3875b83e3d6a53b7039
parentf914fa138cfb0d00f40c8328777f0d7193fb2c4e (diff)
Release version 0.7.20.7.2
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8e2d29a..02a4a1b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+0.7.2
+ - Always show info for --domain-controller if provided
+ - Delete current host if no host specified to delete-computer
+ - Build and typo fixes
+
0.7.1
- Fix null pointer access
- Tweak way we process CLDAP ping responses
diff --git a/configure.ac b/configure.ac
index 2e8ed91..82fa08b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.61)
AC_INIT([adcli],
- [0.7.1],
+ [0.7.2],
[https://bugs.freedesktop.org/enter_bug.cgi?product=realmd],
[adcli],
[http://example.com/website.html])