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

This commit is contained in:
Jérémy Lecour 2019-11-07 10:36:34 +01:00 committed by Jérémy Lecour
parent eb4b03f8b1
commit ff10ae4ad4
2 changed files with 15 additions and 1 deletions

View file

@ -7,9 +7,23 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [19.11.2] - 2019-11-07
### Changed
* IS_EVOMAINTENANCE_FW : warn only if HOOK_DB is enabled
* IS_BACKUPUPTODATE : check backup dates in the correct directory
## [19.11.1] - 2019-11-06
### Fixed
* IS_TMPUSRRO : improve grep for options detection

View file

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