Skip to content

Commit

Permalink
Merge pull request #609 from GENI-NSF/2.24R
Browse files Browse the repository at this point in the history
2.24 r
  • Loading branch information
hussamnasir authored Sep 27, 2018
2 parents afe2fdb + beedb50 commit 6c6fca6
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions INSTALL-centos.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down
2 changes: 1 addition & 1 deletion geni-chapi.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: geni-chapi
Version: 2.23
Version: 2.24
Release: 1%{?dist}
Summary: GENI clearinghouse
BuildArch: noarch
Expand Down

0 comments on commit 6c6fca6

Please sign in to comment.