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:28 +0100
commit7f27a18b519133d918db83e722ee2339388a02a9 (patch)
tree7994b867828f342c85881bdd84ca9752e7d3c96b /VERSION
parent4d6de44d3deb321aaf0fa3038f2770aaaa449783 (diff)
downloadfreeipa-7f27a18b519133d918db83e722ee2339388a02a9.tar.gz
freeipa-7f27a18b519133d918db83e722ee2339388a02a9.tar.xz
freeipa-7f27a18b519133d918db83e722ee2339388a02a9.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 e45dd508..61f578db 100644
--- a/VERSION
+++ b/VERSION
@@ -89,4 +89,4 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=46
+IPA_API_VERSION_MINOR=47