summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorFraser Tweedale <ftweedal@redhat.com>2016-07-01 14:42:37 +1000
committerJan Cholasta <jcholast@redhat.com>2016-07-01 10:05:16 +0200
commit4844eaec197690e21c6cf44743df7f456d0e185d (patch)
tree7cdb9ef977691337b31ba4b7be8f6ea5fb3322a1 /VERSION
parent2ec59b7f232d9119d32d7a5574efba8965904ee8 (diff)
downloadfreeipa-4844eaec197690e21c6cf44743df7f456d0e185d.tar.gz
freeipa-4844eaec197690e21c6cf44743df7f456d0e185d.tar.xz
freeipa-4844eaec197690e21c6cf44743df7f456d0e185d.zip
Add --cn option to cert-status
Add the 'cacn' option to the cert-status command. Right now there is nothing we need to (or can) do with it, but we add it anyway for future use. Fixes: https://fedorahosted.org/freeipa/ticket/5999 Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 1ca1f3358..b5dc5a0cb 100644
--- a/VERSION
+++ b/VERSION
@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=209
-# Last change: mbabinsk: Unify display of principal names/aliases across entities
+IPA_API_VERSION_MINOR=210
+# Last change: Add --ca option to cert-status