diff options
author | Stef Walter <stefw@redhat.com> | 2013-04-29 19:11:00 +0200 |
---|---|---|
committer | Stef Walter <stefw@redhat.com> | 2013-04-29 19:11:00 +0200 |
commit | 384c262faa085791a06cd56d837d2fb394860120 (patch) | |
tree | 355c8b17849d20312542d1d1e6e4294deb2e0b98 | |
parent | b6ba535d30b7894575dd07cdf624c330ffe24d17 (diff) |
Release version 0.60.6
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 12 insertions, 1 deletions
@@ -6,6 +6,8 @@ *.tar.gz.sig *.gcno *.gcda +*.log +*.trs .cproject .deps @@ -33,6 +35,7 @@ Makefile.in /ltmain.sh /missing /stamp-h1 +/test-driver /*.tar.gz /build/coverage @@ -1,3 +1,11 @@ +0.6 + - Support joining via IP address [#63907] + - Add a --one-time-password to join command + - Add option to print out the machine password after a join + - Fine tune the --os-name and --os-version arguments [#54489] + - Add --user-principal argument for joining domains [#62755] + - Other tweaks and docs + 0.5 - Implement domain discovery, including support for sites [#54490] - Add 'create-user' and 'delete-user' commands [#54492] diff --git a/configure.ac b/configure.ac index 6911f76..0924392 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.61) AC_INIT([adcli], - [0.5], + [0.6], [https://bugs.freedesktop.org/enter_bug.cgi?product=realmd], [adcli], [http://example.com/website.html]) |