summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2013-08-07 13:49:52 +0200
committerStef Walter <stefw@redhat.com>2013-08-07 13:49:52 +0200
commit57d510214d81cda1bd224d1df2686c64bc3fe700 (patch)
tree6820e43088888403e1e9f0c41c0c683c7547772a
parent2de89825f40352ffdebd1e62ddcd4b74e89596e1 (diff)
Release version 0.7.30.7.3
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 02a4a1b..2339bae 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+0.7.3
+ - Don't try to set encryption types on Windows 2003 and earlier [#67058]
+ - Other build fix
+
0.7.2
- Always show info for --domain-controller if provided
- Delete current host if no host specified to delete-computer
diff --git a/configure.ac b/configure.ac
index 82fa08b..245a2f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.61)
AC_INIT([adcli],
- [0.7.2],
+ [0.7.3],
[https://bugs.freedesktop.org/enter_bug.cgi?product=realmd],
[adcli],
[http://example.com/website.html])