Project

General

Profile

1
#
2
#  '$RCSfile$'
3
#   '$Author: tao $'
4
# '$Revision: 10325 $'
5
#     '$Date: 2017-05-23 15:56:00 -0700 (Tue, 23 May 2017) $'
6
#
7

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

    
11
Version: 2.9.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

    
58
Release Notes for 2.8.3:
59
------------------------
60
New bugs fixed in this release:
61
* MNodeService.replicate() is failing
62
* MN.publish method fails because of the mismatched checksum
63
* MN.update method doesn't check the checksum
64
* Set file names correctly when reading objects from Metacat
65

    
66

    
67
Release Notes for 2.8.2:
68
------------------------
69
New bugs fixed in this release:
70
* The listObjects method fails if there is pid with a white space in the list
71
* EML SAX parser will not check if the user has the all permission on data objects (described by the eml object) when the parser is called by DataONE API
72
* The count number is -1 when the expandRightsHolder method lists the subjects
73
* CN V1/V2.archive implementation only allows CN and MN administrators to act
74
* Metacat-index RDF/XML subprocessor not populating prov_hasDerivations field
75

    
76

    
77
Release Notes for 2.8.1:
78
------------------------
79
New features and bugs fixed in this release:
80
* Register schema files for the format id FGDC-STD-100.1-1999
81
* ReIndexing a document lost some prov information in the new generated solr doc
82
* MNodeService.updateSystemMetadata() needs to validate obsolescence chain pids
83
* Metacat DataONE base url always gets 404 not found page
84
* Use the provenance Spring bean file from d1_cn_index_processor in Metacat
85
* Calling cn.synchronize method asynchronously in mn.updatesystemmeta on Metacat
86
* Uploading a resource map with provenance data causes an NPE during indexing
87
* replicationPolicy missing numberReplicas and replicationAllowed attributes
88
* Archive operation not permitted for V1 readonly MNs
89
* Solr index still keeps the obsoletedBy field even though it was removed from the system metadata and reindexed
90
* Private metadata is indexed as isPublic=true
91
* Action reindexall should be asynchronized
92

    
93

    
94
Release Notes for 2.8.0:
95
------------------------
96
New features and bugs fixed in this release:
97
* Modify Metacat code according to the change of dataone library migrating from JibX to JAXB
98
* Upgrade Solr to 3.6.2 to fix searching issues
99
* Metacat is not expanding groups in the rightsHolder field during authorization
100
* Improve error message for: User tried to update an access module when they dont have ‘ALL’ permission!"
101

    
102

    
103
Release Notes for 2.7.2:
104
------------------------
105
New features and bugs fixed in this release:
106
* Legacy Metacat "shortcut" url does not work if revision is omitted
107
* Migrate metacat build to use EML git repo
108
* All links on the registry page should open up in a new tab 
109
* Metadata/data objects which have obsoletedBy field ignore the resource map index
110
* Metacat creates an Invalid Content-Disposition value for some filenames
111
* External links in the registry should open in new tab
112
* Remove the support of Oracle on documentation
113
* Changing a Metacat member node's synchronization value on the d1 admin page doesn't work  
114
* Add the feature to support the noNamespaceSchemaLocation attribute in xml objects
115
* Provide clear messages to clients if the namespaces/formatids of the schemas of xml objects are not registered in Metacat
116
* Disable the feature of downloading external schemas for unregistered namespaces
117
* Metacat-index picks up the changes in log4j.properteis without restarting tomcat
118

    
119
Release Notes for 2.7.1:
120
------------------------
121
* Fixed several bugs on the data registry form
122
* Support the onedcx schema
123
  - Fixed several onedcx stylesheet issues
124

    
125
Relese Notes for 2.7.0:
126
------------------------
127
* Use different format ids to identity variants of the schema with same namespace
128
* Add EML 2.1.1 to Darwin Core supporting for OAI-PMH provider  
129
* Bugs fixed include:
130
  - Series head resolution should use obsoletes field as part of determination(7020)
131
  - The InputStream (parameter) in the CN/MN.create and MN.update method is not closed(7005)
132
  - Use the AutoCloseClientInputStream class in the d1_libclient_java in Metacat replication(7004)
