Skip to content

Commit

Permalink
2.0.2 Version Bump (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
nstojcevich committed Jul 31, 2023
1 parent bea603c commit 90291b4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
duo_unix-2.0.2:
- Make check now successfully runs on Solaris
- Removed support for Ubuntu 18
- Removed support for Debian 9
- Added support for Debian 12
- Added support for Fedora 37
- Added support for Fedora 38

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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ AC_PREREQ(2.65)

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

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

0 comments on commit 90291b4

Please sign in to comment.