diff --git a/CHANGELOG.md b/CHANGELOG.md index cbfc96b..632a30e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,11 +15,17 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Security +## [0.6.3] - 2020-02-02 + +### Added + +* Notify syslog when partitions are re-mounted (Linux) + ## [0.6.2] - 2020-02-02 ### Fixed -* better detection of read-only partitions on Linux +* better detection of read-only partitions (Linux) ## [0.6.0] - 2019-11-05 diff --git a/evomaintenance.sh b/evomaintenance.sh index 8d17f8e..1cd4ce7 100755 --- a/evomaintenance.sh +++ b/evomaintenance.sh @@ -7,7 +7,7 @@ # Copyright 2007-2019 Evolix , Gregory Colpart , # Jérémy Lecour and others. -VERSION="0.6.2" +VERSION="0.6.3" show_version() { cat <