From 91faf3ecd7708409350c8c5961833cbde202b2b2 Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Thu, 16 Jun 2016 13:21:57 +0200 Subject: schema: remove output_params Since output params are copied from object plugins, remove them from command schema and include object name instead. One exception to this are the output params used for failed members in member add/remove commands. Move these to the client side, as they will be replaced by warnings. https://fedorahosted.org/freeipa/ticket/4739 Reviewed-By: David Kupka --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'VERSION') diff --git a/VERSION b/VERSION index a603cbeb3..24bad7ff7 100644 --- a/VERSION +++ b/VERSION @@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000 # # ######################################################## IPA_API_VERSION_MAJOR=2 -IPA_API_VERSION_MINOR=189 -# Last change: schema: add object class schema +IPA_API_VERSION_MINOR=190 +# Last change: schema: remove output_params -- cgit