From f411ed1e4717200016594acff05fb6e6e3b33b0b Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Fri, 3 Feb 2012 14:52:34 +0100 Subject: Add data field for A6 record Since A6 is an obsolete RR type, no DNS part option was created. This is, however, not consistent with the rest of per-type API and may cause problems. This patch adds at least a DNS part for raw A6 record data so that the record type is treated consistently. This patch also fixes interactive mode for A6 records. Their data were not detected correctly as dnsrecord_add didn't expect a number in DNS part option name. https://fedorahosted.org/freeipa/ticket/2309 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'VERSION') diff --git a/VERSION b/VERSION index 12316e411..e7595bed4 100644 --- a/VERSION +++ b/VERSION @@ -79,4 +79,4 @@ IPA_DATA_VERSION=20100614120000 # # ######################################################## IPA_API_VERSION_MAJOR=2 -IPA_API_VERSION_MINOR=23 +IPA_API_VERSION_MINOR=24 -- cgit