Revision 5311
Added by daigle over 14 years ago
README | ||
---|---|---|
53 | 53 |
See the file "docs/user/metacat-<OS>-install.html" for detailed instructions |
54 | 54 |
for your OS. |
55 | 55 |
|
56 |
Release Notes for 1.9.1:
|
|
56 |
Release Notes for 1.9.2:
|
|
57 | 57 |
------------------------ |
58 | 58 |
This release primarily holds the addition of the Threshold of Potential |
59 |
Concern workflow functionality (TPC). |
|
59 |
Concern workflow functionality (TPC). The following issues were addressed:
|
|
60 | 60 |
|
61 |
-- TPC workflow and workflow run pages added to SANParks skin. |
|
62 |
|
|
63 |
-- Release supports running metacat on Java 1.6 JVM |
|
61 |
* Create a properties file for use by JUnit Tests (Bug 2994) |
|
62 |
* security issue with skins (Bug 3368) |
|
63 |
* reorganize classes into a more functional specific structure (Bug 3510) |
|
64 |
* Add admin names as dropdown in configuration login (Bug 3729) |
|
65 |
* KNB metacat replication error log file is empty (Bug 3885) |
|
66 |
* Create TPC Report web browse/search pages (Bug 4165) |
|
67 |
* Create archive extraction functionality (Bug 4166) |
|
68 |
* Create Workflow Scheduler (Bug 4167) |
|
69 |
* metacat didn't update xml_path_index table while a document was updated (Bug 4367) |
|
70 |
* Enforce permissions for tpc workflow viewing and scheduling (Bug 4420) |
|
71 |
* Fix cross platform TPC GUI issues (Bug 4556) |
|
72 |
* TPC Sanparks page content lenth issue (Bug 4557) |
|
73 |
* Create validate and isAuthorized unit tests (Bug 4558) |
|
74 |
* Cannot insert replication server via gui (Bug 4594) |
|
75 |
* Timed Replication takes many hours and drives the load up on KNB (Bug 4616) |
|
76 |
* [ESA] Update fails when document rev number is missing (Bug 4627) |
|
77 |
* fails to catch some insert and update failures (Bug 4637) |
|
78 |
* must support java 1.6 (Bug 4641) |
|
79 |
* Convert build to pull eml from svn instead of cvs (Bug 4644) |
|
80 |
* handleGetRevisionAndDocTypeAction should search both xml_documents and xml_revisions table (Bug 4645) |
|
81 |
* Metacat couldn't update a document from client, which previous versions only stay in xml_revisions table (Bug 4649) |
|
82 |
* metacat runs out of memory (Bug 4658) |
|
83 |
* ESA skin links are hard coded to data.esa.org (Bug 4698) |
|
84 |
* Update release 1.9.2 release notes (Bug 4707) |
|
85 |
* Handle writing a text node > 4000 characters to the db. (Bug 4708) |
|
86 |
* Metacat should run against Tomcat 6 (Bug 4716) |
|
64 | 87 |
|
65 | 88 |
Release Notes for 1.9.1: |
66 | 89 |
------------------------ |
Also available in: Unified diff
Merge 1.9.2 changes back into the trunk