summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2013-04-29 19:11:00 +0200
committerStef Walter <stefw@redhat.com>2013-04-29 19:11:00 +0200
commit384c262faa085791a06cd56d837d2fb394860120 (patch)
tree355c8b17849d20312542d1d1e6e4294deb2e0b98
parentb6ba535d30b7894575dd07cdf624c330ffe24d17 (diff)
Release version 0.60.6
-rw-r--r--.gitignore3
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
3 files changed, 12 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index d4a1df6..041c4ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/NEWS b/NEWS
index d62f84a..5fbc16d 100644
--- a/NEWS
+++ b/NEWS
@@ -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])