133

    
134
Release Notes for 2.6.0:
135
------------------------
136
This release supports token-based authentication in the data registry
137
as well as:
138
* MetacatUI 1.11.0
139

    
140
Release Notes for 2.5.1:
141
------------------------
142
This a minor release that improves:
143
* Authentication token handling for the DataONE API
144

    
145
Release Notes for 2.5.0:
146
------------------------
147
This major release adds DataONE V2 API support
148
as well as:
149
* MetacatUI 1.8.1
150
* Data registry bug fixes
151

    
152
Release Notes for 2.4.3:
153
------------------------
154
This release includes:
155
* Support for large file uploads
156
* Recording User-Agent when logging requests
157

    
158
Release Notes for 2.4.2:
159
------------------------
160
This release includes:
161
* Updates to improve character encoding handling
162
* Updated SOLR index and UI to use geohashes for map rendering
163
* Note: this is the last release of Metacat that will support Java 6
164

    
165
Release Notes for 2.4.1:
166
------------------------
167
This is a patch release that addresses the following:
168
* Allows LDAP authentication using aliased referrals
169
* Re-indexes previous document revisions in SOLR when
170
new revisions are added on update
171
* Allows authentication in SANParks skin
172
* Enables OpenLayer.js mapping plug-in over https
173

    
174
Release Notes for 2.4.0:
175
------------------------
176
These release adds a new default file-based authentication mechanism
177
that allows administrators to more easily deploy Metacat without a
178
LDAP server.
179
Other enhancements include:
180
* Correct use of DataONE 'archive' flag
181
* Access policy synchronization with the DataONE Coordinating Node
182
* Indexing support for EML singleDateTime coverage values
183
* Indexing support document read/download events
184
* Improved package download structure and file naming conventions
185

    
186
Release Notes for 2.3.1:
187
------------------------
188
This is a minor patch release to fix an issue that arises when
189
Metacat is operating as a DataONE Coordinating Node.
190
* See: https://projects.ecoinformatics.org/ecoinfo/issues/6315
191
* Updated MetacatUI with support for spatial query criteria
192
* Updated account/identity management script
193

    
194
Release Notes for 2.3.0:
195
------------------------
196
This release adds solr indexing features to metacat-index 
197
for querying and sorting by authors and taxonomic coverage.
198
Also includes:
199
* Control over the log level from the SOLR libraries using Metacat's
200
log4j file.
201
* access_log DB indexes for better log reporting performance 
202
via the DataONE API
203
* Provide 'reindexall' action instead of 'reindex' without a 'pid' parameter.
204

    
205

    
206
Release Notes for 2.2.1:
207
------------------------
208
This is a critical patch release of Metacat that includes addresses
209
a bug in file stream handling. It is recommended for all Metacat deployments.
210

    
211
Release Notes for 2.2.0:
212
------------------------
213
This is a major release of Metacat that includes a new customizable UI and 
214
improved LDAP account management features
215

    
216
Release Notes for 2.1.1:
217
------------------------
218
This is a minor patch release of Metacat that addresses
219
a bug in DOI publishing.
220

    
221
Release Notes for 2.1.0:
222
------------------------
223
This is a major release of Metacat that includes a SOLR-based search feature
224
* Optional SOLR search index
225
* Client certificate delegation (using a service provider like CILogon)
226

    
227
Release Notes for 2.0.8:
228
------------------------
229
This is a patch release for Metacat
230
* Enforce DataONE prohibition on whitespace in identifiers
231
* Use unique filenames for Registry data uploads
232

    
233
Release Notes for 2.0.7:
234
------------------------
235
This is a patch release for Metacat replication
236
* Replication SQL performance enhancement
237
* Comply with DataONE schema for SystemMetadata.submitter
238

    
239
Release Notes for 2.0.6:
240
------------------------
241
This patch release focuses on Metacat support for DataONE-enabled Morpho clients
242
* MN.generateIdentifier() support for UUID and DOI
243
* DOI registration support using EZID service
244
* Pathquery support for specifying multiple document owners
245

    
246

    
247
Release Notes for 2.0.5:
248
------------------------
249
This patch release focuses on Metacat support for Oracle
250
*SystemMetadata table names have been shortened to comply with Oracle limits.
251
*SANParks/SAEON spatial zip file download fixed
252
*Pathquery performance fix
253
*Hazelcast 2.x upgrade
254
*Correct handling for deleted and archived objects for both Metacat and DataONE APIs
255

    
256
Release Notes for 2.0.4:
257
------------------------
258
This patch release focuses on Metacat-Metacat replication.
259
*Allows Metacat to stream replication update information between servers to avoid connection timeout issues
260
*Allows Metacat replication when source host does not provide SystemMetadata (DataONE)
261
*Fixes an access control issue that could allow search results to include protected documents
262

    
263
Release Notes for 2.0.3:
264
------------------------
265
This is another critical patch release of Metacat 2.0.
266
*Addresses a bug that prevented Metacat replication from completing (timeout error)
267
*Uses more efficient SystemMetadata synchronization using shared Hazelcast map
268

    
269
Release Notes for 2.0.2:
270
------------------------
271
This is a critical patch release of Metacat 2.0.
272
*Addresses a bug that prevented updates to DataONE identified datapackages (e.g., using DOIs)
273
*Addresses a bug that prevented the use of the Metacat API 'getaccesscontrol' action
274
*Updates the Foresite ORE library to correctly serialize resource map documents
275

    
276
Release Notes for 2.0.1:
277
------------------------
278
This is a minor patch release of Metacat 2.0. Please see the previous release notes for complete information.
279
*Addresses an identifier issue during ORE generation for DataONE services
280
*Increases compatibility with older EML content and the Xalan XSLT processor
281
*Removes XSLT 2.0 support (Saxon)
282

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

    
299

    
300
Release Notes for 1.9.5:
301
------------------------
302
This release fixes those bugs:
303
*Metacat could not download the included schemas in an external schema file during inserting.
304
*Workflow scheduler could not work since the metadata standard of kepler kar file was changed. 
305
*Earthgrid could not transform the Earthgrid query with concept "/" to the Metacat path query correctly.
306
*Document access rules are now preserved when documents are archived during the 'delete' action.
307

    
308
Release Notes for 1.9.4:
309
------------------------
310
This release fixes bugs in the FGDC data package upload and download interface utilized
311
by the SANParks and SAEON skins.
312

    
313
Release Notes for 1.9.3:
314
------------------------
315
This release fixes a harvester bug that prevented the EML harvester from processing
316
harvest lists.
317
The Kepler skin has been updated to support KarXML 2.1.
318
Ecogrid query services now support multiple namespace searches.
319

    
320
Release Notes for 1.9.2:
321
------------------------
322
This release primarily holds the addition of the Threshold of Potential
323
Concern workflow functionality (TPC).  The following issues were addressed:
324

    
325
* Create a properties file for use by JUnit Tests (Bug 2994)
326
* security issue with skins (Bug 3368)
327
* reorganize classes into a more functional specific structure (Bug 3510)
328
* Add admin names as dropdown in configuration login (Bug 3729)
329
* KNB metacat replication error log file is empty (Bug 3885)
330
* Create TPC Report web browse/search pages (Bug 4165)
331
* Create archive extraction functionality (Bug 4166)
332
* Create Workflow Scheduler (Bug 4167)
333
* metacat didn't update xml_path_index table while a document was updated (Bug 4367)
334
* Enforce permissions for tpc workflow viewing and scheduling (Bug 4420)
335
* Fix cross platform TPC GUI issues (Bug 4556)
336
* TPC Sanparks page content lenth issue (Bug 4557)
337
* Create validate and isAuthorized unit tests (Bug 4558)
338
* Cannot insert replication server via gui (Bug 4594)
339
* Timed Replication takes many hours and drives the load up on KNB (Bug 4616)
340
* [ESA] Update fails when document rev number is missing (Bug 4627)
341
* fails to catch some insert and update failures (Bug 4637)
342
* must support java 1.6 (Bug 4641)
343
* Convert build to pull eml from svn instead of cvs (Bug 4644)
344
* handleGetRevisionAndDocTypeAction should search both xml_documents and xml_revisions table (Bug 4645)
345
* Metacat couldn't update a document from client, which previous versions only stay in xml_revisions table (Bug 4649)
346
* metacat runs out of memory (Bug 4658)
347
* ESA skin links are hard coded to data.esa.org (Bug 4698)
348
* Update release 1.9.2 release notes (Bug 4707)
349
* Handle writing a text node > 4000 characters to the db. (Bug 4708)
350
* Metacat should run against Tomcat 6 (Bug 4716)
351

    
352
Release Notes for 1.9.1:
353
------------------------
354
The 1.9.1 release holds the bug fixes found after releasing 1.9.0 beta.  
355
These bugs were primarily replication issues.  There is no difference 
356
in functionality between 1.9.0 and 1.9.1 
357

    
358
Release Notes for 1.9.0:
359
------------------------
360
This release focuses on simplifying the Metacat installation process by 
361
creating a binary (war) installation.  The need to build the application
362
on the server has been removed (although the option is still available).
363
In order to facilitate this method of installation, a few major modifications
364
were made to the code:
365

    
366
  -- Ant token replacement was removed for all non-build variables in the 
