Project

General

Profile

1
#
2
#  '$RCSfile$'
3
#   '$Author: leinfelder $'
4
# '$Revision: 8644 $'
5
#     '$Date: 2014-02-21 15:33:43 -0800 (Fri, 21 Feb 2014) $'
6
#
7

    
8
Metacat: XML Metadata and Data Management System
9
------------------------------------------------                      
10

    
11
Version: 2.4.0 Release
12

    
13
Send feedback and bugs to: metacat-dev@ecoinformatics.org
14
                           http://bugzilla.ecoinformatics.org
15

    
16
Contributors: Matt Jones (jones@nceas.ucsb.edu)
17
              Chad Berkley (berkley@nceas.ucsb.edu)
18
              Jing Tao (tao@nceas.ucsb.edu)
19
              Jivka Bojilova (bojilova@nceas.ucsb.edu)
20
              Dan Higgins (higgins@nceas.ucsb.edu)
21
              Saurabh Garg (sgarg@nceas.ucsb.edu)
22
              Duane Costa (dcosta@lternet.edu)
23
              Veronique Connolly (connolly@nceas.ucsb.edu)
24
              Chris Jones (cjones@msi.ucsb.edu)
25
              John Harris (harris@nceas.ucsb.edu)
26
              Callie Bowdish (bowdish@ecoinformatics.org)
27
              Will Tyburczy (tyburczy@ecoinformatics.org)
28
              Matthew Perry (perry@nceas.ucsb.edu)
29
              Chad Burt (underbluewaters@gmail.com)
30
              Ben Leinfelder (leinfelder@nceas.ucsb.edu)
31
              Chris Barteau (barteau@nceas.ucsb.edu)
32
              Shaun Walbridge (walbridge@nceas.ucsb.edu)
33
              Michael Daigle (daigle@nceas.ucsb.edu) 
34
              Lauren Walker (walker@nceas.ucsb.edu) 
35

    
36
Patch contributors:
37
              Andrea Chadden (chadden@nceas.ucsb.edu)
38
              Johnoel Ancheta (johnoel@hawaii.edu)
39
              Owen Jones (owen.jones@imperial.ac.uk)
