Skip to content

Commit

Permalink
Merge pull request #246 from duosecurity/2_0_1
Browse files Browse the repository at this point in the history
Version bump and CHANGES for 2.0.1
  • Loading branch information
axorna authored Apr 6, 2023
2 parents 682b807 + e9e6977 commit ae7ed7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
duo_unix-2.0.1:
- The support script collects a few additional files for troubleshooting
- Duo API calls now use SHA512 instead of SHA1 as the HMAC algorithm

duo_unix-2.0.0:
- Changed the behavior of `su` when the target user is not root. The target user will need to complete 2FA rather than the original user.
- login_duo resets the SIGPIPE handler when it closes its connection.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AC_PREREQ(2.65)

# Package, version, bug report address
AC_INIT([duo_unix],
[2.0.0],
[2.0.1],
[[email protected]])

# Tells autoconf where to find necessary build scripts and macros.
Expand Down

0 comments on commit ae7ed7b

Please sign in to comment.