367
     application (most of this was already done in 1.8.1).
368

    
369
  -- The Metacat properties confguration was moved into the application
370
     itself.
371

    
372
  -- Database schema version detection and install/upgrade utilities were 
373
     added to the application.
374

    
375
Also, this release includes several enhancements:
376
  -- it supports the new EML 2.1.0 version.  
377

    
378
  -- Documents are now stored on the local filesystem as well as in the 
379
     database in order to preserve document integrity.
380
     
381
  -- Metacat verifies new schemas when they are added.
382

    
383
  -- Additional access is propegated with documents during replication.
384

    
385
High priority bugs were addressed in this release as well.
386

    
387
The enhancements/bugs addressed are:
388

    
389
* escaped "less than" in inlinedata causes invalid eml output (Bug 2564)
390
* need to set filename for download files (Bug 2566)
391
* add ability for search engines to index metacat documents (Bug 2826)
392
* EML citation section should include both organizationNames and individualNames (Bug 3059)
393
* refactor skins to get organization list from metacat getOrganizations() function (Bug 3114)
394
* Update dataknp.sanparks.org packageId attributes to match Metacat Ids (Bug 3258)
395
* New documents explicitly set as public access don't show up correctly (Bug 3262)
396
* Modify confguration utility in metacat (Bug 3371)
397
* Integrate perl token replacement changes (Bug 3372)
398
* Create skin specific configuration utility (Bug 3373)
399
* Add authentication for configuration utility (Bug 3374)
400
* Create a sorted properties utility (Bug 3375)
401
* Add DB upgrade/install functionality to java code (Bug 3376)
402
* Create ANT install target for developers (Bug 3377)
403
* Create LSID server installation (Bug 3380)
404
* Create unit test code for 1.9 additions (Bug 3381)
405
* create simple turnkey installer for metacat Phase I (Bug 3461)
406
* Maps do not display in Firefox version 3 (Bug 3462)
407
* Replicate access rules in replication (Bug 3464)
408
* Metacat casesensitive="true" option in pathquery expressions is broken (Bug 3472)
409
* Add full schema checking when metacat register new schema (Bug 3474)
410
* Incorporate EML 2.1.0 access changes in metacat (Bug 3495)
411
* getprincipals action returns invalid XML document (Bug 3527)
412
* Update knbweb to serve new metacat install (Bug 3545)
413
* Replication should write to disk (Bug 3554)
414
* Update acknowlegements in metacat readme (Bug 3588)
415
* Validate the ldap administrator field. (Bug 3616)
416
* Allow for different authentication services in metacat configuration (Bug 3680)
417
* Tag utilities module and have metacat check out that tag (Bug 3685)
418

    
419
Release Notes for 1.8.1:
420
------------------------
421
This release focuses on bug fixes. In this release, the problem that Metacat 1.8.0 and previous 
422
versions use illegitimate EML 2.0.1 schemas is addressed: first, Metacat 1.8.1 comes with
423
legitimate EML 2.0.1 schemas; second, existing invalid EML 2.0.1 documents will be 
424
automatically fixed while maintaining their package ID during the Metacat 1.8.1 upgrading process. 
425
Details please see:
426
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3239
427
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3241
428

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

    
434
The fixed bugs include:
435

    
436
*Character set (charset) problem when filling out form (Bug2797)
437
*Charset bug: > "less than" symbol does not display correctly (Bug2517)
438
*Metacat performance issue in Sanparks skin (Bug 3174)
439
*Metacat using illegitimate versions of EML schema (Bug 3239)
440
*Update older invalidated eml201 document in Metacat (Bug 3241)
441
*Verify existing token changes to skins (Bug 3176)
442
*The edit feature in the NCEAS Data Repoistory does not work (Bug 2644)
443
*Expose permission options for registry uploads (Bug 3014)
444
*ESA registry doesn't have LTER in login dropdown menu (Bug 2647)
445
*Data Catalog Map is slow when selecting (Bug2732)
446
*Only one attribute per element returned with pathquery results(Bug 2999)
447
*The field "skinconfigs" in the MetacatUtil class is public (Bug 3057)
448
*Generalize the reading of skin.configs in DBTransform (Bug3058)
449
*The query example in metacatquery.html document need to be changed (Bug3137)
450
*Add upload method into Metacat tour (Bug 3139)
451
*Query resultset doesn't show component name in kepler skin (Bug 3178)
452
*Add fields used in Morpho search to the default indexPaths property (Bug 3259)
453
*Private data cannot be downloaded from metadata display page (xsl) (Bug 3263)
454
*An error message happen during the metacat start up (Bug 3279)
455
*Replication: Timed replication failures occur twice instead of once (Bug 3304)
456
*Inline Data does not work correctly without the <pre> tag (Bug 3088)
457
*Include FGDC metadata in KNB and NCEAS skin search results (Bug 3146)
458

    
459
Release Notes for 1.8.0:
460
------------------------
461
This release focuses on improving query performance.  Both the selection 
462
and access control queries were rewritten to execute efficiently.
463
To improve search performance, a query caching mechanism was introduced. 
464
Cached queries are currently supported only for public users.
465

    
466
New Features:
467
* Data registries now support uploading of data objects along with data 
468
  packages (Bug 1982)
