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

This commit is contained in:
Jérémy Lecour 2020-04-12 22:27:14 +02:00 committed by Jérémy Lecour
parent 084348548b
commit 95c9f1f99b
2 changed files with 7 additions and 3 deletions

View file

@ -5,8 +5,6 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp
### Added
* IS_EVOBACKUP_EXCLUDE_MOUNT : verify that mount points are excluded in evobackup scripts
### Changed
### Deprecated
@ -17,6 +15,12 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp
### Security
## [20.04.1] 2020-04-12
### Added
* IS_EVOBACKUP_EXCLUDE_MOUNT : verify that mount points are excluded in evobackup scripts
## [20.02.1] - 2020-02-27
### Changed

View file

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