diff --git a/CHANGES b/CHANGES index e09eb03..ea102b2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,14 @@ +duo_unix-2.0.4: +- Change sysconfdir to be more compliant with convention +- Removed support for Fedora 38 +- Removed support for Debian 10 +- Removed support for CentOS 7 +- Removed support for CentOS Stream 8 +- Added support for Fedora 39 +- Added support for Fedora 40 +- Added support for Ubuntu 24 +- Added support for Amazon Linux 2023 + duo_unix-2.0.3: - Fixed AIX compilation bug - Support script now fetches correct log and PAM files for Solaris and AIX diff --git a/configure.ac b/configure.ac index 71c47b3..4a94855 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ AC_PREREQ(2.65) # Package, version, bug report address AC_INIT([duo_unix], - [2.0.3], + [2.0.4], [support@duosecurity.com]) # Tells autoconf where to find necessary build scripts and macros.