Skip to content

Releases: NCEAS/vegbank

VEGBANK_1_2_1

06 Feb 01:55

Choose a tag to compare

This is a small patch release to fix a bug with datasets. See below.

FIXED

  • Fixed a bug that broke the ability to remove items from a dataset after it's created. See #1 and 67adec5.

VEGBANK_1_2_0

22 Jan 03:05

Choose a tag to compare

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 generateBeans task which was resolved in e0f877c
  • A bug causing excessively slow page loads fixed by disabling GZipFilter in 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.