summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2016-06-02 15:58:43 +0200
committerJan Cholasta <jcholast@redhat.com>2016-06-03 09:00:34 +0200
commit3cf5f83d92a2c315eb8a0dd2ed06cd1d61df5d36 (patch)
tree35d9b5235752fca82159e5e12d99d75225c15b3b /VERSION
parent0e989e2a28fb8093528176574ffd2ae2ecac4c14 (diff)
downloadfreeipa-3cf5f83d92a2c315eb8a0dd2ed06cd1d61df5d36.tar.gz
freeipa-3cf5f83d92a2c315eb8a0dd2ed06cd1d61df5d36.tar.xz
freeipa-3cf5f83d92a2c315eb8a0dd2ed06cd1d61df5d36.zip
ipalib: replace DeprecatedParam with `deprecated` Param argument
Introduce new `deprecated` Param keywork argument. Setting it to True on a param has the same effect as using DeprecatedParam. This allows deprecating params while retaining their type information. Revert all DeprecatedParam params back to their original definition and set `deprecated` to True. Remove the now unused DeprecatedParam class. 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 29e67f3d7..eeddee931 100644
--- a/VERSION
+++ b/VERSION
@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=171
-# Last change: npmccallum - enable setting authinds on services
+IPA_API_VERSION_MINOR=172
+# Last change: ipalib: replace DeprecatedParam with `deprecated` Param argument