Skip to content

Commit f558ea9

Browse files
committed
Version 2.0.4 changes
1 parent fab9947 commit f558ea9

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Diff for: CHANGES

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
duo_unix-2.0.4:
2+
- Change sysconfdir to be more compliant with convention
3+
- Removed support for Fedora 38
4+
- Removed support for Debian 10
5+
- Removed support for CentOS 7
6+
- Removed support for CentOS Stream 8
7+
- Added support for Fedora 39
8+
- Added support for Fedora 40
9+
- Added support for Ubuntu 24
10+
- Added support for Amazon Linux 2023
11+
112
duo_unix-2.0.3:
213
- Fixed AIX compilation bug
314
- Support script now fetches correct log and PAM files for Solaris and AIX

Diff for: configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ AC_PREREQ(2.65)
99

1010
# Package, version, bug report address
1111
AC_INIT([duo_unix],
12-
[2.0.3],
12+
[2.0.4],
1313
1414

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

0 commit comments

Comments
 (0)