469
  
470
Bug Fixes:
471
* Metacat Performace: Rewrite the xml_nodes queries (Bug 2155)
472
* Metacat Performace: Rewrite the xml_access part of the query (Bug 2557)
473
* Query cache mechanism (Bug 2905)
474
* Metacat Performance: updates from Morpho of data packages are taking 
475
   longer than five minutes (Bug 2805)
476
* Metacat Performance: Optimize Postgres and Tomcat (Bug 2157)
477
* Metacat Performace: Upgrading hardware setup (Bug 2175)
478
* Metacat Performace: Add/drop indices on key columns (Bug 2153)
479
* Display of metadata documents reorganized, including a new citation format,
480
  obvious download options, and a redesigned data table layout (Bugs 2981, 2832)
481
* I.E. display fixes on default skin (Bug 2579)
482
* Web Address links fixed (Bug 2147)
483
* NCEAS skin redesigned to use IFRAME-less layout, match new website.
484
* Spatial query:  data packages must be fully contained by the selection 
485
  bounding box in order to appear in the search results (Bugs 2972, 2732).
486
* FGDC support: upload, delete, update, access control, and download
487
  (Bugs 2807, 2925, 2926, 2929, 2030).
488
Compatibility Notices:
489
* Tomcat 3 and 4 are no longer tested or supported. Users are 
490
  highly encouraged to upgrade to Tomcat 5.5
