We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 846d924 commit 16f2fb7Copy full SHA for 16f2fb7
2 files changed
CHANGES
@@ -1,3 +1,8 @@
1
+duo_unix-2.2.0:
2
+- Added support for Verified Push
3
+- Updated the Duo API calls to use the Auth API v2
4
+- SSL failures will cause API calls fail over to additional IPs when the host resolves to multiple addresses
5
+
6
duo_unix-2.1.0:
7
- Improves certificate validation for IP hostnames to mitigate CVE-2014-0139
8
- Duo Unix obeys rate limiting replies from the Duo cloud service
configure.ac
@@ -9,7 +9,7 @@ AC_PREREQ(2.65)
9
10
# Package, version, bug report address
11
AC_INIT([duo_unix],
12
- [2.1.0],
+ [2.2.0],
13
[support@duosecurity.com])
14
15
# Tells autoconf where to find necessary build scripts and macros.
0 commit comments