summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2015-06-10 14:44:09 +0200
committerPetr Vobornik <pvoborni@redhat.com>2015-06-15 09:38:46 +0200
commit6b153ba876edf1ed9249ed29420a4af2b2e1830d (patch)
treef8b2c8a1d3e6c7dc160f002172bcb20815791bbd /VERSION
parentbae80b00a668b678c608d04c1b5d96871a85ece9 (diff)
downloadfreeipa-6b153ba876edf1ed9249ed29420a4af2b2e1830d.tar.gz
freeipa-6b153ba876edf1ed9249ed29420a4af2b2e1830d.tar.xz
freeipa-6b153ba876edf1ed9249ed29420a4af2b2e1830d.zip
topology: restrict direction changes
topology plugin doesn't properly handle: - creation of segment with direction 'none' and then upgrade to other direction - downgrade of direction These situations are now forbidden in API. part of: https://fedorahosted.org/freeipa/ticket/4302 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 897c34e72..a5f40747a 100644
--- a/VERSION
+++ b/VERSION
@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=130
-# Last change: pvoborni - disallow mod of topologysegment nodes
+IPA_API_VERSION_MINOR=131
+# Last change: pvoborni - toposegment direction restrictions