491

    
492
Release Notes for 1.7.0:
493
------------------------
494
This release features only a few minor changes to the core Metacat engine. 
495
The major focus of this release is the addition of the spatial functionality.
496
The geographic coverage of metadata documents can now be cached in a GIS-
497
accessible format and published via web mapping services and an online
498
interactive map. 
499

    
500
New Features:
501
* Three new open source libraries have been integrated with Metacat:
502
  - Geoserver:  A standards-compliant web map server to publish
503
                geographic data to the web.
504
               (http://docs.codehaus.org/display/GEOS/Home)
505
  - GeoTools:   A java-based GIS toolkit to programatically
506
                manipulate spatial datasets.
507
                (http://geotools.codehaus.org/)
508
  - Mapbuilder: A javascript application to provide an interactive
509
                web map front-end to Geoserver.
510
                (http://docs.codehaus.org/display/MAP/Home)
511
* Spatial Caching/Indexing mechanism; documents with geographic
512
  coverages will be added to the spatial cache.
513
* Spatial Query action in metacat servlet. 
514
* Interactive Web map to visualize and query the spatial 
515
  distribution of metadata documents.
516
* Experimental python, ruby and php client libraries to interface with metacat.
517
* Preliminary process in place for web based configuration of metacat.
518

    
519
Compatibility Notices:
520
* Tomcat 3 and 4 are no longer tested or supported. Users are 
521
  highly encouraged to upgrade to Tomcat 5.5
522

    
523
Bug Fixes:
524
* Metacat administrators are able to modify and delete documents 
525
  created by other users.
526
* Fixed problems with indexing XML attributes, see bug 2469
527

    
528

    
529
Release Notes for 1.6.0:
530
------------------------
531

    
532
This release comes with more performance improvements, initial support for 
533
LSIDs (Life Sciences Identifiers) and FGDC standard, more controls for 
534
Metacat administrators and bug fixes. Below is the list of bug fixes and
535
performance improvements.
536

    
537
Bug Fixes: 
538
* Improved the indexing algorithm. Earlier indexing failed for some documents 
539
  randomly and used to take a lot of time to complete for others. The 
540
  code for indexing was changed to take care of both these problems.
541
* Earlier, xmlns prefix was used to determine the namespace of the document. 
542
  Now schemaLocation is used instead xmlns prefix to determine the namespace 
543
  of the document as that is a better indicator of document type. 
544
* INSTR was used in some SQL statements and it is not supported by Postgres. 
545
  So SQL statements were modified so that INSTR is not used.
546
* Replication was changed to include replication of deleted documents also.
547
* Fixed bug in squery which didnt allow use of not-contains 
548

    
549
New Features:
550
* Added FGDC schema and XSLT so that Metacat can handle FGDC standard
551
* Added support for LSID. This includes modifying the stylesheets to 
552
  display the LSIDs, modifying the build to include a new target 
553
  'install-ldap'.
554
* Added following access control levels to Metacat:
555
    1. Administrators - users who can do the following:
556
       a. Run replication
557
       b. Delete any document
558
       c. Modify any document
559
       d. run indexing for any document
560
       e. check the logs
561
    2. allowedUsers - User who are allowed to submit
562
    3. deniedUsers - Users not allowed to submit
563
* Added a new skin for Ecological Society of America. 
564
* Created an Advanced search servlet which can be used from the web. 
565
* Various connections have been modified to be secure. e.g. connection between 
566
ldaps is made secure now, replication is done over secure channels.  
567

    
568
Performance:
569
* Reduced size of xml_nodes by creating a new table for holding nodes from 
570
  deleted documents and old revisions of the documents. 
571
* Provided a new variable in metacat.properties where more frequently searched 
572
  for paths can be specified. Seperate indexes are created for these paths 
573
  - so that search is faster.
574
* Included log4j for logging and debuging to prevent wasting of time in printing log statements. 
575

    
576
Release Notes for 1.5.0:
577
------------------------
578

    
579
This release comes with performace improvement, user interface enhancements,
580
and bug fixes. Below is the list of bug fixes and performance improvements. 
581

    
582
Bug Fixes:
583
* Modify property values of harvester registration servlets to match the
584
  servlet-mapping URL values in web.xml. The old values used the servlet
585
  class names. This worked in Tomcat 4 but seems to break in Tomcat 5 on
586
  Windows. The new values use the servlet-mapping URL values. This should
587
  work in both Tomcat 4 and Tomcat 5. (Bug 162)
588
* Re-implement logic to prune old log entries from the HARVEST_LOG and
589
  HARVEST_DETAIL_LOG tables. The old logic caused integrity constraint
590
  violations in the database because it tried to delete parent records from
591
  HARVEST_LOG prior to deleting child records from
592
  HARVEST_DETAIL_LOG. (Bug 162)
593
* In data registry, minor bugs fixed like the error page shows the link back
594
  to the form when error page was generated because of a document read
595
  request from search results page,  the successful delete button leading
596
  to a blank screen and the old ACL overwritten by the registry.
597
  (Bugs 1307, 1310, 1322, 1344, 1551)
598
* Changed the code to support insertion of following characters: ', `,
599
  charcters in the Numeric Character Reference format (&#xyz;) and
600
  characters like µ. Characters like µ will be converted to and stored in
601
  Numeric Character Reference format(&#xyz;). They will also be returned
602
  in Numeric Character Reference and it is upto the client to convert them
603
  and display them accordingly in the application. Partial fix provided by
604
  Johnoel Ancheta. (Bug 1538,1711)
605
* Spatial search failed on Oracle because of invalid entries made by
606
  some documents in the nodedata column of xml_nodes for paths involving
607
  'eastBoundingCoordinate', 'westBoundingCoordinate',
608
  'northBoundingCoordinate', 'southBoundingCoordinate'. A new column
609
  nodedatanumerical was added to xml_nodes table such that all the numerical
610
  nodedata is stored in this column and this column is now used for spatial
611
  search. (Bug 1703, 1718)
612
* In the default skin, clicking on the keywords on the home page did not
613
  result is a search being done. Fix provided by Owen Jones. (Bug 1768)
614
* Metacat generated a success message even when a document which didnt
615
  exsist was requested for deletion. This has been fixed. (Bug 1850)
616
* "packagetype" in xml-relation table was entered as eml200 namespace when
617
  an eml201 document was inserted. This is fixed now so that "packagetype"
618
  in xml-relation table points to eml201 namespace. (Bug 1979)
619
* System_id in xml_catalog pointed to http://knb.ecoinformatics.org/knb/
620
  earlier. Fixed such that it points to the locally installed metacat url. 
621
  (Bug 1986)
622
* Changes to the Query subsystem fix bugs that prevented attributes from 
623
  being expressed solely in the xpath query statement and the returnfield 
624
  values. For instance, a query URL may now include search strings like 
625
  '@packageId=sbclter%25' and return strings like 'returnfield=@packageId'.
626
  Previously, the attribute had to be appended to an element: 
627
  '/eml/@packageId=sbclter%25'. These fixes change DBQuery.java, 
628
  QuerySpecification.java, and QueryTerm.java (Bug 2052)
629
* Search query failed in case of Oracle if number of documents in the result
630
  were more than 1000. This has been fixed. (Bug 2000)
631
* Removed any occurence of enum which is now a keyword in Java 1.5
632

    
633

    
634
Enhancements:
635
* Major improvements done in user interface for the data registeries and
636
  various other skins. Improvements done based on suggestions from Mark
637
  Stromberg, Laura Downey and others. Improvements also done in resultset.xsl,
638
  the default skin and ldap templates. (Bug 1948)
639
* Coded added such that administrator can delete documents irrespective of
640
  who the document belongs to.
641
* Performance impovement done in searching of datasets. A part of the search
642
  time was taken up because of generation of resultset after the search had be
643
  done. So this was the sequence of events in earlier metacat
644
  1) Search for the given text
645
  2) A list of docids generated
646
  3) For each of the docids
647
     3a) Use xml_index and xml_nodes table to generate the string descibing
648
         the document including the returnfields requested in the search
649
  4) Add all the strings from step 3a to send back the resultant
