Project

General

Profile

« Previous | Next » 

Revision 4622

Added by daigle over 15 years ago

Added 1.9.0 release notes

View differences:

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

  
11
Version: 1.8.1 Release
11
Version: 1.9.0 Release
12 12

  
13 13
Send feedback and bugs to: metacat-dev@ecoinformatics.org
14 14
                           http://bugzilla.ecoinformatics.org
......
52 52
------------
53 53
See the file "docs/user/metacatinstall.html" for detailed instructions.
54 54

  
55
Release Notes for 1.9.0:
56
------------------------
57
This release focuses on simplifying the Metacat installation process by 
58
creating a binary (war) installation.  The need to build the application
59
on the server has been removed (although the option is still available).
60
In order to facilitate this method of installation, a few major modifications
61
were made to the code:
62

  
63
  -- Ant token replacement was removed for all non-build variables in the 
64
     application (most of this was already done in 1.8.1).
65

  
66
  -- The Metacat properties confguration was moved into the application
67
     itself.
68

  
69
  -- Database schema version detection and install/upgrade utilities were 
70
     added to the application.
71

  
72
Also, this release includes several enhancements:
73
  -- it supports the new EML 2.1.0 version.  
74

  
75
  -- Documents are now stored on the local filesystem as well as in the 
76
     database in order to preserve document integrity.
77
     
78
  -- Metacat verifies new schemas when they are added.
79

  
80
  -- Additional access is propegated with documents during replication.
81

  
82
High priority bugs were addressed in this release as well.
83

  
84
The enhancements/bugs addressed are:
85

  
86
* escaped "less than" in inlinedata causes invalid eml output (Bug 2564)
87
* need to set filename for download files (Bug 2566)
88
* add ability for search engines to index metacat documents (Bug 2826)
89
* EML citation section should include both organizationNames and individualNames (Bug 3059)
90
* refactor skins to get organization list from metacat getOrganizations() function (Bug 3114)
91
* Update dataknp.sanparks.org packageId attributes to match Metacat Ids (Bug 3258)
92
* New documents explicitly set as public access don't show up correctly (Bug 3262)
93
* Modify confguration utility in metacat (Bug 3371)
94
* Integrate perl token replacement changes (Bug 3372)
95
* Create skin specific configuration utility (Bug 3373)
96
* Add authentication for configuration utility (Bug 3374)
97
* Create a sorted properties utility (Bug 3375)
98
* Add DB upgrade/install functionality to java code (Bug 3376)
99
* Create ANT install target for developers (Bug 3377)
100
* Create LSID server installation (Bug 3380)
101
* Create unit test code for 1.9 additions (Bug 3381)
102
* create simple turnkey installer for metacat Phase I (Bug 3461)
103
* Maps do not display in Firefox version 3 (Bug 3462)
104
* Replicate access rules in replication (Bug 3464)
105
* Metacat casesensitive="true" option in pathquery expressions is broken (Bug 3472)
106
* Add full schema checking when metacat register new schema (Bug 3474)
107
* Incorporate EML 2.1.0 access changes in metacat (Bug 3495)
108
* getprincipals action returns invalid XML document (Bug 3527)
109
* Update knbweb to serve new metacat install (Bug 3545)
110
* Replication should write to disk (Bug 3554)
111
* Update acknowlegements in metacat readme (Bug 3588)
112
* Validate the ldap administrator field. (Bug 3616)
113
* Allow for different authentication services in metacat configuration (Bug 3680)
114
* Tag utilities module and have metacat check out that tag (Bug 3685)
115

  
55 116
Release Notes for 1.8.1:
56 117
------------------------
57 118
This release focuses on bug fixes. In this release, the problem that Metacat 1.8.0 and previous 

Also available in: Unified diff