40

    
41
Metacat is a flexible database storage system for XML formatted
42
documents and associated binary files. Metacat models the structure of the
43
XML document, therefore allowing storage of XML documents with arbitrary
44
schemas. Metacat supports several databases on the back-end, including Oracle,
45
PostgreSQL and SQL Server (limited).  The server supports XML document
46
storage, retrieval, query, validation, and transformation (using the XSLT
47
stylesheet language).  In addition, there is a mechanism for replicating the
48
database to other metacat instances for backup and load balancing purposes.
49
Metacat currently uses an LDAP database for authenticating users, but was
50
written to accomodate other authentication services as well.
51

    
52
Installation
53
------------
54
See the file "docs/install.html" for detailed instructions
55
for your OS.
56

    
57
Release Notes for 2.4.0:
58
------------------------
59
These release adds a new default file-based authentication mechanism
60
that allows administrators to more easily deploy Metacat without a
61
LDAP server.
62
Other enhancements include:
63
* Correct use of DataONE 'archive' flag
64
* Access policy synchronization with the DataONE Coordinating Node
65
* Indexing support for EML singleDateTime coverage values
66
* Indexing support document read/download events
67
* Improved package download structure and file naming conventions
68

    
69
Release Notes for 2.3.1:
70
------------------------
71
This is a minor patch release to fix an issue that arises when
72
Metacat is operating as a DataONE Coordinating Node.
73
* See: https://projects.ecoinformatics.org/ecoinfo/issues/6315
74
* Updated MetacatUI with support for spatial query criteria
75
* Updated account/identity management script
76

    
77
Release Notes for 2.3.0:
78
------------------------
79
This release adds solr indexing features to metacat-index 
80
for querying and sorting by authors and taxonomic coverage.
81
Also includes:
82
* Control over the log level from the SOLR libraries using Metacat's
83
log4j file.
84
* access_log DB indexes for better log reporting performance 
85
via the DataONE API
86
* Provide 'reindexall' action instead of 'reindex' without a 'pid' parameter.
87

    
88

    
89
Release Notes for 2.2.1:
90
------------------------
91
This is a critical patch release of Metacat that includes addresses
92
a bug in file stream handling. It is recommended for all Metacat deployments.
93

    
94
Release Notes for 2.2.0:
95
------------------------
96
This is a major release of Metacat that includes a new customizable UI and 
97
improved LDAP account management features
98

    
99
Release Notes for 2.1.1:
100
------------------------
101
This is a minor patch release of Metacat that addresses
102
a bug in DOI publishing.
103

    
104
Release Notes for 2.1.0:
105
------------------------
106
This is a major release of Metacat that includes a SOLR-based search feature
107
* Optional SOLR search index
108
* Client certificate delegation (using a service provider like CILogon)
109

    
110
Release Notes for 2.0.8:
111
------------------------
112
This is a patch release for Metacat
113
* Enforce DataONE prohibition on whitespace in identifiers
114
* Use unique filenames for Registry data uploads
115

    
116
Release Notes for 2.0.7:
117
------------------------
118
This is a patch release for Metacat replication
119
* Replication SQL performance enhancement
120
* Comply with DataONE schema for SystemMetadata.submitter
121

    
122
Release Notes for 2.0.6:
123
------------------------
124
This patch release focuses on Metacat support for DataONE-enabled Morpho clients
125
* MN.generateIdentifier() support for UUID and DOI
126
* DOI registration support using EZID service
127
* Pathquery support for specifying multiple document owners
128

    
129

    
130
Release Notes for 2.0.5:
131
------------------------
132
This patch release focuses on Metacat support for Oracle
133
*SystemMetadata table names have been shortened to comply with Oracle limits.
134
*SANParks/SAEON spatial zip file download fixed
135
*Pathquery performance fix
136
*Hazelcast 2.x upgrade
137
*Correct handling for deleted and archived objects for both Metacat and DataONE APIs
138

    
139
Release Notes for 2.0.4:
140
------------------------
141
This patch release focuses on Metacat-Metacat replication.
142
*Allows Metacat to stream replication update information between servers to avoid connection timeout issues
143
*Allows Metacat replication when source host does not provide SystemMetadata (DataONE)
144
*Fixes an access control issue that could allow search results to include protected documents
145

    
146
Release Notes for 2.0.3:
147
------------------------
148
This is another critical patch release of Metacat 2.0.
149
*Addresses a bug that prevented Metacat replication from completing (timeout error)
150
*Uses more efficient SystemMetadata synchronization using shared Hazelcast map
151

    
152
Release Notes for 2.0.2:
153
------------------------
154
This is a critical patch release of Metacat 2.0.
155
*Addresses a bug that prevented updates to DataONE identified datapackages (e.g., using DOIs)
156
*Addresses a bug that prevented the use of the Metacat API 'getaccesscontrol' action
157
*Updates the Foresite ORE library to correctly serialize resource map documents
158

    
159
Release Notes for 2.0.1:
160
------------------------
161
This is a minor patch release of Metacat 2.0. Please see the previous release notes for complete information.
162
*Addresses an identifier issue during ORE generation for DataONE services
163
*Increases compatibility with older EML content and the Xalan XSLT processor
164
*Removes XSLT 2.0 support (Saxon)
165

    
166
Release Notes for 2.0.0:
167
------------------------
168
This major release includes support for DataONE.
169
*The DataONE v1.0.0 Member Node service APIs are now the preferred method for communicating with Metacat
170
*The existing EcoGrid and Metacat Servlet APIs are deprecated but still available.
171
*EML-embedded access control rules using permOrder="denyFirst" are no longer supported (https://redmine.dataone.org/issues/2614) 
172
*Replication now utilizes client certificates to establish SSL connections between replication source and target servers
173
*Access control rules now apply to objects on a per-revision basis rather than per-docid
174
*Bugs fixed include:
175
-SANParks skin/TPC (5561, 5530, 5533, 5542, 5543, 5544, 5551, 5563, 5566, 5567, 5569, 5353)
176
-Registry (5114, 5244)
177
-Replication (4907, 5537, 5536, 5534, 5520, 5519, 3296)
178
-Spatial cache regeneration can be skipped during reconfiguration/redeployment/upgrade (3811)
179
-Pathquery support for temporal search criteria (2084)
180
-Character encoding of XML now respected (internationalization) (2495, 4083, 3815)
181

    
182

    
183
Release Notes for 1.9.5:
184
------------------------
185
This release fixes those bugs:
186
*Metacat could not download the included schemas in an external schema file during inserting.
187
*Workflow scheduler could not work since the metadata standard of kepler kar file was changed. 
188
*Earthgrid could not transform the Earthgrid query with concept "/" to the Metacat path query correctly.
189
*Document access rules are now preserved when documents are archived during the 'delete' action.
190

    
191
Release Notes for 1.9.4:
192
------------------------
193
This release fixes bugs in the FGDC data package upload and download interface utilized
194
by the SANParks and SAEON skins.
195

    
196
Release Notes for 1.9.3:
197
------------------------
198
This release fixes a harvester bug that prevented the EML harvester from processing
199
harvest lists.
200
The Kepler skin has been updated to support KarXML 2.1.
201
Ecogrid query services now support multiple namespace searches.
202

    
203
Release Notes for 1.9.2:
204
------------------------
205
This release primarily holds the addition of the Threshold of Potential
206
Concern workflow functionality (TPC).  The following issues were addressed:
207

    
208
* Create a properties file for use by JUnit Tests (Bug 2994)
209
* security issue with skins (Bug 3368)
210
* reorganize classes into a more functional specific structure (Bug 3510)
211
* Add admin names as dropdown in configuration login (Bug 3729)
212
* KNB metacat replication error log file is empty (Bug 3885)
213
* Create TPC Report web browse/search pages (Bug 4165)
214
* Create archive extraction functionality (Bug 4166)
215
* Create Workflow Scheduler (Bug 4167)
216
* metacat didn't update xml_path_index table while a document was updated (Bug 4367)
217
* Enforce permissions for tpc workflow viewing and scheduling (Bug 4420)
218
* Fix cross platform TPC GUI issues (Bug 4556)
219
* TPC Sanparks page content lenth issue (Bug 4557)
220
* Create validate and isAuthorized unit tests (Bug 4558)
221
* Cannot insert replication server via gui (Bug 4594)
222
* Timed Replication takes many hours and drives the load up on KNB (Bug 4616)
223
* [ESA] Update fails when document rev number is missing (Bug 4627)
224
* fails to catch some insert and update failures (Bug 4637)
225
* must support java 1.6 (Bug 4641)
226
* Convert build to pull eml from svn instead of cvs (Bug 4644)
227
* handleGetRevisionAndDocTypeAction should search both xml_documents and xml_revisions table (Bug 4645)
228
* Metacat couldn't update a document from client, which previous versions only stay in xml_revisions table (Bug 4649)
229
* metacat runs out of memory (Bug 4658)
230
* ESA skin links are hard coded to data.esa.org (Bug 4698)
231
* Update release 1.9.2 release notes (Bug 4707)
232
* Handle writing a text node > 4000 characters to the db. (Bug 4708)
233
* Metacat should run against Tomcat 6 (Bug 4716)
234

    
235
Release Notes for 1.9.1:
236
------------------------
237
The 1.9.1 release holds the bug fixes found after releasing 1.9.0 beta.  
238
These bugs were primarily replication issues.  There is no difference 
239
in functionality between 1.9.0 and 1.9.1 
240

    
241
Release Notes for 1.9.0:
242
------------------------
243
This release focuses on simplifying the Metacat installation process by 
244
creating a binary (war) installation.  The need to build the application
245
on the server has been removed (although the option is still available).
246
In order to facilitate this method of installation, a few major modifications
247
were made to the code:
248

    
249
  -- Ant token replacement was removed for all non-build variables in the 
250
     application (most of this was already done in 1.8.1).
251

    
252
  -- The Metacat properties confguration was moved into the application
253
     itself.
254

    
255
  -- Database schema version detection and install/upgrade utilities were 
256
     added to the application.
257

    
258
Also, this release includes several enhancements:
259
  -- it supports the new EML 2.1.0 version.  
260

    
261
  -- Documents are now stored on the local filesystem as well as in the 
262
     database in order to preserve document integrity.
263
     
264
  -- Metacat verifies new schemas when they are added.
265

    
266
  -- Additional access is propegated with documents during replication.
267

    
268
High priority bugs were addressed in this release as well.
269

    
270
The enhancements/bugs addressed are:
271

    
272
* escaped "less than" in inlinedata causes invalid eml output (Bug 2564)
273
* need to set filename for download files (Bug 2566)
274
* add ability for search engines to index metacat documents (Bug 2826)
275
* EML citation section should include both organizationNames and individualNames (Bug 3059)
276
* refactor skins to get organization list from metacat getOrganizations() function (Bug 3114)
277
* Update dataknp.sanparks.org packageId attributes to match Metacat Ids (Bug 3258)
278
* New documents explicitly set as public access don't show up correctly (Bug 3262)
279
* Modify confguration utility in metacat (Bug 3371)
280
* Integrate perl token replacement changes (Bug 3372)
281
* Create skin specific configuration utility (Bug 3373)
282
* Add authentication for configuration utility (Bug 3374)
283
* Create a sorted properties utility (Bug 3375)
284
* Add DB upgrade/install functionality to java code (Bug 3376)
285
* Create ANT install target for developers (Bug 3377)
286
* Create LSID server installation (Bug 3380)
287
* Create unit test code for 1.9 additions (Bug 3381)
288
* create simple turnkey installer for metacat Phase I (Bug 3461)
289
* Maps do not display in Firefox version 3 (Bug 3462)
290
* Replicate access rules in replication (Bug 3464)
291
* Metacat casesensitive="true" option in pathquery expressions is broken (Bug 3472)
292
* Add full schema checking when metacat register new schema (Bug 3474)
293
* Incorporate EML 2.1.0 access changes in metacat (Bug 3495)
294
* getprincipals action returns invalid XML document (Bug 3527)
295
* Update knbweb to serve new metacat install (Bug 3545)
296
* Replication should write to disk (Bug 3554)
297
* Update acknowlegements in metacat readme (Bug 3588)
298
* Validate the ldap administrator field. (Bug 3616)
299
* Allow for different authentication services in metacat configuration (Bug 3680)
300
* Tag utilities module and have metacat check out that tag (Bug 3685)
301

    
302
Release Notes for 1.8.1:
303
------------------------
304
This release focuses on bug fixes. In this release, the problem that Metacat 1.8.0 and previous 
305
versions use illegitimate EML 2.0.1 schemas is addressed: first, Metacat 1.8.1 comes with
306
legitimate EML 2.0.1 schemas; second, existing invalid EML 2.0.1 documents will be 
307
automatically fixed while maintaining their package ID during the Metacat 1.8.1 upgrading process. 
308
Details please see:
309
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3239
310
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3241
311

    
312
Note: after upgrading the Metacat to version 1.8.1, some replication issues may be seen, e.g., the 
313
EML 2.0.1 documents from Metacat 1.8.0 or ealier verions may be rejected since Metacat 1.8.1 uses
314
different EML 2.0.1 schemas (see bug 3239). If this is case, Metacat administrators should notify
315
their counterparts to upgrade previous version Metacats to 1.8.1. 
316

    
317
The fixed bugs include:
318

    
319
*Character set (charset) problem when filling out form (Bug2797)
320
*Charset bug: > "less than" symbol does not display correctly (Bug2517)
321
*Metacat performance issue in Sanparks skin (Bug 3174)
322
*Metacat using illegitimate versions of EML schema (Bug 3239)
323
*Update older invalidated eml201 document in Metacat (Bug 3241)
324
*Verify existing token changes to skins (Bug 3176)
325
*The edit feature in the NCEAS Data Repoistory does not work (Bug 2644)
326
*Expose permission options for registry uploads (Bug 3014)
327
*ESA registry doesn't have LTER in login dropdown menu (Bug 2647)
328
*Data Catalog Map is slow when selecting (Bug2732)
329
*Only one attribute per element returned with pathquery results(Bug 2999)
330
*The field "skinconfigs" in the MetacatUtil class is public (Bug 3057)
331
*Generalize the reading of skin.configs in DBTransform (Bug3058)
332
*The query example in metacatquery.html document need to be changed (Bug3137)
333
*Add upload method into Metacat tour (Bug 3139)
334
*Query resultset doesn't show component name in kepler skin (Bug 3178)
335
*Add fields used in Morpho search to the default indexPaths property (Bug 3259)
336
*Private data cannot be downloaded from metadata display page (xsl) (Bug 3263)
337
*An error message happen during the metacat start up (Bug 3279)
338
*Replication: Timed replication failures occur twice instead of once (Bug 3304)
339
*Inline Data does not work correctly without the <pre> tag (Bug 3088)
340
*Include FGDC metadata in KNB and NCEAS skin search results (Bug 3146)
341

    
342
Release Notes for 1.8.0:
343
------------------------
344
This release focuses on improving query performance.  Both the selection 
345
and access control queries were rewritten to execute efficiently.
346
To improve search performance, a query caching mechanism was introduced. 
347
Cached queries are currently supported only for public users.
348

    
349
New Features:
350
* Data registries now support uploading of data objects along with data 
351
  packages (Bug 1982)
352
  
353
Bug Fixes:
354
* Metacat Performace: Rewrite the xml_nodes queries (Bug 2155)
355
* Metacat Performace: Rewrite the xml_access part of the query (Bug 2557)
356
* Query cache mechanism (Bug 2905)
357
* Metacat Performance: updates from Morpho of data packages are taking 
358
   longer than five minutes (Bug 2805)
359
* Metacat Performance: Optimize Postgres and Tomcat (Bug 2157)
360
* Metacat Performace: Upgrading hardware setup (Bug 2175)
361
* Metacat Performace: Add/drop indices on key columns (Bug 2153)
362
* Display of metadata documents reorganized, including a new citation format,
363
  obvious download options, and a redesigned data table layout (Bugs 2981, 2832)
364
* I.E. display fixes on default skin (Bug 2579)
365
* Web Address links fixed (Bug 2147)
366
* NCEAS skin redesigned to use IFRAME-less layout, match new website.
367
* Spatial query:  data packages must be fully contained by the selection 
368
  bounding box in order to appear in the search results (Bugs 2972, 2732).
369
* FGDC support: upload, delete, update, access control, and download
370
  (Bugs 2807, 2925, 2926, 2929, 2030).
371
Compatibility Notices:
372
* Tomcat 3 and 4 are no longer tested or supported. Users are 
373
  highly encouraged to upgrade to Tomcat 5.5
374

    
375
Release Notes for 1.7.0:
376
------------------------
377
This release features only a few minor changes to the core Metacat engine. 
378
The major focus of this release is the addition of the spatial functionality.
379
The geographic coverage of metadata documents can now be cached in a GIS-
380
accessible format and published via web mapping services and an online
381
interactive map. 
382

    
383
New Features:
384
* Three new open source libraries have been integrated with Metacat:
385
  - Geoserver:  A standards-compliant web map server to publish
386
                geographic data to the web.
387
               (http://docs.codehaus.org/display/GEOS/Home)
388
  - GeoTools:   A java-based GIS toolkit to programatically
389
                manipulate spatial datasets.
390
                (http://geotools.codehaus.org/)
391
  - Mapbuilder: A javascript application to provide an interactive
392
                web map front-end to Geoserver.
393
                (http://docs.codehaus.org/display/MAP/Home)
394
* Spatial Caching/Indexing mechanism; documents with geographic
395
  coverages will be added to the spatial cache.
396
* Spatial Query action in metacat servlet. 
397
* Interactive Web map to visualize and query the spatial 
398
  distribution of metadata documents.
399
* Experimental python, ruby and php client libraries to interface with metacat.
400
* Preliminary process in place for web based configuration of metacat.
401

    
402
Compatibility Notices:
403
* Tomcat 3 and 4 are no longer tested or supported. Users are 
404
  highly encouraged to upgrade to Tomcat 5.5
405

    
406
Bug Fixes:
407
* Metacat administrators are able to modify and delete documents 
408
  created by other users.
409
* Fixed problems with indexing XML attributes, see bug 2469
410

    
411

    
412
Release Notes for 1.6.0:
413
------------------------
414

    
415
This release comes with more performance improvements, initial support for 
416
LSIDs (Life Sciences Identifiers) and FGDC standard, more controls for 
417
Metacat administrators and bug fixes. Below is the list of bug fixes and
418
performance improvements.
419

    
420
Bug Fixes: 
421
* Improved the indexing algorithm. Earlier indexing failed for some documents 
422
  randomly and used to take a lot of time to complete for others. The 
423
  code for indexing was changed to take care of both these problems.
424
* Earlier, xmlns prefix was used to determine the namespace of the document. 
425
  Now schemaLocation is used instead xmlns prefix to determine the namespace 
426
  of the document as that is a better indicator of document type. 
427
* INSTR was used in some SQL statements and it is not supported by Postgres. 
428
  So SQL statements were modified so that INSTR is not used.
429
* Replication was changed to include replication of deleted documents also.
430
* Fixed bug in squery which didnt allow use of not-contains 
431

    
432
New Features:
433
* Added FGDC schema and XSLT so that Metacat can handle FGDC standard
434
* Added support for LSID. This includes modifying the stylesheets to 
435
  display the LSIDs, modifying the build to include a new target 
436
  'install-ldap'.
437
* Added following access control levels to Metacat:
438
    1. Administrators - users who can do the following:
439
       a. Run replication
440
       b. Delete any document
441
       c. Modify any document
442
       d. run indexing for any document
443
       e. check the logs
444
    2. allowedUsers - User who are allowed to submit
445
    3. deniedUsers - Users not allowed to submit
446
* Added a new skin for Ecological Society of America. 
447
* Created an Advanced search servlet which can be used from the web. 
448
* Various connections have been modified to be secure. e.g. connection between 
449
ldaps is made secure now, replication is done over secure channels.  
450

    
451
Performance:
452
* Reduced size of xml_nodes by creating a new table for holding nodes from 
453
  deleted documents and old revisions of the documents. 
454
* Provided a new variable in metacat.properties where more frequently searched 
455
  for paths can be specified. Seperate indexes are created for these paths 
456
  - so that search is faster.
457
* Included log4j for logging and debuging to prevent wasting of time in printing log statements. 
458

    
459
Release Notes for 1.5.0:
460
------------------------
461

    
462
This release comes with performace improvement, user interface enhancements,
463
and bug fixes. Below is the list of bug fixes and performance improvements. 
464

    
465
Bug Fixes:
466
* Modify property values of harvester registration servlets to match the
467
  servlet-mapping URL values in web.xml. The old values used the servlet
468
  class names. This worked in Tomcat 4 but seems to break in Tomcat 5 on
469
  Windows. The new values use the servlet-mapping URL values. This should
470
  work in both Tomcat 4 and Tomcat 5. (Bug 162)
471
* Re-implement logic to prune old log entries from the HARVEST_LOG and
472
  HARVEST_DETAIL_LOG tables. The old logic caused integrity constraint
473
  violations in the database because it tried to delete parent records from
474
  HARVEST_LOG prior to deleting child records from
475
  HARVEST_DETAIL_LOG. (Bug 162)
476
* In data registry, minor bugs fixed like the error page shows the link back
477
  to the form when error page was generated because of a document read
478
  request from search results page,  the successful delete button leading
479
  to a blank screen and the old ACL overwritten by the registry.
480
  (Bugs 1307, 1310, 1322, 1344, 1551)
481
* Changed the code to support insertion of following characters: ', `,
482
  charcters in the Numeric Character Reference format (&#xyz;) and
483
  characters like µ. Characters like µ will be converted to and stored in
484
  Numeric Character Reference format(&#xyz;). They will also be returned
485
  in Numeric Character Reference and it is upto the client to convert them
486
  and display them accordingly in the application. Partial fix provided by
487
  Johnoel Ancheta. (Bug 1538,1711)
488
* Spatial search failed on Oracle because of invalid entries made by
489
  some documents in the nodedata column of xml_nodes for paths involving
490
  'eastBoundingCoordinate', 'westBoundingCoordinate',
491
  'northBoundingCoordinate', 'southBoundingCoordinate'. A new column
492
  nodedatanumerical was added to xml_nodes table such that all the numerical
493
  nodedata is stored in this column and this column is now used for spatial
494
  search. (Bug 1703, 1718)
495
* In the default skin, clicking on the keywords on the home page did not
496
  result is a search being done. Fix provided by Owen Jones. (Bug 1768)
497
* Metacat generated a success message even when a document which didnt
498
  exsist was requested for deletion. This has been fixed. (Bug 1850)
499
* "packagetype" in xml-relation table was entered as eml200 namespace when
500
  an eml201 document was inserted. This is fixed now so that "packagetype"
501
  in xml-relation table points to eml201 namespace. (Bug 1979)
502
* System_id in xml_catalog pointed to http://knb.ecoinformatics.org/knb/
503
  earlier. Fixed such that it points to the locally installed metacat url. 
504
  (Bug 1986)
505
* Changes to the Query subsystem fix bugs that prevented attributes from 
506
  being expressed solely in the xpath query statement and the returnfield 
507
  values. For instance, a query URL may now include search strings like 
508
  '@packageId=sbclter%25' and return strings like 'returnfield=@packageId'.
509
  Previously, the attribute had to be appended to an element: 
510
  '/eml/@packageId=sbclter%25'. These fixes change DBQuery.java, 
511
  QuerySpecification.java, and QueryTerm.java (Bug 2052)
512
* Search query failed in case of Oracle if number of documents in the result
513
  were more than 1000. This has been fixed. (Bug 2000)
514
* Removed any occurence of enum which is now a keyword in Java 1.5
515

    
516

    
517
Enhancements:
518
* Major improvements done in user interface for the data registeries and
519
  various other skins. Improvements done based on suggestions from Mark
520
  Stromberg, Laura Downey and others. Improvements also done in resultset.xsl,
521
  the default skin and ldap templates. (Bug 1948)
522
* Coded added such that administrator can delete documents irrespective of
523
  who the document belongs to.
524
* Performance impovement done in searching of datasets. A part of the search
525
  time was taken up because of generation of resultset after the search had be
526
  done. So this was the sequence of events in earlier metacat
527
  1) Search for the given text
528
  2) A list of docids generated
529
  3) For each of the docids
530
     3a) Use xml_index and xml_nodes table to generate the string descibing
531
         the document including the returnfields requested in the search
532
  4) Add all the strings from step 3a to send back the resultant
533
     document. Here a decent amount of time was being taken by step 3a. 
534
  The algorithm is now modified by addition of two tables xml_queryresult and
535
  xml_returnfields and a user defined parameter xml_returnfield_count. The
536
  new algorithm works as follows:
537
  1) Search for the given text