650
     document. Here a decent amount of time was being taken by step 3a. 
651
  The algorithm is now modified by addition of two tables xml_queryresult and
652
  xml_returnfields and a user defined parameter xml_returnfield_count. The
653
  new algorithm works as follows:
654
  1) Search for the given text
655
  2) A list of docids is generated
656
  3) For the given set of return fields generate a unique string and check
657
     if that string exists in xml_returnfields
658
     3a) If string does not exist in xml_returnfield, then enter a new
659
         record usage_count as 1 and returnfield_string as the unique string
660
         generated above.
661
     3b) Else if the string exists, increment usage_count
662
  4) Given the docids from step 2 and the id of the returnfield record from
663
     step 3, query for any docids that already exist in xml_queryresult.
664
     For the docids that do exist, get the queryresult_string.
665
  5) For rest of the docids from step2 which were not found in step 4, do
666
     the following for each of the documents:
667
     5a) Use xml_index and xml_nodes table to generate the string descibing
668
         the document including the returnfields requested in the search
669
     5b) If usage_count of the record from step is more than
670
         xml_returnfield_count set in metacat.properties, then store the
671
         string in xml_queryresult as a record which has the returnfield_id
672
         representing the set of returnfields, docid representing the
673
         document and the string as queryresult_string.
674
  6) Add all the strings from step 4 and step 5a to send back the resultant
