Skip to content

Commit

Permalink
Updated to Version 1.18.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ies-uri committed Sep 23, 2021
1 parent 2712c63 commit fc45591
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 14 deletions.
23 changes: 23 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# OLFS Version 1.18.9 (15 September 2021)

## NASA/NGAP Updates
* Fixed gradle dependancies according snyk scan.
* Session serialization
* Added session manager jars to ngap resources.
* Updated production rules to include session manager code in the ngap application build.
* Made history_json output as JSONArray.
* New landing page for NGAP service.
* Added UNIX time to OLFS logs in NGAP.

## Bug Fixes
* Fixed bug in computation of dimension sizes in the dap4 ifh xsl.
* Dropped DSR response for just the dataset_url.
* Fixed broken json error output.
* Changed the broken naming pattern for the PPT strings.
* Enabled ChunkedInputStream debugging and cleaned up the messages in support of stream pollution problem.
* Fixed broken css and deployment context links construction in DSR HTML page.

## Performance Improvements
* Added file size and last modified headers to flat file transfer.
* Added auth.log independant of debug log.
* First pass at patching POST request handling.

# OLFS Version 1.18.8 (30 December 2020)

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

# Hyrax/OLFS

**_Hyrax Version 1.16.3 (30 December 2020)_**
**_Hyrax Version 1.16.4 (17 September 2021)_**

**_OLFS Version 1.18.8 (30 December 2020)_**
**_OLFS Version 1.18.9 (17 September 2021)_**


### OLFS-1.18.8 requires
* **bes-3.20.8** [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4399984.svg)](https://doi.org/10.5281/zenodo.4399984)
* **libdap4-3.20.7** [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4399722.svg)](https://doi.org/10.5281/zenodo.4399722)
### OLFS-1.18.9 requires
* **bes-3.20.9** [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5524972.svg)](https://doi.org/10.5281/zenodo.5524972)
* **libdap4-3.20.8** [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5514131.svg)](https://doi.org/10.5281/zenodo.5514131)


Expand Down
8 changes: 4 additions & 4 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!bin/bash
OLFS_VERSION=1.18.8
TRAVIS_OLFS_BUILD_OFFSET=800
HYRAX_VERSION=1.16.3
TRAVIS_HYRAX_BUILD_OFFSET=830
OLFS_VERSION=1.18.9
TRAVIS_OLFS_BUILD_OFFSET=1081
HYRAX_VERSION=1.16.4
TRAVIS_HYRAX_BUILD_OFFSET=1081
10 changes: 5 additions & 5 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -517,11 +517,11 @@
<zipfileset dir="." prefix="${SRC_DIST}" includes="resources/gateway/**"/>
<zipfileset dir="." prefix="${SRC_DIST}" includes="resources/nciso/**"/>

<zipfileset dir="." prefix="${SRC_DIST}" file="build.xml"/>
<zipfileset dir="." prefix="${SRC_DIST}" file="README"/>
<zipfileset dir="." prefix="${SRC_DIST}" file="NEWS"/>
<zipfileset dir="." prefix="${SRC_DIST}" file="ChangeLog"/>
<zipfileset dir="." prefix="${SRC_DIST}" file="COPYRIGHT"/>
<zipfileset dir="." prefix="${SRC_DIST}" includes="build.xml"/>
<zipfileset dir="." prefix="${SRC_DIST}" includes="README"/>
<zipfileset dir="." prefix="${SRC_DIST}" includes="NEWS"/>
<zipfileset dir="." prefix="${SRC_DIST}" includes="ChangeLog"/>
<zipfileset dir="." prefix="${SRC_DIST}" includes="COPYRIGHT"/>

</tar>

Expand Down

0 comments on commit fc45591

Please sign in to comment.