Skip to content

Commit

Permalink
RC9
Browse files Browse the repository at this point in the history
  • Loading branch information
cheryldmorse committed Aug 28, 2014
1 parent b5ddd65 commit 2785b92
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.org/asascience-open/ncSOS.png?branch=master)](https://travis-ci.org/asascience-open/ncSOS)

Stable version: **RC8**
Stable version: **RC9**

NcSOS adds an OGC SOS service to datasets in your existing [THREDDS](http://www.unidata.ucar.edu/projects/THREDDS/) server. It complies with the [IOOS SWE Milestone 1.0](https://code.google.com/p/ioostech/source/browse/#svn%2Ftrunk%2Ftemplates%2FMilestone1.0) templates and requires your datasets be in any of the [CF 1.6 Discrete Sampling Geometries](http://cf-pcmdi.llnl.gov/documents/cf-conventions/1.6/cf-conventions.html#discrete-sampling-geometries).

Expand All @@ -20,12 +20,16 @@ _You will need a working THREDDS installation of a least version **4.3.16** to r

| ncSOS version | THREDDS version | Catalog URL |
| ------------- | ---------------------- | ----------------------------------------------- |
| [RC8](https://github.com/asascience-open/ncSOS/releases/tag/RC8-2) | 4.3.20 (20131125.1409) | http://sos.maracoos.org/stable/catalog.html |
| [RC9](https://github.com/asascience-open/ncSOS/releases/tag/RC9) | 4.3.20 (20131125.1409) | http://sos.maracoos.org/stable/catalog.html |
| [master](https://github.com/asascience-open/ncSOS/tree/master) | 4.3.20 (20131125.1409) | http://sos.maracoos.org/pre/catalog.html |
| [tds_4.4.1](https://github.com/asascience-open/ncSOS/tree/tds_4.4.1) | 4.4.1 (20131220.1427) | http://sos.maracoos.org/dev/catalog.html |

## ChangeLog

### RC9
* Makes use of THREDDS Spring implementation. Modifications to the web.xml and sos-servlet.xml files are no longer needed.
* Bug fixes for issues detected during IOOS validation tests.

### RC8
* Better/automatic workaround for aggregation caching problem (software will automatically detect aggregations and disable caching support. This is only necessary until the problem is fixed in THREDDS, hopefully in 4.4.1)
* Bug fixes for bugs deteected during OGC and IOOS validation tests.
Expand Down

0 comments on commit 2785b92

Please sign in to comment.