diff options
-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]) |