9.1. release_0.9 CHANGELOG

9.1.1. [Unreleased]

9.1.1.1. Bug Fixes

  • fix error message in nginx_error with < 1024 port binding (bp #977) (#978)

  • fix an issue with < 1024 port binding (bp #999) (#1001)

  • prevent a circus crash in some corner cases (bp #1076) (#1077)

9.1.2. v0.9.13 (2020-11-03)

9.1.2.1. Bug Fixes

  • don’t block root usage in CI configurations (bp #937) (#941)

9.1.3. v0.9.12 (2020-10-27)

9.1.3.1. Bug Fixes

  • don’t prevent mfserv/nginx to bind <1024 ports with setcap (bp #927) (#928)

9.1.4. v0.9.11 (2020-10-09)

9.1.4.1. New Features

  • build postgresql with extension unaccent (for usage in mfbase) (bp #917) (#918)

9.1.5. v0.9.10 (2020-09-01)

9.1.5.1. New Features

  • build nginx with http_auth_request module (#884)

9.1.5.2. Bug Fixes

  • fix plugins.info in python2

  • fix PKG_CONFIG_PATH order in some cases

9.1.6. v0.9.9 (2020-05-07)

9.1.6.1. Bug Fixes

  • fix systemctl startup with some circusctl versions

9.1.7. v0.9.8 (2020-03-19)

9.1.7.1. Bug Fixes

  • fix again a little warning

9.1.8. v0.9.7 (2020-03-19)

9.1.8.1. New Features

  • cronwrapper update to fix uid collisions when mfserv is launched several times

  • upgrade netcdf_c from 4.7.0 to 4.7.3

9.1.9. v0.9.6 (2020-02-14)

9.1.9.1. New Features

  • cronwrap load custom profiles like bashrc/profile

  • increase sysctl net.ipv4.tcp_max_syn_backlog

9.1.9.2. Bug Fixes

  • fix pip usage inside plugin_env (and change cwd for plugin_home)

  • custom sysctl.conf was not applied during startup

9.1.10. v0.9.5 (2020-01-24)

9.1.10.1. Bug Fixes

  • remove some old aliases for vim in python2_devtools

  • fix automatic restart

  • fix nasty warning in mfdata plugin_env when admin is set

9.1.11. v0.9.4 (2020-01-02)

  • No interesting change

9.1.12. v0.9.3 (2020-01-02)

9.1.12.1. New Features

  • update circus_autorestart_plugin

9.1.12.2. Bug Fixes

  • fix plugin_env behaviour in some corner cases

9.1.13. v0.9.2 (2019-11-01)

9.1.13.1. New Features

  • add a banner about configured mfadmin module

  • better interactive/GUI processes detection

  • add a clear warning…

  • systemd service improvments

9.1.13.2. Bug Fixes

  • fix metwork services start for systems where /sys is readonly

  • mfserv_wrapper now loads custom metwork profiles

9.1.14. v0.9.1 (2019-10-23)

  • No interesting change

9.1.15. v0.9.0 (2019-10-22)

9.1.15.1. New Features

  • upgrade netcdf and build with gcc/gfortran >= 4.5 for fortran compatibily with esmf on addon scientific

  • introduce build extra dependencies

  • new packaging + layerapi2 is now hosted in a dedicated repository

  • embed libffi and use it instead of system library

  • embed readline and use it instead of the system library

  • move netcdf fortran from mfext to mfextaddon_scientific (so libgfortran is not needed any more as system dependency in mfext)

  • embed libpng

  • embed tcl/tk libraries and build python2/3 with them

  • refactoring about #437, #432, #420

  • add some system dependencies

  • no more default passwords, prelimininary systemd support

  • replace MODULE* environment variables names by MFMODULE* (MODULE_HOME becomes MFMODULE_HOME and so on)

  • introduce components utility

  • add black python component

  • add hmac openresty component

  • update layerapi2

  • integrate mfcom in mfext as 3 mfext layers (misc, python2_misc and python3_misc)

  • add NODE_PATH in metwork_debug output

  • add empty option to plugin_wrapper

  • infinite circus max_retry

  • add wrk tool to devtools layer

  • add wrk tool to devtools layer

  • add some layerapi2 functions in mfutil

9.1.15.2. Bug Fixes

  • fix vi usage without devtools

  • use vi in python2 mode when we are in python2

  • fix issue #35 on addon scientific (build problem with python2 ESMF)

  • fix complex issues with some extra layers in plugin_env

  • don’t write empty requirements{2,3}.txt file in case of errors

  • fix dead link to plugins guide

  • external_plugins/ directory for mfbase

  • fix systemd service