From ec1b3e71b2688eed2264b7b24d9e8fcff938967f Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Thu, 16 Jun 2016 13:21:17 +0200 Subject: 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 --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'VERSION') 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 -- cgit