Project

General

Profile

« Previous | Next » 

Revision 3025

Added by sgarg almost 18 years ago

updated README with changes for the current day.

View differences:

README
65 65
  of the document as that is a better indicator of document type. 
66 66
* INSTR was used in some SQL statements and it is not supported by Postgres. 
67 67
  So SQL statements were modified so that INSTR is not used.
68
* Replication was changed to include replication of deleted documents also. 
68
* Replication was changed to include replication of deleted documents also.
69
* Fixed bug in squery which didnt allow use of not-contains 
69 70

  
70 71
New Features:
71 72
* Added FGDC schema and XSLT so that Metacat can handle FGDC standard
......
82 83
    2. allowedUsers - User who are allowed to submit
83 84
    3. deniedUsers - Users not allowed to submit
84 85
* Added a new skin for Ecological Society of America. 
86
* Created an Advanced search servlet which can be used from the web. 
87
* Various connections have been modified to be secure. e.g. connection between 
88
ldaps is made secure now, replication is done over secure channels.  
85 89

  
86 90
Performance:
87 91
* Reduced size of xml_nodes by creating a new table for holding nodes from 
......
89 93
* Provided a new variable in metacat.properties where more frequently searched 
90 94
  for paths can be specified. Seperate indexes are created for these paths 
91 95
  - so that search is faster.
96
* Included log4j for logging and debuging to prevent wasting of time in printing log statements. 
92 97

  
93

  
94 98
Release Notes for 1.5.0:
95 99
------------------------
96 100

  

Also available in: Unified diff