538
  2) A list of docids is generated
539
  3) For the given set of return fields generate a unique string and check
540
     if that string exists in xml_returnfields
541
     3a) If string does not exist in xml_returnfield, then enter a new
542
         record usage_count as 1 and returnfield_string as the unique string
543
         generated above.
544
     3b) Else if the string exists, increment usage_count
545
  4) Given the docids from step 2 and the id of the returnfield record from
546
     step 3, query for any docids that already exist in xml_queryresult.
547
     For the docids that do exist, get the queryresult_string.
548
  5) For rest of the docids from step2 which were not found in step 4, do
549
     the following for each of the documents:
550
     5a) Use xml_index and xml_nodes table to generate the string descibing
551
         the document including the returnfields requested in the search
552
     5b) If usage_count of the record from step is more than
553
         xml_returnfield_count set in metacat.properties, then store the
554
         string in xml_queryresult as a record which has the returnfield_id
555
         representing the set of returnfields, docid representing the
556
         document and the string as queryresult_string.
557
  6) Add all the strings from step 4 and step 5a to send back the resultant
558
     document
559
  So the results from step 3a in previous algorithm are effectively cached
560
  and hence same computation is not done again and again for each search.
561
  When a document is deleted, all the entries for that document in
562
  xml_queryresult table are also deleted. When a document is updated, all
