summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2016-06-16 13:21:57 +0200
committerJan Cholasta <jcholast@redhat.com>2016-06-20 16:39:12 +0200
commit91faf3ecd7708409350c8c5961833cbde202b2b2 (patch)
tree14a9284589bf4ff908a936d367a0371369405123 /VERSION
parentec1b3e71b2688eed2264b7b24d9e8fcff938967f (diff)
downloadfreeipa-91faf3ecd7708409350c8c5961833cbde202b2b2.tar.gz
freeipa-91faf3ecd7708409350c8c5961833cbde202b2b2.tar.xz
freeipa-91faf3ecd7708409350c8c5961833cbde202b2b2.zip
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 <dkupka@redhat.com>
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION4
1 files changed, 2 insertions, 2 deletions
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