Skip to content

Version 2.11.1 - 06/15/2016

Compare
Choose a tag to compare
@cseppan cseppan released this 15 Jun 21:24
· 807 commits to master since this release

Bug fixes

  • Fix checks for design capacity columns in inventories when applying new generating capacity thresholds; allows control strategies using nonpoint inventories to run

Upgrading from v2.11

Before starting, shut down the Tomcat server.

  1. Load updated functions
    \i populate_least_cost_strategy_worksheet.sql
    \i run_annotate_inventory.sql
    \i run_apply_measures_in_series_strategy.sql
    \i run_max_emis_red_strategy.sql
    \i run_multi_pollutant_max_emis_red_strategy.sql
    \i run_project_future_year_inventory.sql

  2. Copy new emf-client.jar into EMF client directory

  3. Update version in database
    UPDATE emf.properties SET value = 'v2.11.1 - 06/15/2016' WHERE name = 'EMF-version';

Once all updates are complete, start the Tomcat server.