Revision 1308
Added by Jing Tao about 22 years ago
README | ||
---|---|---|
31 | 31 |
was written to accomodate other authentication services as well. |
32 | 32 |
|
33 | 33 |
Release Notes |
34 |
|
|
35 |
In this release, the sturcture of xml_replication table was changed. If you try |
|
36 |
to update a installed Metacat, you should run a script file to updated the table |
|
37 |
structure before installation. For Oracle user: At the SQLPLUS prompt type the |
|
38 |
following: |
|
39 |
@src/xmlreplicationtable.sql |
|
40 |
|
|
41 |
If you a new Metacat user, don't need to do it. |
|
42 |
|
|
43 |
Moreover, in build.xml it has a peroperty named datafilepath. It should be set |
|
44 |
as same as your current data file path for person who already installed Metacat |
|
45 |
before. |
|
46 |
|
|
34 | 47 |
------------- |
35 | 48 |
New features in 1.2.0: |
36 | 49 |
1) Performance improvements through improved access control handling |
Also available in: Unified diff
Add two notes for updating replication table and specifying data file path.