summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2016-06-16 13:21:17 +0200
committerJan Cholasta <jcholast@redhat.com>2016-06-20 16:39:12 +0200
commitec1b3e71b2688eed2264b7b24d9e8fcff938967f (patch)
tree79f670cfd084825743e9e8a1459b70f93a79723c /VERSION
parent3ec7a52aea104ce0f37d9204fcba21a42abfc798 (diff)
downloadfreeipa-ec1b3e71b2688eed2264b7b24d9e8fcff938967f.tar.gz
freeipa-ec1b3e71b2688eed2264b7b24d9e8fcff938967f.tar.xz
freeipa-ec1b3e71b2688eed2264b7b24d9e8fcff938967f.zip
schema: add object class schema
Support object classes defined by object plugins in API schema. Added new commands `class-show` and `class-find` to retrieve information about object classes. `param-show` and `param-find` now support both commands and classes. 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 16e501dc6..a603cbeb3 100644
--- a/VERSION
+++ b/VERSION
@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=188
-# Last change: mbabinsk - extend server-del to perform full master removal
+IPA_API_VERSION_MINOR=189
+# Last change: schema: add object class schema