From 85bdb48ace2e3f0efd1abcaf2b1408886f8d4b6b Mon Sep 17 00:00:00 2001 From: Aaron McConnell Date: Tue, 9 Jul 2024 13:21:32 -0400 Subject: [PATCH 1/2] Version 2.0.4 changes --- CHANGES | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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. From 99b424106372513901365f369f1a01b174e4730f Mon Sep 17 00:00:00 2001 From: Aaron McConnell Date: Mon, 28 Oct 2024 12:53:08 -0400 Subject: [PATCH 2/2] Updated changelog to include newer changes --- CHANGES | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index ea102b2..c6e52e4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,7 @@ duo_unix-2.0.4: -- Change sysconfdir to be more compliant with convention +- Fixed multiple memory allocation leaks +- Removed some unused and unreachable code +- Addressed multiple code cleanliness issues - Removed support for Fedora 38 - Removed support for Debian 10 - Removed support for CentOS 7