Revision 1335
Added by berkley about 22 years ago
README | ||
---|---|---|
8 | 8 |
Metacat: XML Metadata Database |
9 | 9 |
------------------------------ |
10 | 10 |
|
11 |
Version: 1.2.0 Release
|
|
11 |
Version: 1.2.1 Release
|
|
12 | 12 |
|
13 | 13 |
Send feedback and bugs to: metacat-dev@ecoinformatics.org |
14 | 14 |
http://bugzilla.ecoinformatics.org |
... | ... | |
33 | 33 |
Release Notes |
34 | 34 |
|
35 | 35 |
Fixes in 1.2.1: |
36 |
1) If dataset document has a triple that access document provide
|
|
37 |
access control for itself, the xml_access table wouldn't have double
|
|
38 |
entries for access document.
|
|
39 |
2) Fixed the bug for spatial search when there are letters in latitude or
|
|
40 |
longitude nodes.
|
|
36 |
1) If an inserted EML dataset document has a triple links an access
|
|
37 |
control document with itself, Metacat will no longer create double
|
|
38 |
entries in the xml_access table.
|
|
39 |
2) Fixed bugzilla bug 916. Metacat will no longer throw an exception
|
|
40 |
when there are illegal characters in the spatial search fields.
|
|
41 | 41 |
|
42 |
For 1.2.0: |
|
43 |
|
|
44 |
In 1.2.0 release, the structure of the xml_replication table was changed. |
|
45 |
If you try to update a previously installed Metacat, you should run a script |
|
46 |
file to updated the table structure before installation. |
|
47 |
For Oracle user: At the SQLPLUS prompt type the following - |
|
48 |
@src/xmlreplicationtable.sql |
|
49 |
For Postgresql user: At install directory prompt type the following - |
|
50 |
psql exp < src/xmlreplicationtable_postgres.sql |
|
51 |
(where 'exp' is the database name). |
|
52 |
|
|
53 |
If you are a new Metacat user, this step is unneeded. |
|
54 |
|
|
55 |
The build.xml file now has a property named datafilepath. It should be set |
|
56 |
to the location of where you want your data files stored. The data directory |
|
57 |
needs to be writeable by whatever user is running tomcat. If you are an |
|
58 |
existing user, the data directory is now /<tomcatdir>/webapps/metacat/data |
|
59 |
where <tomcatdir> is the your tomcat installation directory where |
|
60 |
your webapps directory is located and 'metacat' is the name of your servlet |
|
61 |
instance. If you leave your data directory where it currently is, your |
|
62 |
data files are web accessible. If you do not want your data files to be |
|
63 |
web accessible, move the data directory somewhere outside of your |
|
64 |
webapps directory and change the datafilepath property in the |
|
65 |
build.xml file and reinstall metacat. Note that if you have existing data |
|
66 |
files, they need to be moved to the new directory. For more information |
|
67 |
see bug 478. |
|
68 |
|
|
69 |
------------- |
|
70 |
New features in 1.2.0: |
|
71 |
1) Performance improvements through improved access control handling |
|
72 |
2) New replication features |
|
73 |
3) Added partial SSL support |
|
74 |
4) Additional bugs fixed, see http://bugzilla.ecoinformatics.org |
|
75 |
474 Metacat in Ecoinfo hang |
|
76 |
475 Associate access doc to some docid which doesn't have ent... |
|
77 |
478 Security hole in Metacat for data file. |
|
78 |
536 Changes to Metacat build script to install stylesheets fr... |
|
79 |
457 Bug in replciation |
|
80 |
466 Create a JUnit class for Metacat action |
|
81 |
502 Security issues in replication |
|
82 |
503 Access control problem to a replicated doucment |
|
83 |
537 SQL error when first insert a new record into xml_replication... |
|
84 |
540 In force replication, some time has reversion number error |
|
85 |
541 Update dataset document which host is not in this metacat... |
|
86 |
542 Duplicate entries in xml_replication table |
|
87 |
543 Metacat hang in there when delta T replication |
|
88 |
554 xml_replication table in production metacat |
|
89 |
479 Debug message level |
|
90 |
|
|
91 |
New features in 1.1.0: |
|
92 |
1) Added functionality to export a zipped data package. The zip file contains |
|
93 |
all of the data and metadata as well as a rendered html summary of |
|
94 |
the metadata. |
|
95 |
2) Changed version control mechanism. Metacat can now accept any version of |
|
96 |
a document as long as the given version number is greater than the |
|
97 |
current one. The new version number does not have to be exactly one |
|
98 |
greater than the current version. |
|
99 |
3) Update xerces.jar file to version 1.4.4 |
|
100 |
Fixes in 1.1.0 |
|
101 |
1) Fixed ldap authentication bug. Now, a user from a referred server cannot |
|
102 |
login with an incorrect password. |
|
103 |
2) Changed the default behavior of the access control functionality with |
|
104 |
respect to packaging. |
|
105 |
If a member document in a data package doesn't have an access control list, |
|
106 |
access control rules of the main package document will not apply to the |
|
107 |
member document. Previously, package members, by default, inherited |
|
108 |
the access control rules of the main package document. |
|
109 |
3) Fixed minor bugs with document access control. |
|
110 |
4) Allowed new version of data files to be uploaded and handled. |
|
111 |
5) Fixed bug where the client could not get the principals or groups from |
|
112 |
the ldap server. |
|
113 |
Fixes in 1.0.3 |
|
114 |
1) Fixed problem with Metacat not being able to query for group names when |
|
115 |
and LDAP referral server was down. Added an LDAP timeout of 5 seconds |
|
116 |
for all referral activity. |
|
117 |
2) Fixed problem where invalid xml characters such as ampersands (&) could |
|
118 |
be inserted into the resultset xml stream. |
|
119 |
Fixes in 1.0.2 |
|
120 |
1) Fixed problem with LDAP locking up Metacat when a referral server |
|
121 |
was not available. |
|
122 |
Fixes in 1.0.1 |
|
123 |
1) Fixed problem with authenticating using LDAP referrals |
|
124 |
2) Fixed bug that prevent groups from being used in access documents |
|
125 | 42 |
Installation |
126 | 43 |
------------ |
127 | 44 |
See the file "docs/user/metacatinstall.html" for detailed instructions. |
Also available in: Unified diff
updated README for jing