From b9aa31191b3067aced1432daa06d18b4382cd77f Mon Sep 17 00:00:00 2001 From: Martin Babinsky Date: Mon, 30 May 2016 18:27:38 +0200 Subject: Server Roles: make server-{show,find} utilize role information server-show command will now display list of roles enabled on the master (unless `--raw` is given). server-find gained `--servroles` options which facilitate search for server having one or more enabled roles. http://www.freeipa.org/page/V4/Server_Roles https://fedorahosted.org/freeipa/ticket/5181 Reviewed-By: Jan Cholasta Reviewed-By: Martin Basti Reviewed-By: Pavel Vomacka --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'VERSION') diff --git a/VERSION b/VERSION index 50cf35e72..c28fd1929 100644 --- a/VERSION +++ b/VERSION @@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000 # # ######################################################## IPA_API_VERSION_MAJOR=2 -IPA_API_VERSION_MINOR=178 -# Last change: mbabinsk - Server Roles: public API for server roles +IPA_API_VERSION_MINOR=179 +# Last change: mbabinsk - Server Roles: make server-{show,find} utilize role information -- cgit