summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2014-10-21 10:57:08 -0400
committerJan Cholasta <jcholast@redhat.com>2015-05-25 06:17:09 +0000
commitfde21adcbd62b9a300740d9ba237ca9e89a905e4 (patch)
treea96d5a5a9101d2eae16bab8c8fcc7188ee045f92 /VERSION
parent5f04da35dfd324686cce33c552839231cc5eba43 (diff)
downloadfreeipa-fde21adcbd62b9a300740d9ba237ca9e89a905e4.tar.gz
freeipa-fde21adcbd62b9a300740d9ba237ca9e89a905e4.tar.xz
freeipa-fde21adcbd62b9a300740d9ba237ca9e89a905e4.zip
Added vault plugin.
A new plugin has been added to manage vaults. Test scripts have also been added to verify the functionality. https://fedorahosted.org/freeipa/ticket/3872 Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index c20755850..33e7bebe4 100644
--- a/VERSION
+++ b/VERSION
@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=118
-# Last change: tbordaz - Add stageuser_find, stageuser_mod, stageuser_del, stageuser_show
+IPA_API_VERSION_MINOR=119
+# Last change: edewata - Added vault plugin