Skip to content

Commit ac847b6

Browse files
committed
Merge branch 'develop' into iss1393-update-keys
2 parents e8bb162 + abed715 commit ac847b6

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

CHANGES.md

+16-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
11
# GENI Portal Release Notes
22

3+
# [Release 3.15](https://github.com/GENI-NSF/geni-portal/milestones/3.15)
4+
5+
## Changes
6+
7+
* Provide a way to update SSH keys on existing resources
8+
([#1393](https://github.com/GENI-NSF/geni-portal/issues/1393))
9+
10+
## Installation Notes
11+
12+
* None
13+
314
# [Release 3.14](https://github.com/GENI-NSF/geni-portal/milestones/3.14)
415

516
## Changes
617

718
* Standardize python shebang declaration
819
([#1367](https://github.com/GENI-NSF/geni-portal/issues/1367))
9-
* Provide a way to update SSH keys on existing resources
10-
([#1393](https://github.com/GENI-NSF/geni-portal/issues/1393))
20+
* Delete obsolete files
21+
([#1701](https://github.com/GENI-NSF/geni-portal/issues/1701))
1122

1223
## Installation Notes
1324

@@ -20,9 +31,9 @@
2031
sudo rm /var/www/common/map/rspec-*.xml
2132
sudo rm -r /var/www/common/map/1080display
2233
sudo rm -r /var/www/common/map/OpenLayers-2.13
23-
sudo rm -r /var/www/common/InC_Participant.png
24-
sudo rm -r /var/www/common/README-incommon-logo.txt
25-
sudo rm -r /var/www/common/logos.html
34+
sudo rm /var/www/common/InC_Participant.png
35+
sudo rm /var/www/common/README-incommon-logo.txt
36+
sudo rm /var/www/common/logos.html
2637
```
2738
2839
# [Release 3.13](https://github.com/GENI-NSF/geni-portal/milestones/3.13)

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([geni-ch], [3.14], [[email protected]])
1+
AC_INIT([geni-ch], [3.15], [[email protected]])
22
#AM_INIT_AUTOMAKE([foreign -Wall -Werror])
33
#AM_INIT_AUTOMAKE([foreign -Wall])
44
AM_INIT_AUTOMAKE([foreign -Wall -Wno-portability])

geni-portal.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%define legacy_name geni-ch
33

44
Name: geni-portal
5-
Version: 3.14
5+
Version: 3.15
66
Release: 1%{?dist}
77
Summary: GENI Experimenter Portal
88
BuildArch: noarch

0 commit comments

Comments
 (0)