675
     document
676
  So the results from step 3a in previous algorithm are effectively cached
677
  and hence same computation is not done again and again for each search.
678
  When a document is deleted, all the entries for that document in
679
  xml_queryresult table are also deleted. When a document is updated, all
680
  the entries for that document in xml_queryresult table are deleted. This
681
  works fine because those entries will be generated and cached again the
682
  next time the document is part of a search is requested.
683
* Performance impovement done for % search.
684
* Following new functions added to metacat client API: a method to set access
685
  on an xml document and a method to get newest version for a given document.
686
* Implement a new HarvesterServlet for running Harvester as a servlet. This
687
  eliminates the need to run Harvester in a terminal window. By default, the
688
  HarvesterServlet is commented out in lib/web.xml.tomcat(3,4,5). The user
689
  documentation will be modified to instruct Harvester administrators to
690
  uncomment the HarvesterServlet entry.
691
* Minor enhancement to support multiple email addresses for harvester
692
  administrator and site contact. Each address is separated by a comma or
693
  semicolon.
694
* Increase number of rows in Harvest List Editor from 300 to 1200.
695
* Changed default maxHarvests value to 0. Added logic to ignore maxHarvests
696
  value when it is set to 0 or a negative number. This allows Harvester to
697
  run indefinitely without shutting down after reaching a maximum number of
698
  harvests. The previous default value of 30 would cause Harvester to
699
  terminate after 30 harvests.
700

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

    
704

    
705
Release Notes for 1.4.0:
706
------------------------
707

    
708
This is a major release, and is the first to introduce many new features to
709
Metacat.  Some of the major new features in this version of Metacat include:
710

    
711
* Added a new 'Harvester' that allows documents to be periodically pulled
712
  from distributed sources into metacat, useful for interfacing with other
713
  system types. See the Metacat Tour for details.
714
* Added new 'skins' capability to allow the GUI for the metacat web interface
715
  to be more easily customized to fit into site needs.  The skin is based on
716
  a flexible mix of XSLT, CSS, and Javascript.
717
* Added a web-based metadata entry form for submitting limited EML documents
718
  as part of a data registry.  The GUI for the registry is customizable and 
719
  is integrated with the 'skins' system for the main metacat interface.  The
720
  registry subsystem is written in Perl, and can simultaneously be used to 
