File tree 3 files changed +18
-7
lines changed
3 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 1
1
# GENI Portal Release Notes
2
2
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
+
3
14
# [ Release 3.14] ( https://github.com/GENI-NSF/geni-portal/milestones/3.14 )
4
15
5
16
## Changes
6
17
7
18
* Standardize python shebang declaration
8
19
([ #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 ) )
11
22
12
23
## Installation Notes
13
24
20
31
sudo rm /var/www/common/map/rspec-*.xml
21
32
sudo rm -r /var/www/common/map/1080display
22
33
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
26
37
```
27
38
28
39
# [Release 3.13](https://github.com/GENI-NSF/geni-portal/milestones/3.13)
Original file line number Diff line number Diff line change 1
- AC_INIT ( [ geni-ch] ,
[ 3.14 ] ,
[ [email protected] ] )
1
+ AC_INIT ( [ geni-ch] ,
[ 3.15 ] ,
[ [email protected] ] )
2
2
# AM_INIT_AUTOMAKE([foreign -Wall -Werror])
3
3
# AM_INIT_AUTOMAKE([foreign -Wall])
4
4
AM_INIT_AUTOMAKE ( [ foreign -Wall -Wno-portability] )
Original file line number Diff line number Diff line change 2
2
%define legacy_name geni-ch
3
3
4
4
Name: geni-portal
5
- Version: 3.14
5
+ Version: 3.15
6
6
Release: 1%{?dist }
7
7
Summary: GENI Experimenter Portal
8
8
BuildArch: noarch
You can’t perform that action at this time.
0 commit comments