From 7f27a18b519133d918db83e722ee2339388a02a9 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Tue, 30 Oct 2012 09:44:50 -0400 Subject: 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 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'VERSION') diff --git a/VERSION b/VERSION index e45dd508e..61f578dbf 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 -- cgit