Release 19.11
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Jérémy Lecour 2019-11-05 16:17:46 +01:00 committed by Jérémy Lecour
parent 4faeb8063f
commit fc3b411506
2 changed files with 15 additions and 1 deletions

View file

@ -9,6 +9,20 @@ and this project does not adhere to [Semantic Versioning](http://semver.org/spec
### Fixed
## [19.11] - 2019-11-05
### Changed
* IS_TUNE2FS_M5 displays the name of the partition
* IS_MARIADBEVOLINUXCONF is disabled by default in cron mode
* IS_PHPEVOLINUXCONF is disabled by default in cron mode
* IS_OLD_HOME_DIR is disabled by default in cron mode
* IS_TMPNOEXEC : better "noexec" detection for /tmp
### Fixed
* squid: better http port detection
## [19.08] - 2019-08-30
### Changed

View file

@ -1458,7 +1458,7 @@ readonly PROGDIR=$(realpath -m "$(dirname "$0")")
# shellcheck disable=2124
readonly ARGS=$@
readonly VERSION="19.10"
readonly VERSION="19.11"
# Disable LANG*
export LANG=C