diff --git a/CHANGES.md b/CHANGES.md index b0373d7..cb15963 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,21 @@ # GENI Clearinghouse Release Notes +# [Release 2.24](https://github.com/GENI-NSF/geni-ch/milestones/2.24) + +## Changes + +* Fix code for slice certificate expiry time generations to expire with slice expiry plus 1 days (rounding off) + ([#605](https://github.com/GENI-NSF/geni-ch/issues/605)) +* Change private key size to 2014 bits + ([#607](https://github.com/GENI-NSF/geni-ch/issues/607)) +* Add ExtendedKeyUsage options to SSL Certificates + ([#608](https://github.com/GENI-NSF/geni-ch/issues/608)) + + +## Installation Notes + +* None + # [Release 2.23](https://github.com/GENI-NSF/geni-ch/milestones/2.23) ## Changes diff --git a/INSTALL-centos.md b/INSTALL-centos.md index ce0e831..1df5263 100644 --- a/INSTALL-centos.md +++ b/INSTALL-centos.md @@ -43,7 +43,7 @@ https://github.com/GENI-NSF/geni-tools/releases/latest ```Shell sudo yum install -y \ - https://github.com/GENI-NSF/geni-tools/releases/download/v2.9/geni-tools-2.9-1.el7.centos.noarch.rpm + https://github.com/GENI-NSF/geni-tools/releases/download/v2.10/geni-tools-2.10-1.el7.centos.noarch.rpm ``` Installing the GENI Clearinghouse package @@ -58,7 +58,7 @@ https://github.com/GENI-NSF/geni-ch/releases/latest ```Shell sudo yum install -y \ - https://github.com/GENI-NSF/geni-ch/releases/download/v2.22/geni-chapi-2.22-1.el7.centos.noarch.rpm + https://github.com/GENI-NSF/geni-ch/releases/download/v2.24/geni-chapi-2.24-1.el7.centos.noarch.rpm ``` You can see exactly what files have been installed and what directories diff --git a/configure.ac b/configure.ac index a72194a..e127fff 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Specify package name, version, bug report URL, tar name, and URL -AC_INIT([GENI Clearinghouse], [2.23], +AC_INIT([GENI Clearinghouse], [2.24], [https://github.com/GENI-NSF/geni-ch/issues], [geni-chapi], [https://github.com/GENI-NSF/geni-ch]) AM_INIT_AUTOMAKE([foreign -Wall -Wno-portability]) diff --git a/geni-chapi.spec b/geni-chapi.spec index 9e99c85..d8ef9ca 100644 --- a/geni-chapi.spec +++ b/geni-chapi.spec @@ -1,5 +1,5 @@ Name: geni-chapi -Version: 2.23 +Version: 2.24 Release: 1%{?dist} Summary: GENI clearinghouse BuildArch: noarch