From 4b97cabb52585e9f58a2f2034ba71fd7e8d678d7 Mon Sep 17 00:00:00 2001 From: David Kupka Date: Tue, 21 Jun 2016 14:21:22 +0200 Subject: schema: Add known_fingerprints option to schema command When client requests schema it can list fingerprints of cached schemas and server responds with SchemaUpToDate exception specifying fingeprint of schema to use. https://fedorahosted.org/freeipa/ticket/4739 Reviewed-By: Jan Cholasta --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'VERSION') diff --git a/VERSION b/VERSION index a979d378d..055f29bb6 100644 --- a/VERSION +++ b/VERSION @@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000 # # ######################################################## IPA_API_VERSION_MAJOR=2 -IPA_API_VERSION_MINOR=198 -# Last change: dns: fix dns_update_system_records to work with thin client +IPA_API_VERSION_MINOR=199 +# Last change: schema: Add known_fingerprints option to schema command -- cgit