summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-11-12 13:18:54 +0100
committerStef Walter <stefw@gnome.org>2012-11-12 13:18:54 +0100
commit84676ef669be6a7182c0e0fa4f28a80ce573e952 (patch)
tree1acfd45feefc6fa30e164bd4e79fbbcb476e3f21
parentcb546913fa993593fdf4e45edbbd6c43f78f5e84 (diff)
Release 0.40.4
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 19707cc..cd06f64 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+0.4
+ - Use a private krb5.conf file, so that we can use specific domain server.
+ - Rework how computer account is located and created
+ - Don't follow referalls when searching LDAP server
+ - Build fixes
+
0.3
- Don't use DNS to lookup the host name for enrollment
- Don't try to update userAccountControl for precreated accounts
diff --git a/configure.ac b/configure.ac
index 38a484d..5aa6b54 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.61)
AC_INIT([adcli],
- [0.3],
+ [0.4],
[https://bugs.freedesktop.org/enter_bug.cgi?product=realmd],
[adcli],
[http://example.com/website.html])