summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorMartin Babinsky <mbabinsk@redhat.com>2016-05-30 18:51:48 +0200
committerMartin Basti <mbasti@redhat.com>2016-06-13 17:50:54 +0200
commit21def4fde0b09a256fad3231a9042219f707fc8a (patch)
tree1bec0900ae62b96dfc9d046ba8994e852f820bca /VERSION
parent5f7086e7183f0fcfece2bdd5be3d1ea17384717b (diff)
downloadfreeipa-21def4fde0b09a256fad3231a9042219f707fc8a.tar.gz
freeipa-21def4fde0b09a256fad3231a9042219f707fc8a.tar.xz
freeipa-21def4fde0b09a256fad3231a9042219f707fc8a.zip
Server Roles: provide an API for setting CA renewal master
`ipa config-mod` gained '--ca-renewal-master' options which can be used to set CA renewal master to a different server. Obviously, this server has to have CA role enabled. https://fedorahosted.org/freeipa/ticket/5689 http://www.freeipa.org/page/V4/Server_Roles Reviewed-By: Jan Cholasta <jcholast@redhat.com> Reviewed-By: Martin Basti <mbasti@redhat.com> Reviewed-By: Pavel Vomacka <pvomacka@redhat.com>
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index c28fd1929..7c3e46a98 100644
--- a/VERSION
+++ b/VERSION
@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=179
-# Last change: mbabinsk - Server Roles: make server-{show,find} utilize role information
+IPA_API_VERSION_MINOR=180
+# Last change: mbabink - Server Roles: provide an API for setting CA renewal master