summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorFraser Tweedale <ftweedal@redhat.com>2015-07-02 04:09:31 -0400
committerTomas Babej <tbabej@redhat.com>2015-07-08 00:25:46 +0200
commit462e0b9eb16f52b66b723744c4b42c19ef4782c3 (patch)
treee62ec87c148e94dba80cf5ecd04a8b2b0519f3dc /VERSION
parentbed6f402e2d5587c35ff7e84ba3b80026c6db73d (diff)
downloadfreeipa-462e0b9eb16f52b66b723744c4b42c19ef4782c3.tar.gz
freeipa-462e0b9eb16f52b66b723744c4b42c19ef4782c3.tar.xz
freeipa-462e0b9eb16f52b66b723744c4b42c19ef4782c3.zip
certprofile: add ability to update profile config in Dogtag
Add the `--file=FILENAME' option to `certprofile-mod' which, when given, will update the profile configuration in Dogtag to the contents of the file. Fixes: https://fedorahosted.org/freeipa/ticket/5093 Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 9030eb9c6..48448b110 100644
--- a/VERSION
+++ b/VERSION
@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=140
-# Last change: ftweedal: add certprofile-show --out option
+IPA_API_VERSION_MINOR=141
+# Last change: ftweedal: add certprofile-mod --file option