From 677ea8cbfab8aadbd89ca479ed4453776f65fd30 Mon Sep 17 00:00:00 2001 From: Ondrej Hamada Date: Wed, 16 May 2012 13:36:35 +0200 Subject: permission-mod prompts for all parameters ipa permission-mod was prompting for all parameters because they had specified flag 'ask_update'. The flag was removed. Additionally the exec_callback for permission-mod was updated to unify the behaviour with other ipa commands (raise exception when no modification was specified). https://fedorahosted.org/freeipa/ticket/2280 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'VERSION') diff --git a/VERSION b/VERSION index a8327a056..f27fb473e 100644 --- a/VERSION +++ b/VERSION @@ -79,4 +79,4 @@ IPA_DATA_VERSION=20100614120000 # # ######################################################## IPA_API_VERSION_MAJOR=2 -IPA_API_VERSION_MINOR=34 +IPA_API_VERSION_MINOR=35 -- cgit