563
  the entries for that document in xml_queryresult table are deleted. This
564
  works fine because those entries will be generated and cached again the
565
  next time the document is part of a search is requested.
566
* Performance impovement done for % search.
567
* Following new functions added to metacat client API: a method to set access
568
  on an xml document and a method to get newest version for a given document.
569
* Implement a new HarvesterServlet for running Harvester as a servlet. This
570
  eliminates the need to run Harvester in a terminal window. By default, the
571
  HarvesterServlet is commented out in lib/web.xml.tomcat(3,4,5). The user
572
  documentation will be modified to instruct Harvester administrators to
573
  uncomment the HarvesterServlet entry.
574
* Minor enhancement to support multiple email addresses for harvester
575
  administrator and site contact. Each address is separated by a comma or
576
  semicolon.
577
* Increase number of rows in Harvest List Editor from 300 to 1200.
578
* Changed default maxHarvests value to 0. Added logic to ignore maxHarvests
579
  value when it is set to 0 or a negative number. This allows Harvester to
580
  run indefinitely without shutting down after reaching a maximum number of
581
  harvests. The previous default value of 30 would cause Harvester to
582
  terminate after 30 harvests.
583

    
584
Details of all changes can be found in the bug database here:
585
http://bugzilla.ecoinformatics.org/buglist.cgi?product=Metacat&target_milestone=1.5
586

    
587

    
588
Release Notes for 1.4.0:
589
------------------------
590

    
591
This is a major release, and is the first to introduce many new features to
592
Metacat.  Some of the major new features in this version of Metacat include:
593

    
594
* Added a new 'Harvester' that allows documents to be periodically pulled
595
  from distributed sources into metacat, useful for interfacing with other
