summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2012-01-26 13:41:39 +0100
committerEndi S. Dewata <edewata@redhat.com>2012-01-26 10:20:54 -0600
commit6863b8fe409f6f267597955376e20df21cfd2dae (patch)
tree333490e5570aa37106793872261bbf20b8d84c83 /VERSION
parent71aa3d8d4ae49261f445bfa2ee3848d0e1f5a19f (diff)
downloadfreeipa.git-6863b8fe409f6f267597955376e20df21cfd2dae.tar.gz
freeipa.git-6863b8fe409f6f267597955376e20df21cfd2dae.tar.xz
freeipa.git-6863b8fe409f6f267597955376e20df21cfd2dae.zip
Add missing managing hosts filtering options
Host object has a virtual attribute "managing" containing all hosts it manages (governed by managedBy attribute). This patch also adds standard membership filtering options: --man-hosts=HOSTS: Only hosts managing _all_ HOSTS are returned --not-man-hosts=HOSTS: Only hosts which do not manage _any_ host in HOSTS are returned https://fedorahosted.org/freeipa/ticket/1675
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index 1f973908..3f6a25f5 100644
--- a/VERSION
+++ b/VERSION
@@ -79,4 +79,4 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=22
+IPA_API_VERSION_MINOR=23