From 90291b4656330cdc98e873a05d515c0de0ab83ec Mon Sep 17 00:00:00 2001 From: Nik Stojcevich Date: Mon, 31 Jul 2023 15:32:05 -0400 Subject: [PATCH] 2.0.2 Version Bump (#257) --- CHANGES | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index bfe9507..0813525 100644 --- a/CHANGES +++ b/CHANGES @@ -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 diff --git a/configure.ac b/configure.ac index f39654a..76da1ec 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.1], + [2.0.2], [support@duosecurity.com]) # Tells autoconf where to find necessary build scripts and macros.