diff options
author | Stef Walter <stefw@redhat.com> | 2013-07-22 17:10:53 +0200 |
---|---|---|
committer | Stef Walter <stefw@redhat.com> | 2013-07-22 17:10:53 +0200 |
commit | 3e937ed8ed677714d1eddb03b5a9cc7e944f1358 (patch) | |
tree | 068d9306f2e31cfd1d2fe3875b83e3d6a53b7039 | |
parent | f914fa138cfb0d00f40c8328777f0d7193fb2c4e (diff) |
Release version 0.7.20.7.2
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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]) |