596
  system types. See the Metacat Tour for details.
597
* Added new 'skins' capability to allow the GUI for the metacat web interface
598
  to be more easily customized to fit into site needs.  The skin is based on
599
  a flexible mix of XSLT, CSS, and Javascript.
600
* Added a web-based metadata entry form for submitting limited EML documents
601
  as part of a data registry.  The GUI for the registry is customizable and 
602
  is integrated with the 'skins' system for the main metacat interface.  The
603
  registry subsystem is written in Perl, and can simultaneously be used to 
604
  present multiple 'registry' interfaces.
605
* A new 'client API' has been developed and implemented in Java and in Perl 
606
  so that metacat functions can be accessed from any program in those
607
  languages.  The client API supports the major metacat servlet actions,
608
  including login(), logout(), query(), insert(), update(), delete(), and 
609
  upload(). See the Metacat Tour for details.
610
* Added a new 'getlog' action that produces a usage history for all major
611
  events.  So now an XML report can be generated for document reads, inserts,
612
  deletes, etc.  See the new section in the Metacat Tour.
613
* Added a new 'buildindex' action that can rebuild the index entries for any
614
  document in the database.
615
* The configuration file for metacat (metacat.properties) has been moved out
616
  of the jar file and into the WEB-INF directory, allowing far easier changes
