Releases: NCEAS/vegbank
Releases · NCEAS/vegbank
VEGBANK_1_2_1
VEGBANK_1_2_0
This release upgrades the major components of Vegbank in order to mitigate security issues inherent with running older or EOL'd software. Vegbank now happily runs and has been tested on:
- Ubuntu 18.04
- Java 11
- PostgreSQL 10
- Tomcat 9
- Ant 1.10
Specific code changes in this release include:
- Java has been upgraded from Java 6 to 11 a2b2e41 and 2a415a9
- Upgrading Ant induced a breakage in the
generateBeanstask which was resolved in e0f877c - A bug causing excessively slow page loads fixed by disabling
GZipFilterin 0c69dba - A potential security vulnerability was patched by using the OWASP Encoder in 38bd23e
Documentation for installation was added in UPGRADE_NEW_SERVER.txt in 20d05a9 which describes in detail the process of upgrading from the old Ubuntu 14 deployment to Ubuntu 18.