Hyrax - Release Notes: Difference between revisions

From OPeNDAP Documentation
⧼opendap2-jumptonavigation⧽
No edit summary
Line 2: Line 2:


This minor release patches a concurrency problem in the OLFS.
This minor release patches a concurrency problem in the OLFS.
 
This release can be installed into Hyrax by:
=[http://scm.opendap.org:8090/trac/milestone/Hyrax%20Version%201.1%2C%20formal%20release Release 1.1 March 15, 2007]=
* Getting the jar file containing the webb application.
First full public release!
* Unpack the file: jar -xvf olfs-1.2.1-webapp.jar
 
* In the resulting directory find the file opendap.war and copy it to the webapps directory of your Tomcat installation:
All known bugs have been fixed. '''Hyrax is ready!'''
* cp olfs-1.2.1-webapp.opendap.war $CATALINA_HOME/webapps/
 
* Restart Tomcat.
[http://scm.opendap.org:8090/trac/query?status=new&status=assigned&status=reopened&status=closed&group=owner&milestone=Hyrax+Version+1.1%2C+formal+release&order=priority Here's the stuff we did for this milestone.]
Done!
 
=[http://scm.opendap.org:8090/trac/milestone/Hyrax%20Release%20beta%201.0.2 Release beta-1.0.2 January 02, 2007]=
2nd beta release. As of this release the name is changed from Server4 to Hyrax.
 
This release features:
 
* Bug fixes for tickets [http://scm.opendap.org:8090/trac/ticket/767 767], [http://scm.opendap.org:8090/trac/ticket/784 784], [http://scm.opendap.org:8090/trac/ticket/789 789], and [http://scm.opendap.org:8090/trac/ticket/793 793].
* Partial logging implementation (Ticket [http://scm.opendap.org:8090/trac/ticket/785 785])
* Improved documentation regarding shared libraries. (Ticket  [http://scm.opendap.org:8090/trac/ticket/780 780])
* The BES and and the data handlers come with test data and will work and serve data immediately after an install using the default configuration. (Ticket  [http://scm.opendap.org:8090/trac/ticket/764 764])
 
 
=[http://scm.opendap.org:8090/trac/milestone/Server%204,%20release%201.4 Release beta-1.4 - January 02, 2007]=
 
1st beta release.
 
This release adds support for:
 
* HTTP/1.1 persistent connections
* Improved OPeNDAP directory response.
* [http://rsg.opendap.org:8090/server-4/templates/soapAPI.html Prototype SOAP Interface.]
* Server UUID on top level directory for improved web searchability
* Persistent content (configurations, user supplied documents/web pages, etc.)
* Improved internal efficency via BES client connection pooling.
 
=[http://scm.opendap.org:8090/trac/milestone/Server%204,%20release%201.3 Release 1.3 - September 26, 2006]=
 
This was an internal release.
 
This release adds support for:
 
* HTTP/1.1 caching - Support for conditional GET using ''If-Modified-Since'' and ''If-Unmodified-Since'' headers.
* Persistent Configurations - Now local configurations will not be destroyed when installing new versions of the software.  Configurations are stored in the ''$CATALINA_HOME/content/opendap'' directory.
* Advanced THREDDS catalogs - These require thoughtful modification of the catalog.xml file located in the persistent content/configuration directory.
 
 
=[http://scm.opendap.org:8090/trac/milestone/Server%204,%20release%201.2 Release 1.2 - February 24, 2006]=
 
This was an internal release.
 
This release adds simple THREDDS catalogs to the server. No special configuration is required, simply add /catalog.xml to the end of a URL that references a "collection" of data sets and a THREDDS catalog will be returned.
 
=[http://scm.opendap.org:8090/trac/milestone/Server%204,%20release%201.1 Release 1.1 - February 17, 2006]=
 
This was an internal release.
 
Represents the first prototype release of Hyrax. It implements the feature set for releases 1.0 and 1.1, along with a smattering of features due in coming releases. In particular prototype implementations exist for F-23 and F-24 from release 1.2. At the time of this writing the intended feature set is still growing.
 
 
=[http://scm.opendap.org:8090/trac/milestone/Server%204,%20release%201.0 Release 1.0 - January 15, 2006]=
 
This was an internal release.

Revision as of 00:54, 28 April 2007

OLFS Release 1.2.1 April 27, 2007

This minor release patches a concurrency problem in the OLFS. This release can be installed into Hyrax by:

  • Getting the jar file containing the webb application.
  • Unpack the file: jar -xvf olfs-1.2.1-webapp.jar
  • In the resulting directory find the file opendap.war and copy it to the webapps directory of your Tomcat installation:
  • cp olfs-1.2.1-webapp.opendap.war $CATALINA_HOME/webapps/
  • Restart Tomcat.

Done!