617
  to the configuration parameters.
618
* Results in default web interface are sorted by title in the XSLT 
619
  (configurable)
620
* Many bugs were fixed.
621

    
622
Details of all changes can be found in the bug database here:
623
http://bugzilla.ecoinformatics.org/buglist.cgi?product=Metacat&target_milestone=1.4
624

    
625
Release Notes for 1.3.1:
626
------------------------
627

    
628
This is a simple interim bug fix. No major functionality changes. Bugs fixed 
629
include:
630
 1) Metacat 1.3.0 doesn't work in Java 1.3 because a subtle API differnce in 
631
    Java 1.3 and Java 1.4. Currently, Metacat 1.3.1 will work in both Java 1.3 
632
    and Java 1.4.
633
 2) Distribution package size was reduced.
634

    
635

    
636
Release Notes for 1.3.0
637
------------------------
638

    
639
In 1.3.0 release, the structure of the xml_access table was changed and a new
640
table, xml_accesssubtree was added. If you try to update a previously 
641
installed Metacat, you should run a script file to updated the table structure 
642
before installation.
643
For Oracle user: At the SQLPLUS prompt type the following -
644
@src/reviseformetacat13.sql
645
For Postgresql user: At install directory prompt type the following -
646
psql exp < src/reviseformetacat13_postgres.sql
647
(where 'exp' is the database name).
648

    
649
After installation, user should run "ant schemasql" command to register EML2
650
schema in xml_catalog table.
651

    
652
If you are a new Metacat user, this step is unneeded.
653

    
654
Note: 1) We recommend to use Tomcat 4 and JAVA 1.4 to run Metacat. Otherwise, 
655
         it will cause potential replication issues.
