summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorTomas Babej <tbabej@redhat.com>2012-10-30 09:44:50 -0400
committerMartin Kosek <mkosek@redhat.com>2012-12-11 12:34:39 +0100
commit4ec04e53936d78a9377e3009dfb25bceead0b551 (patch)
tree265044fb540e164e6a1f4a39435e5fa326ed4543 /VERSION
parent7340752fc32c7405100ddee7ecf23c72c1d9c086 (diff)
downloadfreeipa.git-4ec04e53936d78a9377e3009dfb25bceead0b551.tar.gz
freeipa.git-4ec04e53936d78a9377e3009dfb25bceead0b551.tar.xz
freeipa.git-4ec04e53936d78a9377e3009dfb25bceead0b551.zip
Relax restriction for leading/trailing whitespaces in *-find commands
All *-find commands now enable leading/trailing whitespaces in the search phrase. Behaviour has been implemented directly into crud.Search class. IPA_API_VERSION_MINOR incremented to 45. https://fedorahosted.org/freeipa/ticket/2981
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index 3936f394..970c09dd 100644
--- a/VERSION
+++ b/VERSION
@@ -79,4 +79,4 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=46
+IPA_API_VERSION_MINOR=47