-
Notifications
You must be signed in to change notification settings - Fork 4
/
releaseNotes.html
47 lines (40 loc) · 2.01 KB
/
releaseNotes.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!--
Licensed to Apereo under one or more contributor license
agreements. See the NOTICE file distributed with this work
for additional information regarding copyright ownership.
Apereo licenses this file to you under the Apache License,
Version 2.0 (the "License"); you may not use this file
except in compliance with the License. You may obtain a
copy of the License at the following location:
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<html>
<head>
<title>SSP-Platform 2.8.0 release notes using uPortal ${project.version} release</title>
</head>
<body>
<p>This is a file for notes specific to
<a href="https://wiki.jasig.org/display/UPC/${project.version}">uPortal ${project.version} and SSP 2.8.0 Release</a>.
What is known up front and could have been included in these release notes
will be less than what is discovered about the release over time.</p>
<p>Therefore, please see <a href="https://wiki.jasig.org/display/UPC/${project.version}">this release's wiki page</a> for more information.</p>
<h2>Requirements:</h2>
<ul>
<li>JDK 1.8 or later</li>
<li>Tomcat 8.x or later (Servlet 3.1) Other servlet containers may work. YMMV.</li>
<li>Database (Postgres 9.1+, SQL Server 20012+ are commonly used in production; specific vendors and
versions are supported via declaration in the ssp-platform-config.properties file)</li>
</ul>
<h2>What changed for this release</h2>
<p>
uPortal issues resolved for this release are enumerated <a href="https://wiki.jasig.org/display/UPC/${project.version}">on the uPortal wiki page</a>.
<br />SSP Release info found at <a href="https://wiki.jasig.org/display/SSP/SSP+v2.7.0+Release+Notes">on the SSP wiki page</a>.
</p>
</body>
</html>