summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2011-11-21 10:50:27 -0500
committerSimo Sorce <ssorce@redhat.com>2012-01-11 12:04:18 -0500
commit59fc243ca7a0879b9840c1ac6c9681cae3c3903e (patch)
tree21c6228aa57c2de5a6fa609301d07853004ef62b /VERSION
parentcd6ac5b0e3ec2e16dc299bf0651742a72f12cc80 (diff)
downloadfreeipa.git-59fc243ca7a0879b9840c1ac6c9681cae3c3903e.tar.gz
freeipa.git-59fc243ca7a0879b9840c1ac6c9681cae3c3903e.tar.xz
freeipa.git-59fc243ca7a0879b9840c1ac6c9681cae3c3903e.zip
Parse comma-separated lists of values in all parameter types. This can be enabled for a specific parameter by setting the "csv" option to True.
Remove "List" parameter type and replace all occurences of it with appropriate multi-valued parameter ("Str" in most cases) with csv enabled. Add new parameter type "Any", capable of holding values of any type. This is needed by the "batch" command, as "Str" is not suitable type for the "methods" parameter. ticket 2007
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index 4ea4f9de..501d7441 100644
--- a/VERSION
+++ b/VERSION
@@ -79,4 +79,4 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=16
+IPA_API_VERSION_MINOR=17