forked from EsupPortail/esup-uportal
-
Notifications
You must be signed in to change notification settings - Fork 2
/
releaseNotes.html
70 lines (58 loc) · 3 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!--
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>uPortal ${project.version} release notes</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} 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.7 or later</li>
<li>Tomcat 7.x or later is required. (Servlet 3.0 is required.) Other servlet containers may work.
YMMV.</li>
<li>Database (Oracle, Postgres, MySQL are commonly used in production;
these and HSQLDB are commonly used in development; specific vendors and
versions are supported via declaration in the rdbm.properties file)</li>
</ul>
<h2>What changed for this release</h2>
<p>
Issues resolved for this release are enumerated <a href="https://wiki.jasig.org/display/UPC/${project.version}">on the wiki page</a>.
</p>
<h2>Known issues affecting this release</h2>
<p>There may be known issues with this release. You can query
<a href="https://issues.jasig.org">the Jasig issue tracking system</a>
for known issues affecting this release, including
issues discovered after this release went to press.
<a href="https://issues.jasig.org">Search for issues with a
"Affects Versions" of this release (${project.version})</a>.</p>
<p>This search is conveniently embedded for you <a href="https://wiki.jasig.org/display/UPC/${project.version}">on
the release wiki page</a>.</p>
<p>Please make known any issues you discover with this release. Anyone can register for a Jasig Jira user account and submit an issue.</p>
<h2>Where to find documentation</h2>
<ul>
<li><a href="https://wiki.jasig.org/display/UPC/${project.version}">This release's wiki page, and its children pages</a></li>
<li><a href="https://wiki.jasig.org/display/UPM41/">The uPortal Manual wiki space</a></li>
<li><a href="https://wiki.jasig.org/display/UPC/">The Jasig Wiki more generally</a></li>
<li>The uPortal deployer and developer email list archives and ongoing discussions</li>
</ul>
</body>
</html>