From f2117475b8a49b37845529089ea2d5b48f27bfda Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 11 Aug 2015 08:19:59 +0200 Subject: Added CLI param and ACL for vault service operations. The CLIs to manage vault owners and members have been modified to accept services with a new parameter. A new ACL has been added to allow a service to create its own service container. https://fedorahosted.org/freeipa/ticket/5172 Reviewed-By: Jan Cholasta Reviewed-By: Martin Kosek --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'VERSION') diff --git a/VERSION b/VERSION index ca43f3e0c..69351a8fa 100644 --- a/VERSION +++ b/VERSION @@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000 # # ######################################################## IPA_API_VERSION_MAJOR=2 -IPA_API_VERSION_MINOR=148 -# Last change: ftweedal - add --out option to user-show +IPA_API_VERSION_MINOR=149 +# Last change: edewata - Added CLI param and ACL for vault service operations -- cgit