656
      2) Delete the xercesImpl.jar and xmlParserAPIs.jar files 
657
         which are in $CATALINA_HOME/common/endorsed. They are old version and
658
         don't support XML schema validation.
659

    
660
New Features in 1.3.0
661
  1) Partialy support EML2 document. User can store, query, read and write
662
     EML2 documents. However, Metacat only support access control in resource
663
     level. The subtree level access control will be ignored.
664
  2) Support other xml document base on namespace/schema.
665
  3) Support query for attribute value
666
  4) Assign MIME type to data file base on metadata when user try to read it.
667
  5) Owner can assign access rules to a document which does not have access 
668
     document to apply it.
669
  6) Support exporting single file, not only whole package
670
  7) Resupport Microsoft SQL Server.
671

    
672
Fixes in 1.3.0:
673
  1) Couldn't finish delta T replication for large set of documents.
674
  2) Couldn't create access control during delta T replication.
675
  3) Eorr will be written to a seperated log file if some documents
676
     were failed in replication.
677
  4) Decrease the time to create access rules during insert or update 
678
     a package.
679
     
680
Documentation
681
-------------
682
See the docs directory for detailed documentation and installation
683
instructions.
684

    
685
Details of the Metacat architecture can be found on the website for
686
the Knowledge Network for Biocomplexity (KNB):
687

    
688
  http://knb.ecoinformatics.org/software/metacat/
