diff options
author | Tomas Babej <tbabej@redhat.com> | 2012-10-30 09:44:50 -0400 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2012-12-11 12:34:39 +0100 |
commit | 4ec04e53936d78a9377e3009dfb25bceead0b551 (patch) | |
tree | 265044fb540e164e6a1f4a39435e5fa326ed4543 /VERSION | |
parent | 7340752fc32c7405100ddee7ecf23c72c1d9c086 (diff) | |
download | freeipa.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-- | VERSION | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,4 +79,4 @@ IPA_DATA_VERSION=20100614120000 # # ######################################################## IPA_API_VERSION_MAJOR=2 -IPA_API_VERSION_MINOR=46 +IPA_API_VERSION_MINOR=47 |