Revision 1628
Added by Jing Tao over 21 years ago
README | ||
---|---|---|
8 | 8 |
Metacat: XML Metadata Database |
9 | 9 |
------------------------------ |
10 | 10 |
|
11 |
Version: 1.2.1 Release
|
|
11 |
Version: 1.3.0 Release
|
|
12 | 12 |
|
13 | 13 |
Send feedback and bugs to: metacat-dev@ecoinformatics.org |
14 | 14 |
http://bugzilla.ecoinformatics.org |
... | ... | |
32 | 32 |
|
33 | 33 |
Release Notes |
34 | 34 |
|
35 |
Fixes in 1.2.1: |
|
36 |
1) If an inserted EML dataset document has NOT a triple links an access |
|
37 |
control document with itself, Metacat will no longer create an |
|
38 |
entries in the xml_access table for access file itself. |
|
39 |
2) Fixed bugzilla bug 916. Metacat will no longer throw an exception |
|
40 |
when there are illegal characters in the spatial search fields. |
|
35 |
In this release, the structure of the xml_access table was changed and a new |
|
36 |
table, xml_accesssubtree was added. If you try to update a previously |
|
37 |
installed Metacat, you should run a script file to updated the table structure |
|
38 |
before installation. |
|
39 |
For Oracle user: At the SQLPLUS prompt type the following - |
|
40 |
@src/reviseformetacat13.sql |
|
41 |
For Postgresql user: At install directory prompt type the following - |
|
42 |
psql exp < src/reviseformetacat13_postgres.sql |
|
43 |
(where 'exp' is the database name). |
|
41 | 44 |
|
45 |
After installation, user should run "ant schemasql" command to register EML2 |
|
46 |
schema in xml_catalog table. |
|
47 |
|
|
48 |
If you are a new Metacat user, this step is unneeded. |
|
49 |
|
|
50 |
New Features in 1.3.0 |
|
51 |
1) Partialy support EML2 document. User can store, query, read and write |
|
52 |
EML2 documents. However, Metacat only support access control in resource |
|
53 |
level. The subtree level access control will be ignored. |
|
54 |
2) Support other xml document base on namespace/schema. |
|
55 |
3) Support query for attribute value |
|
56 |
4) Assign MIME type to data file base on metadata when user try to read it. |
|
57 |
5) Owner can assign access rules to a document which does not have access |
|
58 |
document to apply it. |
|
59 |
6) Support exporting single file, not only whole package |
|
60 |
|
|
61 |
Fixes in 1.3.0: |
|
62 |
1) Couldn't finish delta T replication for large set of documents. |
|
63 |
2) Couldn't create access control during delta T replication. |
|
64 |
3) Eorr will be written to a seperated log file if some documents |
|
65 |
were failed in replication. |
|
66 |
4) Decrease the time to create access rules during insert or update |
|
67 |
a package. |
|
68 |
|
|
42 | 69 |
Installation |
43 | 70 |
------------ |
44 | 71 |
See the file "docs/user/metacatinstall.html" for detailed instructions. |
Also available in: Unified diff
Write the readme for 1.3.0