summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2011-07-12 09:11:00 +0200
committerAdam Young <ayoung@redhat.com>2011-07-12 14:20:16 -0400
commite6c68e999358a323500aac9680c4aa8ca76a18cc (patch)
tree79109dc950a86090cbf827af51c75af5a78bd4f8 /VERSION
parent86230333a85489f64205dcda485aa7876fe4c906 (diff)
downloadfreeipa-e6c68e999358a323500aac9680c4aa8ca76a18cc.tar.gz
freeipa-e6c68e999358a323500aac9680c4aa8ca76a18cc.tar.xz
freeipa-e6c68e999358a323500aac9680c4aa8ca76a18cc.zip
Add DNS record modification command
The DNS record plugin does not support modification of a record. One can only add A type addresses to a DNS record or remove the current ones. To actually change a DNS record value it has to be removed and then added with a desired value. This patch adds a new DNS plugin command "dnsrecord-mod" which enables user to: - modify a DNS record value (note than DNS record can hold multiple values and those will be overwritten) - remove a DNS record when an empty value is passed New tests for this new command have been added to the CLI test suite. https://fedorahosted.org/freeipa/ticket/1137
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index e4f79dcb3..b4b706689 100644
--- a/VERSION
+++ b/VERSION
@@ -79,4 +79,4 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=7
+IPA_API_VERSION_MINOR=8