summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorFraser Tweedale <ftweedal@redhat.com>2015-09-01 21:04:34 -0400
committerPetr Vobornik <pvoborni@redhat.com>2015-09-02 13:47:48 +0200
commit86cd47af0245a216324900be39be1a145bf0741b (patch)
tree658409e36bbad20aa2990f18b8707c40a642f228 /VERSION
parent7b3bd4e85d7d0358d7ee969bd9197358fd948798 (diff)
downloadfreeipa-86cd47af0245a216324900be39be1a145bf0741b.tar.gz
freeipa-86cd47af0245a216324900be39be1a145bf0741b.tar.xz
freeipa-86cd47af0245a216324900be39be1a145bf0741b.zip
certprofile: remove 'rename' option
The initial fix of ticket 5247 rejected renames, but left the option behind for API compatibility. Remove the option now, according to the consensus that because it never worked, it is fine to remove it. Fixes: https://fedorahosted.org/freeipa/ticket/5247 Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index d3073e52e..0a2de6ed0 100644
--- a/VERSION
+++ b/VERSION
@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=154
-# Last change: pvoborni - change default vault type to 'symmetric'
+IPA_API_VERSION_MINOR=155
+# Last change: ftweedal - remove certprofile 'rename' option