GeoNetwork opensource 2.0.2
Up to Product page
This release is no longer supported! If you are using this release, please upgrade to a newer version if possible.
For additional information about this project, please visit the
project page.
Available downloads
Get
GeoNetwork opensource 2.0.2
for
All platforms
(14MB)
GeoNetwork & InterMap opensource v2.0.2 Desktop
Release Notes
| Tested with | Java 1.4.2, Java 1.5.0, Jakarta Tomcat 4.0, Jakarta Tomcat 5.0, Jetty 5, MySQL 4, MySQL 5, Oracle 9 |
|---|---|
| State | Final release |
| License | GPL |
| Release Manager | Jeroen Ticheler |
| Released | 2006/04/18 |
One mayor change is the support for Java 1.5. Another fix is better support for MySQL and Oracle DBMS's during installation.
The Desktop installation provides less options to configure during
installation than the Server version. Otherwise, both applications are
identical.
The Desktop version provides a convenience Setup.exe application to
start the installer on Windows. It also creates a Start menu on Windows
computers. However, the installer can be started and used on other
operating systems by typing "java -jar
geonetwork-intermap-2.0.2-install-stdln.jar" from the command line.
IMPORTANT NOTE: Due to an upgrade of the installer package, Java 1.5 is
required to run the installer. GeoNetwork opensource 2.0.2 runs on both
Java 1.5 and Java 1.4.2.
Enjoy!
Change log
- Removed bug in showing metadata with multiline fields (fields containing CR-LF)
- Possibly fixed nasty bug in validation on Windows PCs
- Added bounding box and interval fields in search form to session
--------------------------------------------------------------------------------
--- Changes
--------------------------------------------------------------------------------
- List of user: now administrators cannot remove themselves. This prevent some
inconsistencies like the user being logged in and not existing into the database.
- Asked confirmation when deleting users
- Now it is not possible to edit metadata which source is different from the site id
- Now thumbnails button in editing is shown only for iso19115 metadata
- FGDC metadata abstract is now a textarea in editing
- User administration : now the group list is always visible
- Allowed several administrators
- Added GeoRSS button to the recent additions
- Included MySQL and Oracle JDBC drivers for easy installation on these databases.
The warning to put JDBC drivers in place during the installation has been removed.
- Thumbnails are now shown for harvested data (there is a link to the remote site)
- Added jdbc drivers for mysql and oracle
--------------------------------------------------------------------------------
--- Bugs fixed
--------------------------------------------------------------------------------
- A user can duplicate metadata only if he has the proper privilege
('metadata.duplicate.form')
- maxClauses parameters in Lucene BooleanQuery constructor is now 16384 instead of
the default of 1024
- Fixed bug with the mckoi's activator. Now installing a DBMS other than McKoi
works fine.