diff options
author | Stef Walter <stefw@redhat.com> | 2013-09-06 16:58:29 +0200 |
---|---|---|
committer | Stef Walter <stefw@redhat.com> | 2013-09-06 16:58:29 +0200 |
commit | 30b43f988f44f8159e2237db05ab4a6cba2a5772 (patch) | |
tree | 344a7c2791857f4bc0e182b1fede2764057452b7 | |
parent | 167b4e9fefa3a1f535548e756c7cba21c7678eae (diff) |
Release version 0.7.40.7.4
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +0.7.4 + - Correctly handle truncating long host names [#69016] + - Try to contact all available addresses for discovery [#68110] + - Correct pointer type to ldap_set_option when setting SSF_MIN [#69038] + 0.7.3 - Don't try to set encryption types on Windows 2003 and earlier [#67058] - Other build fix diff --git a/configure.ac b/configure.ac index 245a2f7..b040d90 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.61) AC_INIT([adcli], - [0.7.3], + [0.7.4], [https://bugs.freedesktop.org/enter_bug.cgi?product=realmd], [adcli], [http://example.com/website.html]) |