summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2012-02-03 14:52:34 +0100
committerMartin Kosek <mkosek@redhat.com>2012-02-03 16:26:20 +0100
commitf411ed1e4717200016594acff05fb6e6e3b33b0b (patch)
tree25ed1109b1f9a48047b105e67bd9b97c31157afe /VERSION
parente1fecfaf6a9f35d23105661292dea7d68b1cc19c (diff)
downloadfreeipa-f411ed1e4717200016594acff05fb6e6e3b33b0b.tar.gz
freeipa-f411ed1e4717200016594acff05fb6e6e3b33b0b.tar.xz
freeipa-f411ed1e4717200016594acff05fb6e6e3b33b0b.zip
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
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION2
1 files changed, 1 insertions, 1 deletions
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