689

    
690
Contributions to this work are welcome.  Please see the above web site
691
for details on how to contribute.
692

    
693
Major Known Bugs or Feature Requests (see http://bugzilla.ecoinformatics.org)
694
-----------------------------------------------------------------------------
695
If you discover a bug please report it, either by email (above) or by using
696
our bug tracking system (http://bugzilla.ecoinformatics.org). There is a
697
list of currently unimplemented features in Bugzilla that we are working on
698
for the next release.
699

    
700
Legalese
701
--------
702
This software is copyrighted by The Regents of the University of California
703
and the National Center for Ecological Analysis and Synthesis
704
and licensed under the GNU GPL; see the 'LICENSE' file for
705
details.
706

    
707
This material is based upon work supported by the
708
National Science Foundation under Grant No. DEB99-80154, DBI99-04777, and
709
0225676 for SEEK.  Any opinions, findings and conclusions or recomendations 
710
expressed in this material are those of the author(s) and do not necessarily 
711
reflect the views of the National Science Foundation (NSF).
712

    
713
This software is partially supported by a grant from the Andrew W. 
714
Mellon Foundation.
715

    
716
This product includes software developed by the Apache Software
717
Foundation (http://www.apache.org/). See the LICENSE file in lib/apache
718
for details.
719

    
720
The source code, object code, and documentation in the com.oreilly.servlet
721
package is copyright and owned by Jason Hunter. See the cos-license.html file
722
for details of the license.  Licensor retains title to and ownership of the
723
Software and all enhancements, modifications, and updates to the Software.
724

    
725
This software includes the JDBC driver for PostgreSQL.  See the 
726
postgresql-license.txt file for details.
(2-2/7)