summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorNathaniel McCallum <npmccallum@redhat.com>2014-11-06 15:30:13 -0500
committerPetr Vobornik <pvoborni@redhat.com>2014-11-19 14:26:00 +0100
commit3c900ba7a8d98a72ff4e040b688fe3213c722a64 (patch)
tree9c483cfae1a287662f41e9d51263c77746df7b85 /VERSION
parentd2ffd176176e20860998d29ede4e9bd65f398bf2 (diff)
downloadfreeipa-3c900ba7a8d98a72ff4e040b688fe3213c722a64.tar.gz
freeipa-3c900ba7a8d98a72ff4e040b688fe3213c722a64.tar.xz
freeipa-3c900ba7a8d98a72ff4e040b688fe3213c722a64.zip
Enable QR code display by default in otptoken-add
This is possible because python-qrcode's output now fits in a standard terminal. Also, update ipa-otp-import and otptoken-add-yubikey to disable QR code output as it doesn't make sense in these contexts. https://fedorahosted.org/freeipa/ticket/4703 Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index b0d41e5e1..bae782a4e 100644
--- a/VERSION
+++ b/VERSION
@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=108
-# Last change: pvoborni - manage authorization of keytab operations
+IPA_API_VERSION_MINOR=109
+# Last change: npmccallum - display qrcode by default