721
  present multiple 'registry' interfaces.
722
* A new 'client API' has been developed and implemented in Java and in Perl 
723
  so that metacat functions can be accessed from any program in those
724
  languages.  The client API supports the major metacat servlet actions,
725
  including login(), logout(), query(), insert(), update(), delete(), and 
726
  upload(). See the Metacat Tour for details.
727
* Added a new 'getlog' action that produces a usage history for all major
728
  events.  So now an XML report can be generated for document reads, inserts,
729
  deletes, etc.  See the new section in the Metacat Tour.
730
* Added a new 'buildindex' action that can rebuild the index entries for any
731
  document in the database.
732
* The configuration file for metacat (metacat.properties) has been moved out
733
  of the jar file and into the WEB-INF directory, allowing far easier changes
734
  to the configuration parameters.
735
* Results in default web interface are sorted by title in the XSLT 
736
  (configurable)
737
* Many bugs were fixed.
738

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

    
742
Release Notes for 1.3.1:
743
------------------------
744

    
745
This is a simple interim bug fix. No major functionality changes. Bugs fixed 
746
include:
747
 1) Metacat 1.3.0 doesn't work in Java 1.3 because a subtle API differnce in 
748
    Java 1.3 and Java 1.4. Currently, Metacat 1.3.1 will work in both Java 1.3 
749
    and Java 1.4.
750
 2) Distribution package size was reduced.
751

    
752

    
753
Release Notes for 1.3.0
754
------------------------
755

    
756
In 1.3.0 release, the structure of the xml_access table was changed and a new
757
table, xml_accesssubtree was added. If you try to update a previously 
758
installed Metacat, you should run a script file to updated the table structure 
759
before installation.
760
For Oracle user: At the SQLPLUS prompt type the following -
761
@src/reviseformetacat13.sql
762
For Postgresql user: At install directory prompt type the following -
763
psql exp < src/reviseformetacat13_postgres.sql
764
(where 'exp' is the database name).
765

    
766
After installation, user should run "ant schemasql" command to register EML2
767
schema in xml_catalog table.
768

    
769
If you are a new Metacat user, this step is unneeded.
770

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

    
777
New Features in 1.3.0
778
  1) Partialy support EML2 document. User can store, query, read and write
779
     EML2 documents. However, Metacat only support access control in resource
780
     level. The subtree level access control will be ignored.
781
  2) Support other xml document base on namespace/schema.
782
  3) Support query for attribute value
783
  4) Assign MIME type to data file base on metadata when user try to read it.
784
  5) Owner can assign access rules to a document which does not have access 
785
     document to apply it.
786
  6) Support exporting single file, not only whole package
787
  7) Resupport Microsoft SQL Server.
788

    
789
Fixes in 1.3.0:
790
  1) Couldn't finish delta T replication for large set of documents.
791
  2) Couldn't create access control during delta T replication.
792
  3) Eorr will be written to a seperated log file if some documents
793
     were failed in replication.
794
  4) Decrease the time to create access rules during insert or update 
795
     a package.
796
     
797
Documentation
798
-------------
799
See the docs directory for detailed documentation and installation
800
instructions.
801

    
802
Details of the Metacat architecture can be found on the website for
803
the Knowledge Network for Biocomplexity (KNB):
804

    
805
  http://knb.ecoinformatics.org/software/metacat/
806

    
807
Contributions to this work are welcome.  Please see the above web site
808
for details on how to contribute.
809

    
810
Major Known Bugs or Feature Requests (see http://bugzilla.ecoinformatics.org)
811
-----------------------------------------------------------------------------
812
If you discover a bug please report it, either by email (above) or by using
813
our bug tracking system (http://bugzilla.ecoinformatics.org). There is a
814
list of currently unimplemented features in Bugzilla that we are working on
815
for the next release.
816

    
817
Legalese
818
--------
819
This software is copyrighted by The Regents of the University of California
820
and the National Center for Ecological Analysis and Synthesis
821
and licensed under the GNU GPL; see the 'LICENSE' file for
822
details.
823

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

    
830
This software is partially supported by a grant from the Andrew W. 
831
Mellon Foundation.
832

    
833
This product includes software developed by the Apache Software
834
Foundation (http://www.apache.org/). See the LICENSE file in lib/apache
835
for details.
836

    
837
The source code, object code, and documentation in the com.oreilly.servlet
838
package is copyright and owned by Jason Hunter. See the cos-license.html file
839
for details of the license.  Licensor retains title to and ownership of the
840
Software and all enhancements, modifications, and updates to the Software.
841

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