summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorFraser Tweedale <ftweedal@redhat.com>2015-07-24 09:31:26 -0400
committerMartin Basti <mbasti@redhat.com>2015-07-31 16:11:17 +0200
commit3332a0a7c83a9e35532327252231b71e07a44f13 (patch)
tree2ef39bf5d56b2d2449d5d7050f7ff10c97c0d966 /VERSION
parentd80e90fa5c5ad41f5f29a02c11bca7c7da269938 (diff)
downloadfreeipa-3332a0a7c83a9e35532327252231b71e07a44f13.tar.gz
freeipa-3332a0a7c83a9e35532327252231b71e07a44f13.tar.xz
freeipa-3332a0a7c83a9e35532327252231b71e07a44f13.zip
user-show: add --out option to save certificates to file
Add the --out option to user-show, bringing it into line with host-show and service-show with the ability to save the user's certificate(s) to a file. https://fedorahosted.org/freeipa/ticket/5171 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 678d1f8a7..ca43f3e0c 100644
--- a/VERSION
+++ b/VERSION
@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=147
-# Last change: mbasti - Consolidate DNS RR in API and schema
+IPA_API_VERSION_MINOR=148
+# Last change: ftweedal - add --out option to user-show