Skip to content

Commit

Permalink
1.12.1 release (#227)
Browse files Browse the repository at this point in the history
- Updated Unity to 2.5.2
    - Added support for Fedora 34
    - Removed support for Centos 8
    - Added support for Centos Stream 8
    - Added support for Centos Stream 9
    - Added support for Ubuntu 22.04
  • Loading branch information
mbish committed Jun 2, 2022
1 parent f36dc2e commit d23f7d1
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-1.12.1:
- Updated Unity to 2.5.2
- Added support for Fedora 34
- Removed support for Centos 8
- Added support for Centos Stream 8
- Added support for Centos Stream 9
- Added support for Ubuntu 22.04

duo_unix-1.12.0:
- Switched from BSON to JSON as a data interchange format
- Switched from Cram to python `unittest` for testing
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AC_PREREQ(2.65)

# Package, version, bug report address
AC_INIT([duo_unix],
[1.12.0],
[1.12.1],
[[email protected]])

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

0 comments on commit d23f7d1

Please sign in to comment.